PDA

View Full Version : -really Annoying Frontpage Problem! Help Please-


FILA
09-14-2002, 07:58 AM
HI,

I'm doing a webpage for a friend in Microsoft frontpage, and am using frames. The problem is as follows:

I am using a drop-down menu in one frame, but i wish that the links inside the menu target another frame, that is they be displayed in another frame.

Currently I have achieved to click the links and open a whole new page, but I cannot in any way wokr out how to target the frame I want.

The webpage is at:

http://www24.brinkster.com/wcreview/homepage.htm

There are 4 frames, two on the sides, the top (main display) and the bottom one where the drop down menu's are. I want the menu that reads "WCR Sites" to target the main display.

Any help will be really appreciated, coz I'm getting frustrated. I've posted this on one other forum and no-one was able to usccessfully help me.

Thanks in advance.

JustAsking
09-16-2002, 02:13 AM
In the page "frame2.html" change the following code:

onchange="top.frames['bigdogg'].location=options[selectedIndex].value;"

to look likr this code:

onchange="top.frames['bigdogg'].location=this.options[this.options.selectedIndex].value;"