hammerslane
11-03-2003, 09:07 AM
hello there.
i'm passing a variable from two different pages, (1.php and 2.php, called $client) through to final.php.
both 1.php and 2.php have drop down boxes, with the same client data (for example...
<option value=OURTHIRDCLIENT> OURTHIRDCLIENT </option>
the only difference between 1.php's drop down box and 2.php's drop down box, is that all of 2.php's values are in small caps.
on final.php, i want to run an if statement to detect firstly, if the contents of the $client is in caps lock or not, then based on that outcome, do other actions, which to this example aren't necessary to tell you.
is there a caps lock detect function?
thankyou very much
regards
i'm passing a variable from two different pages, (1.php and 2.php, called $client) through to final.php.
both 1.php and 2.php have drop down boxes, with the same client data (for example...
<option value=OURTHIRDCLIENT> OURTHIRDCLIENT </option>
the only difference between 1.php's drop down box and 2.php's drop down box, is that all of 2.php's values are in small caps.
on final.php, i want to run an if statement to detect firstly, if the contents of the $client is in caps lock or not, then based on that outcome, do other actions, which to this example aren't necessary to tell you.
is there a caps lock detect function?
thankyou very much
regards