Safari does not like the JS psudo protocol.
On Apr 10, 2006, at 6:34 AM, Fred Ehmann wrote:
I have this simple javascript in the head of a page:
<!--
function newWindowMinorSwing()
{
window.open
('minor_swing.html','jav','width=550,height=360,resizable=yes');
}
//-->
In the body, I have this:
<a href="javascript:newWindowMinorSwing()">CLICK TO WATCH QUICKTIME
(5.5 MB)</a><br />
The doc is XHTML Transitional.
The function works fine in Firefox (on Mac) and IE 5.2 (Mac) but
not Safari.
I must be overlooking something obvious...any ideas?
Thanks,
Fred
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************