Hope my title gets the point across. I need someone to point me in the right direction. Here's what I'm trying to do:
I've designed a web page, mysite.com, like this:
<body>
Some stuff at the top<br>
<iFrame>ADDRESS_FROM_BROWSER_URL_INSERTED_HERE</iframe>
</body>
I want to be able to enter a URL in the browser like this:
mysite.com/???whatever???=ADDRESS-THATS-INSERTED-AS-IFRAME-TARGET_HERE
...and have the iframe target address placed in appropriate place on the page.
How do I go about doing this?
I've designed a web page, mysite.com, like this:
<body>
Some stuff at the top<br>
<iFrame>ADDRESS_FROM_BROWSER_URL_INSERTED_HERE</iframe>
</body>
I want to be able to enter a URL in the browser like this:
mysite.com/???whatever???=ADDRESS-THATS-INSERTED-AS-IFRAME-TARGET_HERE
...and have the iframe target address placed in appropriate place on the page.
How do I go about doing this?