.innerHTML should be blank. Please try flushing your cache and reloading the page. I've added some additional alerts as well.

http://www.stolaf.edu/people/hansonr/jmol/docs/examples/moveto.htm

Bob


Miguel wrote:

what's the JavaScript error that gets called up?


No error messages appear.

I enabled debugging in Safari but nothing shows up in the console.


My guess is that it is
document.getElementById does not exist

or

d.innerHTML

object required

or something like that.


that would make sense


Please enter the following on the URL line once that page is showing and
tell me
what the response in each case is:


javascript:alert(docuemnt.getElementById)


JavaScript

(function)


javascript:alert(docuemnt.getElementById("listing"))



JavaScript

[object SPAN]


javascript:alert(docuemnt.getElementById("listing").innerHTML)


JavaScript



Nada ... so innerHTML is either blank or something like that.

As you are looking for solutions remember that Safar is heavily based on
Konqueror.


Miguel



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Jmol-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-users

--

Robert M. Hanson, [EMAIL PROTECTED], 507-646-3107
Professor of Chemistry, St. Olaf College
1520 St. Olaf Ave., Northfield, MN 55057
mailto:[EMAIL PROTECTED]
http://www.stolaf.edu/people/hansonr

"Imagination is more important than knowledge."  - Albert Einstein


------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Jmol-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to