ddma
The Most Stupid Member
Anyone who use Safari to access www.apple.com will see a new Safari image with "Welcome Safari User".


Originally posted by Giaguara
Post a screenshot please ... I want to see. [too lazy to open safari, i chimera..]![]()
Originally posted by toast
How did they do that ? They should post the source code somewhere so we can copy this and make our sites Mac-Safari-friendly.![]()
<SCRIPT LANGUAGE = "JavaScript">
var SafariMessage = "<IMG SRC=\"/home/images/2003/01/safarititle01202003.gif\" WIDTH=\"670\" HEIGHT=\"80\" ALT=\"WELCOME SAFARI USERS. The new PowerBooks.\">"
var NoSafariMessage = "<IMG SRC=\"/home/images/2003/01/powerbooktitle01202003.gif\" WIDTH=\"670\" HEIGHT=\"80\" ALT=\"The new PowerBooks.\">"
if (navigator.userAgent.indexOf('Safari') != -1) {
document.write(SafariMessage);
} else {
document.write(NoSafariMessage);
}
</SCRIPT>
Originally posted by Giaguara
nah, just upload it as a pdf .. i have the pdf plugin so i can see it in the browser as well..![]()
...try to see this with Windows...