I have something I cant figure out i will paste the code here i am using hopefully someone can help me saught this out. I have a site http://demo.joomlatemplatestyle.com The code I am using is [index.html] <frameset rows="14%,86%" frameborder="NO" border="0" framespacing="0"> <frame src="http://demo.joomlatemplatestyle.com/index2.html" name="topFrame" scrolling="NO" > <frame src="http://preview.joomlatemplatestyle.com" name="mainFrame"> </frameset><body leftmargin="0" rightmargin="0"> <noframes>Sorry but your browser does not support frames.</noframes> </noframes></body> </html> PHP: For the other frame I am using [index2.html] <head><script language="javascript"> function jumpMenu(where) { window.parent.mainFrame.location=where; } </script> </head> <td><form name="form1" id="form1"> <select name="menu1" class="myinputstyle" onchange="jumpMenu(this.value);"> <option value="http://preview.joomlatemplatestyle.com/index.php?jos_change_template=divine&Itemid=1">Divine</option> <option value="http://preview.joomlatemplatestyle.com/index.php?jos_change_template=catalyst&Itemid=1">Catalyst</option> </select> </form></td> <td align="top"><img src="http://demo.joomlatemplatestyle.com/compat_15_native.png" border="0" align="top"></td> <td><form name="form2" id="form2"> <select name="menu2" class="myinputstyle2" onchange="jumpMenu(this.value);"> <option value="http://www.joomlatemplatestyle.com/preview2/">TP Car Rental</option> </select> </form></td> PHP: The problem i am having is when i select the drop down from the second 1.5 native box i would like it to go to another url that is specidied in the index.html file. Does anyone know how i can do this?
Does anyone know html here how i can fix this, the issue i am having is on the index.html page i have set 2 frames the top one and the bottom one. The i have 2 drop down boxes and on the second drop down box i want the bottom url to go to a different url?? I can give props to anyone who helps