You are not logged in.
Pages: 1
Id like to put in a simple alert javascript that checks if the browser is safari and says
"You are using safari. This page currently uses a wysiwyg editor that is not supported by Safari. You will not be able to take advantage of many of the editor's features available to browsers such as Firefox, Netscape, or Internet Explorer. You will only have access to a normal textbox. If you wish to, please use one of the browsers mentioned above"
and have them be forced to click "OK" .
Can anyone help?
Thanks,
Will
Offline
Just put it in the <head> of your document, sniff the browser and display the alert if it's safari. There are many, many browser sniffing scripts out there, google is your friend.
James Sleeman
Offline
I ended up using this script http://www.dithered.com/javascript/brow … index.html
Offline
in the cms i use i just display some text bevore the textarea.
a alertbox is annoying imho - it will popup everytime...
Niko
Offline
Pages: 1