D
drec
Is it possible using Javascript to send "Frame1" a new location or URL
when "Frame2" is loaded?
I am passing a variable through the URL using 2 php scripts (top and
bottom.php) when a user clicks a link. In my example, Users can click
on a letter of Alphabet (in top.php) and it will pass the url
"bottom.php?order=A". After this I can grab the value and have it
stored in bottom.php, but I would like to also send this value back to
top.php without any user intervention.
I have tried using topframe.location="top.php?order=$variable" but am
having no luck.
when "Frame2" is loaded?
I am passing a variable through the URL using 2 php scripts (top and
bottom.php) when a user clicks a link. In my example, Users can click
on a letter of Alphabet (in top.php) and it will pass the url
"bottom.php?order=A". After this I can grab the value and have it
stored in bottom.php, but I would like to also send this value back to
top.php without any user intervention.
I have tried using topframe.location="top.php?order=$variable" but am
having no luck.