FromMenü with Frame Problems
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 posted this at 13:09 — 12th April 2006.
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!
der-gott.de posted this at 13:16 — 12th April 2006.
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
der-gott.de posted this at 21:16 — 12th April 2006.
They have: 5 posts
Joined: Apr 2006
nobody can help ?
der-gott.de posted this at 15:44 — 13th April 2006.
They have: 5 posts
Joined: Apr 2006
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
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 ...
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.