hi everyone. I’m having trouble with some pop-ups. THey work fine on firefox but wont pop in IE6, is there anything else i could add to the code to make it pop in IE?
lmao i used that same tutorial and my popups work fine in IE but not firefox wtf??? My guess would be how we made our html pages b/c if we both used the same tutorial then we should be having the same problems. So could you post your html code for your “popup” page?
This was my code (using Dreamweaver) when i had the problem (i just fixed it)
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
</head>
While typing this reply I decided to try once again this time with the html and in “file:///Q|/STUFF/sig.png” I took everything in the “” out but the picture name so its like this “sig.png”, and it works for me in both IE and firefox. Heres the html that works in both for me hope this helps.
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
</head>