Dear List
The following minimal example is executed in Firefox and Safari (both 
under Mac OS X 10.6.8):

  1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2 "http://www.w3.org/TR/html4/loose.dtd";>
  3
  4<html>
  5<head>
  6<script src="./jmol_dir/Jmol.js" type="text/javascript">
  7</script>
  8</head>
  9<body>
10<script>
11         // Setup Jmol
12         jmolInitialize("./jmol_dir");
13         jmolApplet([400, 400]);
14</script>
15</body>
16</html>

In Firefox, the firebug console displays no errors, and the applet 
loads. In Safari, the developer console shows the error message:

JmolAppletGET http://localhost/min_jmol_load/JmolApplet 404 (Not Found)
JmolAppletGET http://localhost/min_jmol_load/JmolApplet The requested URL was 
not found on this server.

However, the applet loads. Also, visiting the Apache error log, I find 
the below message:

[Mon May 07 15:24:41 2012] [error] [client 127.0.0.1] File does not exist: 
/Users/machine/Sites/min_jmol_load/JmolApplet, referer: 
http://localhost/min_jmol_load/min_jmol.html

What is the reason for this observed difference and how can it be fixed 
in Safari?

Thanks for your feedback.
Martin


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to