Goto

I have a variable, lets call it "x" which is a random number between 0 and 1. There are 3 asp scripts on the 1 page. Script a is the random number section. How do I get it do to script b if "x" is < 0.5 and go to script c if it is > 0.5?

View Replies


ADVERTISEMENT

GoTo In VBScript?

Although InterDev syntax highlights GoTo as a keyword, it isn't supported in
VBScript. I'm wondering if anyone has a clever workaround for this limitation?

View Replies View Related

GoTo Statement

I am using the goto statement in visual basic eg:PHP Code:

Dim Test as integer Again:Test = Test + 1MsgBox TestGoTo Again 

But how does it work in ASP just go back in your source code.

View Replies View Related

Insert Record Goto Last Record

I have an insert record form that posts fine to a db which automatically creates an ID how could I get the next page to do a preview using the ID just created by the DB to go to the right record?

View Replies View Related

Error Capturing. Is It Possible In ASP? On Error Goto ETC...

The thread title is about as self-explanitary as it gets. So, can it be done? How to you capture errors in ASP?

View Replies View Related







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