|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
creating html pages using asp
<i><b>Originally posted by : Anuarg Pandey (anuragpandey@indiatimes.com)</b></i><br />Please tell me how to create Html page of the name of the username when the person logs in for the first time i:e<br />the person logs in and the server automatically make a page with its name as the username<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : pradeep (vkpradeep_in_2000@yahoo.com)</b></i><br />just paste these 2 codes bellow in 2 files in the same directory<br /><br /><br />main.htm<br /><html><br /><form action="name.asp" method="post"><br /><input type="text" name="user"><br /><input type="submit" value="Enter"><br /></form><br /></html><br /><br />name.asp<br /><html><br />Welcome <% =request.form("user")%><br /></html><br /><br />GOt it now<br />------------<br />Anuarg Pandey at 7/3/2000 11:56:44 PM<br /><br />Please tell me how to create Html page of the name of the username when the person logs in for the first time i:e<br />the person logs in and the server automatically make a page with its name as the username<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > creating html pages using asp |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|