I want someone to host an .asp document with the following code.
<body>
Welcome
<%
response.write(request.querystring("username"))
response.write(" said " & request.querystring("chat"))
responce.write("<form method="get" action="simpleform.asp">First Name: <input type="text" name="fname" /><br />Last Name: <input type="text" name="lname" /><br /><br /><input type="submit" value="Submit" />")
</form>
%>
</body>Can someone make a server to share it on?
I edited it.
Updated code.
Last edited by rdococ (2011-06-05 12:49:16)
Offline
rdococ wrote:
I want someone to host an .asp document with the following code.
Code:
<body> Welcome <% response.write(request.querystring("username")) response.write(" said " & request.querystring("chat")) %> </body>Can someone make a server to share it on?
I edited it.
Most people don't have servers lying around... Luckily, my friend does. I e-mailed him the code. When he hosts it, I'll comment the name of the website.
BTW, have you ever tried Apache? Local server simulator.
Last edited by waveOSBeta (2011-06-05 11:51:18)
Offline
I want a real server however.
I'm trying to make an ASP chat.
--------------
[removed "offtopic" 60secondrule whine]
Last edited by rdococ (2011-06-05 11:52:46)
Offline
There. E-mailed him the code. I'll comment the URL on one of your projects when its done.
Offline
Use my latest project please.
Offline
Or, can you post it here please?
[/60 second rule]
Offline
Code updated -- use updated code if syntax is correct.
Offline
waveOSBeta wrote:
rdococ wrote:
I want someone to host an .asp document with the following code.
Code:
<body> Welcome <% response.write(request.querystring("username")) response.write(" said " & request.querystring("chat")) %> </body>Can someone make a server to share it on?
I edited it.Most people don't have servers lying around... Luckily, my friend does. I e-mailed him the code. When he hosts it, I'll comment the name of the website.
![]()
BTW, have you ever tried Apache? Local server simulator.![]()
Does it automatically create a server on an address, or will I need to make my own?
Offline
rdococ wrote:
waveOSBeta wrote:
rdococ wrote:
I want someone to host an .asp document with the following code.
Code:
<body> Welcome <% response.write(request.querystring("username")) response.write(" said " & request.querystring("chat")) %> </body>Can someone make a server to share it on?
I edited it.Most people don't have servers lying around... Luckily, my friend does. I e-mailed him the code. When he hosts it, I'll comment the name of the website.
![]()
BTW, have you ever tried Apache? Local server simulator.![]()
Does it automatically create a server on an address, or will I need to make my own?
We take care of that.
EDIT: Apache? Automatic.
Last edited by waveOSBeta (2011-06-11 16:02:19)
Offline
waveOSBeta wrote:
rdococ wrote:
waveOSBeta wrote:
Most people don't have servers lying around... Luckily, my friend does. I e-mailed him the code. When he hosts it, I'll comment the name of the website.![]()
BTW, have you ever tried Apache? Local server simulator.![]()
Does it automatically create a server on an address, or will I need to make my own?
We take care of that.
EDIT: Apache? Automatic.
Okay. Installing...
Offline
How do we change the server sites? www.catch.com is taken.
Offline