Pop ups in Internet Explorer
Date: 03/29/05
(WebDesign) Keywords: html, java, web
Hey, I'm new to this community. I do web-design as a hobby and enjoy learning about new codes, but I do not claim nor wish to be a professional.
But sometimes school and job require that I make a website.
Anyway, I have a problem. I'm doing a website for a project and it has pop-ups. The pop-ups work fine in Safari and Firefox and all that, but they will not open in Internet Explorer for windows. I haven't tested it on I.E for mac, because it would hurt too much.
The pop up blocker isn't on and I'm getting a vague java error. Java's allowed and all that.
This is my code, without the tag bracket things:
script language="javascript" type="text/javascript"
//!--
function win1()
{ window.open ("http://kemotion.net/arts/galfa_1.html","win1","width=450,height=335,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
--
//!--
function win2()
{ window.open ("http://kemotion.net/arts/galid_1.html","win2","width=450,height=335,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
--
//!--
function win3()
{ window.open ("http://kemotion.net/arts/galgd_1.html","win3","width=450,height=335,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
--
/script
This is what I'm using as a link:
javascript:win2()
Help. I'm useless with java, it's on my list of things to take a class in, but at the moment I'm just trying to use what I can.
Thanks very much.
Source: http://www.livejournal.com/community/webdesign/843383.html