hi,

I have a SELECT in which I would like to store the variable value in the
Session variable of onchange event of the SELECT.  I am stuck up with the
syntax could u please help.

<Select name="AlarmReport" id = "AlarmReport" **I want to do this*****
onchange = "$_SESSION['Alarm'] = getelementbyid('AlarmReport').value >
        <option value='1 day'>1 day </option>
         <option value='2 days'>2 days </option>
         <option value='7 days'>7 days </option>
         <option value='1 month'>1 month </option>
         <option value='1 year'>1 year </option>
</Select>

Best Regards,
Mrunal

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to