I have a php script in a frameset (frameset.php)
one of the frames references another site so basically I have a site with another site within it.
The browser can navigate the other (framed) site from within my site.
ie
<frameset rows=",146" frameborder="NO" border="0" framespacing="0" cols="">
<frame name="mainFrame" src="http://www.somesite.com">
</frameset>
What I want is for the php script to know what url the browser is browsing in the framed area.
Is this possible?
Thanks ... Fizz