You can store the data which is in JS to PHP when submiting the page.
From the Web Page which has the form, include some hidden type variables in the html form. On submit call the JS function and store the JS Data into the WEB form hidden variable and then submit it. so that your php application which process the form would get the values. I think i understood the question well........... with regards, Sukumar .S On Mon, 21 Jan 2002, Tim Ward wrote: > Date: Mon, 21 Jan 2002 10:20:31 -0000 > From: Tim Ward <[EMAIL PROTECTED]> > To: "[iso-8859-1] Mårten Andersson" <[EMAIL PROTECTED]>, > Richard Crawford <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] PHP-JavaScript > > Or get the JS to rewrite a query string in a link, but personally I wouldn't > rely on JS that far. > > Tim > www.chessish.com <http://www.chessish.com> > > ---------- > From: Richard Crawford [SMTP:[EMAIL PROTECTED]] > Sent: 20 January 2002 23:32 > To: Mårten Andersson > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP-JavaScript > > In a word... No. > > Well... > > No. > > > Mårten Andersson wrote: > > > Is it posible to get values from javascript to PHP? Without having > to > > post the variables.. > > > > Thanks //Mårten > > > > _________________________________________________________________ > > Chatta med vänner online, prova MSN Messenger: > http://messenger.msn.se > > > > > > > > -- > Sliante, > Richard S. Crawford > > mailto:[EMAIL PROTECTED] > http://www.mossroot.com > AIM: Buffalo2K ICQ: 11646404 Yahoo!: rscrawford > MSN: [EMAIL PROTECTED] > > "It is only with the heart that we see rightly; what is essential is > > invisible to the eye." --Antoine de Saint Exupery > > "Push the button, Max!" > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > ---------------------------------------------------------------------- A real friend is one who walks in when the rest of the world walks out ---------------------------------------------------------------------- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]