javascript popup option form

Posted:
in Genius Bar edited January 2014
heres the code

i want the windows to open with no toolbars, etc.

were looking at the onClick="" under the lense comment

<html>

<head>

\t<title>example</title>

</head>

<body>

<!-- lense -->

<form name='lense'>

\t<select name='jump'>

\t\t<option value='lense/boys.htm'>people</option>

\t\t<option value='lense/tree.htm'>places</option>

\t\t<option value='lense/blocparty.htm'>music</option>

\t</select>

\t<input onClick="window.open(lense.jump.options[lense.jump.options.selectedIndex].value)" type='button' value='!'>

</form>

<!-- apparel -->

<form name='apparel'>

\t<select name=''>

\t\t<option value=''>cyprus</option>

\t\t<option value=''>blindmirror clothing</option>

\t\t<option value=''>requiem</option>

\t</select>

\t<input type='button' value='!'>

</form>

</body>

</html>

Comments

Sign In or Register to comment.