Hi,
I have a fairly simple frameset:
Code:
<frameset rows="50%,50%"> <frame src="login/login.php" name="main"> <frame src="blank.htm" name="redirector" noresize scrolling="no"> </frameset>
The purpose of my site is to let the user click a link in the 'main' frame, which then loads in the 'redirector' frame, which works out fine. However, I was wondering if I was able to retrieve that particular URL in the 'redirector' window, and then display it in the 'main' window. For example, the main window would read the following after clicking a link called google.
"You chose to visist
Best regards
Soren
I have a fairly simple frameset:
Code:
<frameset rows="50%,50%"> <frame src="login/login.php" name="main"> <frame src="blank.htm" name="redirector" noresize scrolling="no"> </frameset>
The purpose of my site is to let the user click a link in the 'main' frame, which then loads in the 'redirector' frame, which works out fine. However, I was wondering if I was able to retrieve that particular URL in the 'redirector' window, and then display it in the 'main' window. For example, the main window would read the following after clicking a link called google.
"You chose to visist
Best regards
Soren