SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: object required
-
Aug 8, 2006, 01:42 #1
object required
In javascript I want to catch the error object required, how can I do this?
-
Aug 8, 2006, 06:13 #2
- Join Date
- Nov 2004
- Location
- Nelson BC
- Posts
- 2,310
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Code:try { var thing = new myobject(); } catch(e) { alert("there was an error creating object"); }
-
Aug 8, 2006, 06:59 #3
One page which is created after no. of files inclusion in its header now a script error is coming in the output err : Object required.
I want to neglect this java script error in any case if it is occurring in the output page.
instead of finding the err i want to neglect this java script error in any case
Bookmarks