Click to See Complete Forum and Search --> : buttona


ice_976
09-03-2003, 03:13 PM
hey guys
i am making a web page for a friend for a dance studio!!
now on the main page i want to make like a sign in button
like hotmail's
u put in a name and a password and it takes you to a page showing the classes u have signed up.

but i have been looking and have not been able to find a script for that
i thought it would be javascript but i am not completely sure
if u know of a script like this or know what language is used to do that please email me at ice_976@hotmail.com
and put javascript in the subject box

or post it here
i will check as often as i can

thanx

Jona
09-03-2003, 03:14 PM
You will need a server-side language such as PHP, CGI, ASP or JSP. The most common (probably), though, is PHP (PHP is also probably the easiest, but that's just my opinion). JavaScript has no access to the server, so it cannot do this.

[J]ona

BestZest
09-03-2003, 03:19 PM
You will need to use a server-side language to achieve this. There are a selection:
PHP (http://www.php.net)
ASP (http://www.asp.net) or
CGI (http://www.w3.org/CGI/) .
Your web server will have to support them for you to use them. Hope this helps.

BestZest