Forum Discussion

lansanniu's avatar
lansanniu
Occasional Contributor
13 years ago

【help】catch exception in jscript

there is the js code below, I want to catch the ClickButton() exception, and go into the catch{} ,but I fail. I found  js can catch the error  cause by  itself, such as "alertt "  (the correct...