tivaelydoc
07-02-2007, 02:07 AM
I have a simple option menu:
<select name="menu">
<option value="#">blah</option>
<option value="#">blah</option>
<option value="http://example.htm">blah</option>
</select>
<a href="Javascript:jumpMenu()"><IMG SRC="http://img36.picoodle.com/img/img36/8/6/29/f_heartm_abbd3e9.png" border=0></a>
</form></td>
but I don't want the site to pop up in a new window; just a iframe window, but using this code:
<a href="#" onClick="examplewin=dhtmlwindow.open('ASDF!', 'iframe', 'example.com', 'ASDF', 'width=1337px,height=666px,center=1'); return false">ASDF!</a>
How do i mix them?
here is my temp site for further info:
http://iloveruby.freehostia.com/
<select name="menu">
<option value="#">blah</option>
<option value="#">blah</option>
<option value="http://example.htm">blah</option>
</select>
<a href="Javascript:jumpMenu()"><IMG SRC="http://img36.picoodle.com/img/img36/8/6/29/f_heartm_abbd3e9.png" border=0></a>
</form></td>
but I don't want the site to pop up in a new window; just a iframe window, but using this code:
<a href="#" onClick="examplewin=dhtmlwindow.open('ASDF!', 'iframe', 'example.com', 'ASDF', 'width=1337px,height=666px,center=1'); return false">ASDF!</a>
How do i mix them?
here is my temp site for further info:
http://iloveruby.freehostia.com/