filename trick

R

rw

I think about solution to problem of reading file name where js throw
error (internet explorer problem).
What is better:
Every class to one big file (automatic merge while deploying)
Every methods with try ...catch

rw
 
T

Thomas 'PointedEars' Lahn

rw said:
I think about solution to problem of reading file name
?

where js throw error (internet explorer problem).

What error, what code (URI), which IE version, which platform?
What is better:
Every class to one big file (automatic merge while deploying)

There are no classes in JavaScript 1.x and
JavaScript 2.0 is yet to be widely implemented.

IMHO prototypes and/or methods that have a common
use should be defined in one script file.
Every methods with try ...catch

<data> I do not understand. Please specify. </data>


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top