<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE></TITLE>

<META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=182382120-09112001>how 
about assigning a value from javascript to the query line of the new 
window</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=182382120-09112001>and 
using asp to recall that when the new window opens?</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2>openBrWindow('dummy.htm<SPAN 
class=182382120-09112001>?ID=window.document.id.value</SPAN>','CARDS','scrollbars=yes,resizable= 
</FONT><FONT face=Arial></DIV>
<P><FONT size=2><FONT color=#0000ff>yes,width=640,height=600')<SPAN 
class=182382120-09112001>&nbsp;</SPAN></FONT></FONT></P>
<P><SPAN class=182382120-09112001></SPAN>&nbsp;</P>
<P><SPAN class=182382120-09112001></SPAN>&nbsp;</P><FONT size=2><FONT 
color=#0000ff>
<P><SPAN class=182382120-09112001>&nbsp;</SPAN></FONT></FONT><FONT 
face=Tahoma></FONT><FONT size=2>-----Original Message-----<BR><B>From:</B> garry 
taylor [mailto:gtaylor@lowebroadway.com]<BR><B>Sent:</B> Friday, November 09, 
2001 9:08 AM<BR><B>To:</B> javascript@LaTech.edu<BR><B>Subject:</B> Re: 
[Javascript] How can I include form values in a javascript 
window.open?<BR><BR></FONT></P>
<BLOCKQUOTE></FONT>
  <P><B>From:</B> Rodney Myers &lt;rodney@aflyingstart.net&gt; </P>
  <P><B>Date:</B> Fri Nov 09, 2001 02:49:45 PM Etc/GMT </P>
  <P><B>To:</B> javascript@LaTech.edu </P>
  <P><B>Subject:</B> Re: [Javascript] How can I include form values in a 
  javascript window.open? </P>
  <P><B>Reply-To:</B> javascript@LaTech.edu </P><BR>
  <P>Garry </P><BR>
  <P>How about </P><BR><BR>
  <P>&lt;FORM name="main" METHOD="GET" </P>
  <P>onSubmit="MM_openBrWindow('dummy.htm','CARDS','scrollbars=yes,resizable= 
  </P>
  <P>yes,width=640,height=600')" ACTION="inputuserdetails.cgi" 
  TARGET="CARDS"&gt; </P><BR>
  <P>You may need to pay around with the dummy.htm url - which if used should 
  represent a </P>
  <P>real placeholding file, and preferably a small one already in browser 
  cache, since </P>
  <P>there is a danger of contention for the window which can crash some 
  browsers. </P><BR>
  <P>You might try a button in the form, with this form tag at the top </P><BR>
  <P>&lt;FORM name="main" METHOD="GET" ACTION="inputuserdetails.cgi" 
  TARGET="CARDS"&gt; </P><BR>
  <P>&lt;input type="button" value="Submit" </P>
  <P>onClick="MM_openBrWindow('dummy.htm','CARDS','scrollbars=yes,resizable= 
</P>
  <P>yes,width=640,height=600');setTimeout('window.document.main.submit()',2000)" 
  &gt; </P><BR>
  <P>This gives the window 2 seconds to open and get dummy.htm (which may be a 
  completely </P>
  <P>blank bodied file) before any submission. </P><BR>
  <P>hth </P><BR><BR>
  <P>Rodney </P><BR>
  <P>Thanks a lot for that, it works very well except that the browser window 
  still has the address toolbar on it, the old one did'nt, even though the code 
  did not specify either way. Bit strange that, anyway the principle works, and 
  no reliability problems! </P><BR>
  <P>Cheers </P><BR>
  <P>Garry </P><BR></BLOCKQUOTE></BODY></HTML>