PDA

View Full Version : retrieve a string username using ASP in the GetURL statement?



GregD
May 28th, 2003, 07:11 AM
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.