Displaying 1 result from an estimated 1 matches for "etago".
Did you mean:
etag
2005 Dec 27
2
can I load javascript inside a ''try'' block?
Ok,
I have a need to load the scriptaculous files inside a
''try...catch'' block in order to degrade gracefully on older browsers (IE
5.0 is one I have to support, unfortunately). I tried this:
try {
document.write(''<script type="text/javascript"
src="/javascript/prototype.js"></script>'');
document.write(''<script