|
-
March 20th, 2002, 08:17 AM
#1
Cross Frame Scripting
I have a web that is split into two rows, 90% and 10%. The 10% page at the bottom has a button in it that when clicked loads a html page. The trouble is it loads the page into the frame at the bottom of the screen but I want it to load the page in the entire browser window! Does anyone know how I can do this?
The purpose of this is that the top frame is full of questions with radio buttons for answers. I would like this button to refresh the page and uncheck all the answers.
I'll put the code I'm using at the end of the post.
Thanks in advance,
Ross.
function goToURL()
{
window.location = "index.html";
}
.
.
.
<INPUT TYPE="button" NAME="clear" VALUE="Start Again" onClick="goToURL()">
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|