Help me
I have a main index page which brings up a list of links to external sites. When people click the link I want them to go to a frameset page called out.php
out.php consist of a top frame basic html page. I want the lower half to then displayed the page that the user has chosen e.g. if they clicked a loink called Google they would have the Google.com web page in the lower half and the basic page in the top.
How do I transfer the URL to the lower frame? I currently a link in my main index page structed like so:
out.php?url=$Row[url]
the links are retrieved from a database. I assumed this wasn't a problem?