Re: [PHP] Saving css state in javascript and passing to php via form submit






Tijnema ! wrote:

You can use session within javascript too i believe.

no, sessions are completely serverside, but you can use js to pass variables
using the query string when sending a xmlHttpRequest.

--
View this message in context: http://www.nabble.com/Saving-css-state-in-javascript-and-passing-to-php-via-form-submit-tf3492648.html#a9757279
Sent from the PHP - General mailing list archive at Nabble.com.
.



Relevant Pages

  • RE: [PHP] Saving css state in javascript and passing to php via form submit
    ... to php via form submit ... Now i'm also using javascript to hide show blocks of divs ... Ok, i can put the data in the session variable, but i can ... Maybe you could also use AJAX instead of submitting forms the ...
    (php.general)
  • Re: browser.history and log file
    ... >> webserver and want to know from where users are coming from. ... >> Understand I want the last surfer's browser visited url. ... > First you need to set up a little JavaScript to get the variable of the URL ... you could also combine the 2 solution, i.e. use session if a previous ...
    (comp.lang.php)
  • Re: Windows app or ASP.NET ?
    ... session, web security (although several years ago I worked with web project ... using Javascript and HTML). ... through understanding of Javascript, CSS, HTMl, XHTML, sessions, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Safari interprets submit() as method POST
    ... There is a small bit of javascript which, ... stored values for that session using a session ID variable named, ... Even though the form's method is set to "GET", Safari insists on ... To resolve this in the browser, you can create a submit button in the ...
    (comp.lang.php)
  • How well do sessions scale?
    ... The Javascript then calls main.php, ... a visitor's profile in $_SESSION elements. ... on the practical limits of sessions. ...
    (comp.lang.php)