RE: js and Safari
From: Bill Thorne (BillThorne_at_discussions.microsoft.com)
Date: 09/19/04
- Next message: Spaceman007: "change value of input type File..."
- Previous message: Al Blake: "Re: Scripting cleanup of Offline cache?"
- In reply to: Yan: "js and Safari"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 19 Sep 2004 04:49:04 -0700
First, I agree, probably JS errors--Safari gives no feedback when a script
fails--there IS a trace-type "debugger" that is available from a Unix shell,
but am away from my desk and don't have a finger on it--search around and you
will find a way to at least get some feedback on failures in your Safari
scripts through this extension.
Also, www.quirksmode.org was my best resource when I needed to make a heavy
DHTML application targeted at IE5.5+ work on Safari. I succeeded but would
warn you that you might need to go to direct DOM manipulation over innerHTML
pokes in some cases.
"Yan" wrote:
> Hi everyone,
> (I hope it's the right newsgroup for this question)
>
>
> I massively use javascript includes in my website, with the following syntax
> :
>
> <script type="text/javascript" src="myscript.js"></script>
>
> I now have to get my website macOS-compliant and Safari-compliant.
> Unfortunately, Safari seems not to understand this syntax. Is there a
> solution/workaround ?
>
> Thanks,
>
> Yan.
>
>
>
- Next message: Spaceman007: "change value of input type File..."
- Previous message: Al Blake: "Re: Scripting cleanup of Offline cache?"
- In reply to: Yan: "js and Safari"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|