Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

just another web developer that wants to change the world..

Interests
aggressive rolerblading, photography..
PC Specs
php/mysql unofortunetly win Vista
Favorite Forums
Favorite Tags
Member Avatar for phoenix_sdl

I making a form, nothing special, just for myself... so when user loads my form it askes him for his name ( with prompt 'var name=prompt("Your name please",""); ) then says Welcome 'name' (with alert box). THEN he can start filling in the form. What I want is for a …

Member Avatar for phoenix_sdl
0
2K
Member Avatar for phoenix_sdl

[COLOR="red"]ok, so I have this html form[/COLOR] [CODE]<html> <head> <title> SUBMIT FORM </title> <link type="text/css" rel="stylesheet" href="prva_strana.css" /> </head> <body> <form action="druga_strana.php" method="post"> <div> <label for="Fname"> First Name: </label> <input type="text" name="Fname"> </div> <div> <label for="Lname"> Last Name: </label> <input type="text" name="Lname"> </div> <div> <label for="Uname"> User Name: </label> <input …

Member Avatar for phoenix_sdl
0
124