Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: submit to new window in Netscape


Message #1 by "Michael Robertson" <mike@m...> on Sat, 22 Jun 2002 12:26:53 -0400
for netscape6.0 i think u have to use
document.getElementById('idofelwmwnt').value

----- Original Message -----
From: "philipsayers" <philipsayers@a...>
To: "javascript" <javascript@p...>
Sent: Saturday, June 22, 2002 10:46 PM
Subject: [javascript] RE: submit to new window in Netscape


> Put the MMopenbrwindow in the onSubmit
> -----Original Message-----
> From: Michael Robertson [mailto:mike@m...]
> Sent: Saturday, June 22, 2002 12:27 PM
> To: javascript
> Subject: [javascript] submit to new window in Netscape
>
> anyone know why this wouldn't work in Netscape 6. It's fine in IE.
>
> <form name="formActivity" onSubmit="return validate(this)" method="get"
> action="javascript:MM_openBrWindow('whyBeActivePrint1.asp?1=' +
> formActivity.txtTime1.value + '&2=' +  formActivity.txtAct1.value +
> '&3=' +
> formActivity.txtTime2.value  + '&4=' +  formActivity.txtAct2.value +
> '&5=' +
> formActivity.txtTime3.value  + '&6=' +  formActivity.txtAct3.value +
> '&7=' +
> formActivity.txtTime4.value  + '&8=' +  formActivity.txtAct4.value +
> '&9=' +
> formActivity.txtTime5.value  + '&10=' +  formActivity.txtAct5.value +
> '&11='
> +  formActivity.txtTime6.value + '&12=' +
> formActivity.txtAct6.value,'planWin','menubar=yes,scrollbars=yes,resizab
> le=y
> es,width=470,height=450')">
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20


  Return to Index