Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Receiving and displaying variable 1

Status
Not open for further replies.

Beady

Programmer
Nov 28, 2000
22
GB
Hi,
I'm not a Java person, but I need a snippet of code.

I have a Flash application that contains a variable and passes it to a different HTML page using GET.

I need to be able to extract that variable value and display it in the HTML page.

Can someone please help me out?

Regards,
Bernard Davis
 
woops, sorry, i can help you (i just didnt read properly your previous explanation) :)

here is an example of working with location.search:
Thread216-132557

here is the faq on this subject:
faq216-343 (almost the same with that thread)

& then you can use document.write(thisVariable) , where thisVariable is your passed parameter..

got it? Victor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top