|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have some questions:
1.Anyone knows does NC support try {} && catch {} operations? 2.How can I call external StyleSheet by NC? I use next way in IE: window.parent.name_of_frame.document.styleSheets[0].rules; How can I perform operation like this in NC? Thanks |
|
#2
|
|||
|
|||
|
I assume you want to use the try && catch in Javascript.
I've just been going through the specs for JS 1.2 and JS 1.4. In JS 1.2 there is no try && catch functionality. However JS 1.4 does have this. Unfortunaly there currently is no browser that supports JS 1.4 as far as I know. ------------------ Good luck, Bas ------------------ E-mail me at: b.vandermeijden@pecoma.nl |
|
#3
|
|||
|
|||
|
IE 5.0 support try {} and catch {} operations (I mean JScript for this version of Microsoft Explorer).
|
|
#4
|
|||
|
|||
|
I am not shure, but may be try {} && catch {} operations was defined for Javascript 1.3 versiion too?
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Does NC support try {} && catch {} operations? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|