For Next Iterations
Is there any 'trick' anyone knows to control a For Next to pass to the next iteration in ASP VBScript? ..Similar to the 'continue' keyword of C and C++?
View RepliesIs there any 'trick' anyone knows to control a For Next to pass to the next iteration in ASP VBScript? ..Similar to the 'continue' keyword of C and C++?
View RepliesGot a weird problem since I put in a pop-up to allow the user to set
the number of products per page, eg show products in 5, 10, 15 ,25
per page.
I've seen this feature on various forums and the like and I thought it
would just be a case of passing the selection through the query string
with everything else, but this doesn't seem to be the case.
Although I can consistantly create the problem it doesn't seem to make
any sense.
If you have time to could you please have a look at the following and
let me know what you think it might be: Code: