Doing 40 Different Things At Once

I'm building a statistics page and would like to ping a server and show the result in ASP. This shouldn't be a problem, but I'd like to be able to get the same information for 40 other servers all at the same time.

The only solution I can think of would be to put the list of serversinto an array and loop through it. But this approach would take seconds to process each server and therefore the entire page would take an age to load.

Is there any way ASP can ping all the server at the same time so that the results for all server could be seen in seconds? I've never done anything like this before so I have no idea where to start.

View Replies


ADVERTISEMENT

One Link Does Two Things

What I want to do is place a link on my page, and when someone clicks the link a popup appears, and the page they are currently on goes to the next page. e.g

page1.asp contains the link. When a user clicks the link, they are taken to page2.asp. But a popup also appears when the user clicked the link.

View Replies View Related

Select Things Via Sql

I want to run a script that takes one value per field if the field value includes repeats. Is it possible to only select one field? I still want to include all the other fields in my script, I just don't want repeats. is this possible?

View Replies View Related

Stop Entering Things In Form

I have a few forms and find that people are intering all sorts of information into them that we dont want. Is there a way to stop people from entering things like ()*&^%$#@!+_=><"':; and so in into the forms.

A form example on the site is basic. Something like this.

<form name="form1" method="post" action="">
<input type="text" name="textfield">
</form>

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved