Hi,
I have set a main HTML page with a frame like the following as suggested by the people on this site.
<head>
<title> Web Site Name </title>
</head>
<frameset rows="100%,*">
<frame src="main_page.cgi">
<frame src="blank.htm">
</frameset>
When people go to my web site the would type www.website.com/?1234 or what ever their ID number is or possibly www.website.com/?ID=1234
However I can't get the ID number from the URL. I would like to store the ID number in the variable $ID so I can easily access their ID Number which is passed from page to page.
Any help would be greatly appreciated.
Regards,
Anthony Irwin