This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-06-05 11:48:50

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

ASP Server Script

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"))
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

 

#2 2011-06-05 11:50:43

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: ASP Server Script

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.  smile

BTW, have you ever tried Apache? Local server simulator.  smile

Last edited by waveOSBeta (2011-06-05 11:51:18)


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#3 2011-06-05 11:52:27

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: ASP Server Script

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

 

#4 2011-06-05 11:53:37

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: ASP Server Script

There. E-mailed him the code. I'll comment the URL on one of your projects when its done.


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#8 2011-06-11 15:52:55

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: ASP Server Script

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.  smile

BTW, have you ever tried Apache? Local server simulator.  smile

Does it automatically create a server on an address, or will I need to make my own?

Offline

 

#9 2011-06-11 16:01:48

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: ASP Server Script

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.  smile

BTW, have you ever tried Apache? Local server simulator.  smile

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)


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#10 2011-06-11 16:03:58

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: ASP Server Script

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.  smile

BTW, have you ever tried Apache? Local server simulator.  smile

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

 

Board footer