Javascript help



Hello,
I've got a simple text list, to where when I selected a value and click the
button a new windows pops up with the desired imaged gif file.
I need it to load in the "Main" frame of a frameset.
My frame has a simple, Top, Side and Main frames. The JScript in located
in the "side" frame.

any help would be appreciated.
I looked up the options for the window.open event.. there is nothing
describing where you want the page to open up to...



<form>
<a target="Main" href="page1.htm">
<select id="Choice" style="color: #0000FF" size="1" name="mySelect">
<option value="">Select one</option>
<option value="jan/1.htm">Image1</option>
<option value="jan/2.htm">Image2</option>
<option value="jan/3.htm">Image3</option>
</select></a>

<input type="button" value="Go"
onclick="window.open(Choice.options[Choice.selectedIndex].value)">
</form >



.



Relevant Pages

  • Re: Javascript help
    ... the button a new windows pops up with the desired imaged gif file. ... I need it to load in the "Main" frame of a frameset. ... The JScript in located ...
    (microsoft.public.frontpage.programming)
  • Re: Javascript problems from a lightweight - xmlhttprequest and html fragments
    ... I load the jscript in one frame then make it alter the other frames, ... the main frameset execution context does not get refreshed each time? ... form, yes, but that is part of the page the client sees. ...
    (comp.lang.javascript)
  • Re: determine the size of the frame
    ... > As I can to determine the size of the current frame from jscript in ... > this frame ... Unsolicited commercial email will be read at a cost of $500 per message. ... question is worth asking, it's worth posting. ...
    (microsoft.public.scripting.jscript)
  • Opening a new window
    ... My appolgies if this is not eh right group, however I think the solution is ... with jscript. ... I have a page in a frame that's part of a web application. ... Cheers, Bill. ...
    (microsoft.public.scripting.jscript)