View Single Post
  #1 (permalink)  
Old 08-30-03, 06:09 PM
HiMyNameIs HiMyNameIs is offline
New Member
 
Join Date: Aug 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Forcing a JavaScript to abort

Is there any way to force a JavaScript to abort prematurely. Most languages have an abort() or exit() function that will stop the script or application in its tracks, no questions asked.

Is there something similar for JavaScript?
Reply With Quote