In my ASP/html document I use the following code to carry the username/school of a logged user to the next ASP document:
<a href="projects.asp?name=<% =strUserName %>&school=<% =strSchoolName %>"
My question is how would I put this into a geturl statement in a flash button?
I try just sticking in the link then the asp code but it doesn’t.
Effectively the flash file button urls should retrieve the username/school for the next document but am having no luck ://
Any help appreciated.