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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting string value into level2

Status
Not open for further replies.

2cxc

Programmer
Aug 29, 2003
245
CA
from a swf i'm passing a variable/value pair to another htmllike so:
page.html?cat=2

the other.html contains 4 swfs, the swf on level 2 needs this use this variable and value, but i can't seem to make it work, i've been playing around with variations of:

_level2.cat = _level0.cat;
_level2.cat = _root.cat;
cat = _root.cat
cat = (_url="
The cat variable in level2 just doesn't want to take on a value? Any Ideas...
 
Doh... I'm playing with strings so I need the quotes
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top