FromMenü with Frame Problems

They have: 5 posts

Joined: Apr 2006

I use a Drop Down Menü like

<form name="form1">
  <div align="center">
    <font face="Verdana" size="1"><select name="menu1" onchange="MM_jumpMenu('parent',this,0)">
      <option selected="selected">Bildbände</option>
      <option value="../produkten/reference/pages/b021d.htm">Alle L-Welse Neuauflage</option>
'

how to Open the Pages in a Frame called "main" . I thought i have to edit like
onchange="MM_jumpMenu('parent',<strong>main</strong>,0)"'
but it doesn`t run

anybody can help ?
btw. SOrry for my bad English ....

greets

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

Do you have a link we could take a look at? It would help to see the menu in context.

Thanks, and welcome to the forums!

They have: 5 posts

Joined: Apr 2006

i will upload the page later than you can look @ www.der-gott.de/aqualog/index.htm

edit . i uploaded it . Aktually there are only underpages for the "photocollections" so please test this part of the menue

They have: 5 posts

Joined: Apr 2006

nobody can help ?

They have: 5 posts

Joined: Apr 2006

&lt;script language="JavaScript"&gt;
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->
&lt;/script&gt;
'
This is the Java Script and the HTML Code lookes like :
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
                      <option selected>Select your language</option>
                      <option value="gratis/symbolchi.jpg">Chinese</option>
                      <option value="gratis/symbolcz.jpg">Czech</option>
                      <option value="gratis/symboldk.jpg">Danish</option>
'

Where can I change the Frame where the pages will be opened ?

Please help me ... Sad

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.