Pass Parms From Url To Html 13.02.08
This is simple, but I don’t have the expertise.
I want to have a single parameter (named URL) passed FROM a URL to an HTML page.
For example, when I type in http://www.page.html?url=http://www.newpage.html
I want http://www.page.html to do the following:
Display a disclaimer web page with a button on the bottom that says “I Accept”. When they click on “I Accept”, they will be sent to the URL that is passed as a parameter (http://www.newpage.html)
All I need from you is the code that I place in my HTML file to make this happen (I’ll provide the disclaimer).
Thanks!



