Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: problem with posting data in javascript


Message #1 by "manoj singh" <manoj_r_singh@r...> on 13 May 2002 10:16:00 -0000
use the location method, and pass variables like this:
location= "pageToPost.asp?CARRIER=" + value + "&" + "STARTDATE=" + sDate + "&" + "ENDDATE=" + eDate

> 
> From: "manoj  singh" <manoj_r_singh@r...>
> Date: 2002/05/13 Mon AM 06:16:00 EDT
> To: "javascript" <javascript@p...>
> Subject: [javascript] problem with posting data in javascript
> 
> Hello friends,
>    I have a problem with posting data of a from through javascript 
> and wanting to get the data in a new page and i wanting to open 
> that page using window.open() method.,
> pls help me out..
> manoj
> _________________________________________________________
> Click below to visit monsterindia.com and review jobs in India or 
> Abroad
> http://monsterindia.rediff.com/jobs
> 
> 
> 
> ---
> 
> 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