|
||||
|
- introduction to asp scripts - asp script check username - login asp script filetypeasp sample - add field access asp script - alert in asp script - response.write%28"%3cscript%3e next page - phpbb3 login script - pass login with query string - "forms authentication" j2me - getting username from asp script - emailcheck asp - script to log in to windows - visitorsmdb asp - ebay asp script - clearing session variables asp - asp log users to file - asp password log script - asp how to query string - asp script sign out log out - asp, change password script |
Password Log In ScriptASP ScriptsRead MeAlright. Here is a very simple script. The point is really to show you how something is done, as opposed to giving you a whole application. There are two files here: querystring.asp Here is a simple link which goes to another page including some information in the header. In this case, it is telling the next page that my name is Ben (name=ben) and my age is 26 querystringproc.asp This script pulls in the value of my name and my age from the header and prints out this information.
|
|||
|
|
||||