David Leader wrote:

>An interesting difference between FF and Safari in this regard. If 
>you choose "View Source" on FF you get the source, on Safari you get 
>blank. Likewise if you try to save the page on Safari it says it 
>can't. How are you generating the pop-ups, Bob?
>  
>
Surely this is true for all pop ups on those systems, right?

    var opt="menubar,scrollbars,width=900,height=600,left=100,top=30"
    var sm=""+Math.random()
    sm=sm.substring(3,10)
    var w=open("","DT_"+sm,opt)
    w.document.open()
    w.document.write(s)
    w.document.close()

Maybe that's the whole problem. Other suggestions?

Bob


>Oh, and Opera refuses to show the source either. It gives js errors 
>for line 10 of popupscript.js too, but refers to this as a TypeError. 
>In the backtrace it refers to Line 1 of an 'unknown' script.
>
>David
>  
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to