Hi,
It is possible to read URL variable and put into iframe src url string
EG:
The page url is:
www.mypage.com?date=1/1/2008In this page, I want to have an iframe with the code:
<iframe src="
http://myotherpage.com/events.asp?date=[THE DATE IN URL]" width="100" height="100">
I can easily do this in asp, but the page has to be HTML and JavaScript only.
Thanks
Start Free Trial