marilynn.fowler
08-15-2002, 09:06 PM
I have a <body> page with a series of buttons. I have a <frameset> page with two frames: the top frame contains the menu and the bottom frame (named "brettpages") has the changing content. I'm trying to open a <frameset> page with the proper page loaded in one of the frames. When I view my documents in Netscape I get a gray screen with a broken Quicktime symbol. Where are the flaws in my code?
this is the script I have in the <Head>:
//Function to open gallery with proper pages
function Gimme(url) {
self.location="gallery.html?"+url
}
This is the HREF I have on the button:
<A HREF="javascript:Gimme('contact.html');">
<IMG SRC="shared/menu7a.jpg" WIDTH="375" HEIGHT="35" BORDER="0" ALT="Contact Info" NAME="contact"></A>
this is the script I have in the <Head>:
//Function to open gallery with proper pages
function Gimme(url) {
self.location="gallery.html?"+url
}
This is the HREF I have on the button:
<A HREF="javascript:Gimme('contact.html');">
<IMG SRC="shared/menu7a.jpg" WIDTH="375" HEIGHT="35" BORDER="0" ALT="Contact Info" NAME="contact"></A>