Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How do I set Safari_warning option to false?

For some web pages, I get a warning that Safari support is very limited, I shouldn't submit bug reports, etc. Then it says to stop getting this message I should "set Safari_warning option to false" but doesn't give any idea where to do this. I didn't see anything in Safari preferences and don't know how to do this in Terminal. Can anyone help? Thanks.

PB G4, Mac OS X (10.4.5)

Posted on Mar 15, 2006 9:26 AM

Reply
10 replies

Mar 15, 2006 12:54 PM in response to dirtchem

This is simply something you don't have control over and is poorly implemented by the website. In their Javascript file it says the following:

"{if(this.isSafari&&this.getParam('safari_warning',true))alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version.\nYou can disable this message by setting: safari_warning option to false")"

It's up to the administrator of that website to turn off the safari_warning by changing the first line. It's basically a note to the system admin or webmaster that was left in the error message and it beyond your control.

-Ryan

Edit: The longer version of iBod's post 🙂

Mar 15, 2006 3:18 PM in response to dirtchem

I told the administrator about changing the web page and got this reply:

...from our IT Department: “This is a message that the browser (Safari) pops up when a web page uses Javascript. The text editor that we are using for the awards system is using Javascript. Please tell them that this is a message from their browser, Safari, not our web site. It is not something that we have control over.”

Mar 15, 2006 3:41 PM in response to dirtchem

Hi dirtchem, Welcome to Apple's Users Help Users Forums

Ibod and Ryan are two of our Maestros / Gurus. It would be hard to find better assistance.

Hmmmnnnnn. You marked it green = solved. And now the plot is thickening w fingers pointing in opposite directions. (Like my ISP and Telco.:~)) It will interesting to see how this works out.

If you stop being tracked due to the star, then you may need to start a new thread.

Good Luck, JP

Mar 15, 2006 4:18 PM in response to dirtchem

I told the administrator about changing the web page
and got this reply:

...from our IT Department: “This is a message that
the browser (Safari) pops up when a web page uses
Javascript. The text editor that we are using for the
awards system is using Javascript. Please tell them
that this is a message from their browser, Safari,
not our web site. It is not something that we have
control over.”


It's nice that they lie to you. Tell them specifically to look at THEIR OWN Javascript code: http://www.asa-cssa-sssa.org/awards/jscripts/tinymce/tinymce.js

Tell them to look for this line in that Javascript file:

"{if(this.isSafari&&this.getParam('safari_warning',true))alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version.\nYou can disable this message by setting: safari_warning option to false")"


Then tell them to change this portion:

if(this.isSafari&&this.getParam('safari_warning',true))


to this:

if(this.isSafari&&this.getParam('safari_warning',false))


Such incompetence on their part! Yes, it is a message from Safari in a sense that Safari displays it but it's created by their Javascript code.

-Ryan

Edit: And here is proof that it works - same code straight from their website with the above changed. Click here. (Some images and links don't work but that's because I'm not taking the time to fix their site to work on my server).

Message was edited by: Ryan M.

Mar 16, 2006 10:01 AM in response to dirtchem

Hi dirtchem, glad they fixed it.
You have rewards to hand out.
Gold = helpful = 5 pts w 2 available
Green = solved = 10 pts

Quote from emails apple sends re threads:
===============================================
IF YOU ARE THE AUTHOR OF THE ORIGINAL QUESTION:
===============================================
When you return to view the answers, please mark responses appropriately. Simply login and select the value you desire for applicable responses. As the author of the original question, you may assign a helpfulness value to responses. Please use the following when rating a response:

None: The response was simply a point of clarification to my original question or didn't really help.
Helpful: This response helped with a portion of my question, but I still need some additional help.
Solved: This response has solved my problem completely.

WHY SHOULD I DO THIS?
In short, here are 3 reasons why it's worth a few moments of your time:

1) Other members have taken time out of their day to assist you, so please take a moment to give them credit for the assistance they have provided.
2) Your rating not only helps your peers earn points toward their status in Discussions, but validates the quality of the solution you've received.
3) Other readers will be able determine which response(s) helped solve the original question, which will greatly enhance the knowledge and experience for all community members and visitors.
===============================================

We appreciate your participation in Apple Discussions. Thank you for being part of our community.

Apple Discussions Team [end quote]

Happy Computing, JP

How do I set Safari_warning option to false?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.