Can this worm affect SQL server 7?
I run a SQL 7 server and have had some network traffic problems today, these sorts of problems are (unfortnately) not uncommon due to the NT based phone system dialer which we use, but I want to make sure it is not the worm.
Would be grateful for any feedback.
Try this script, I have used a combination of switch (case) statements and if...else.
I wasn't sure if it was a message box you wanted to display or not, and what you wanted to display if it wasn't between these times.
You should be able to modify the code where the 'alert' statements are if...
You would be best using ASP instead of javascript.
If you include all of the text boxes in a form on an ASP page then you can transfer data from page to page easily.
have alook at this page, it describes asp with forms and submitting and requesting data...
try something like this, using return instead of "return false"
function myFunction(){
if(something){
location='nextpage.htm'
}
else return;
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.