I can pass a game id into a page and that page displays perfectly now I was wondering if I could pass that game id into a IFrame page with 5 I frames that need that game id
This is Web page with 5 IFRAME PAGES
http://dev.sportsnetwork.com/aspdata/nba2/NbaGamecast1.html?gameID=18434
BUT in the Iframe IF I hardcode a value like
<iframe width='100%' height='400' scrolling='no' frameborder='no' src='
http://dev.sportsnetwork.com/aspdata/NBA2/Court4.html?gameID=18434'> </iframe> IT WORKS .
Can I create or use a variable that will work outside the javascript tags. Thanks EE