RE: js and Safari

From: Bill Thorne (BillThorne_at_discussions.microsoft.com)
Date: 09/19/04


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.
>
>
>



Relevant Pages

  • Re: js and Safari
    ... dialect of ECMAScript used in, e.g., browsers. ... Safari, you would probably be better served in a Safari-specific ... Safari seems not to understand this syntax. ... Start by including a script so simple that it cannot fail, e.g., ...
    (microsoft.public.scripting.jscript)
  • Re: trouble inserting JavaScript string into page without eval()
    ... never used Safari so I can't test it. ... simply set the script element's .text property with the string ... function insertScript() { ...
    (comp.lang.javascript)
  • Re: Safari remote arbitrary code execution
    ... broke parts of the script by quitting help as it ran. ... | Apple uses a special function to execute scripts and applications from ... | is callable from within browsers such as Safari (all other browsers ... | - disable auto opening of safe files in Safari (bad protection, ...
    (Bugtraq)
  • Re: CreateObject("Microsoft.FTP") ??
    ... I would like to have some kind of user feedback such ... | you should say a download is in progress by writing output for the user. ... | The problem is you now have to make your script sit and wait until the xml ... however I have writing anti malware scripts. ...
    (microsoft.public.windows.server.scripting)
  • Re: Dotnet under Apple Safari browser
    ... forgiving) non-standard coding, CSS or script. ... for a standard compliant browser like Mozilla, and then to check the page ... non-standard coding, CSS or scripting terms of errors, whereas Safari, ... I will get my hands on Mozilla test my ...
    (microsoft.public.dotnet.framework.aspnet)

Loading