Cookies and/or other similar

liunx

Guest
Here is the senario.<br />
<br />
<br />
The User gets html from server, fills in requested info, then submits.<br />
<br />
The server receives data via cgi program.<br />
<br />
Server sends back html to user.<br />
<br />
Is there any way to embed for example a 5 character acct number in the html that can be accessed and compared against in the html vis javascript fuctions.<br />
<br />
This question may sound elementary bu I would appreciate any help.<!--content-->I meant to say via javascript not vis javascript.<!--content-->Two ways come to mind.<br />
Put your 'acct number' in a hidden field, probably the easiest, or set a cookie containing the number. With either method, the number can be easily accessed using javascript.<!--content-->
 
Back
Top