Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-17-2009, 05:42 AM   PM User | #1
tj1990
New to the CF scene

 
Join Date: Nov 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
tj1990 is an unknown quantity at this point
Question Issue with popup

hello i think this is the right forum to post this

i have some code that when a link is clicked a new popup window opens and i put an embedded youtube video in it, which is fine. The popup loads fine in Safari, Firefox and Opera. But when i load it in Internet Explorer this happens



This is what it looks like when it loads correctly



am i missing something to make it work correctly in IE?
tj1990 is offline   Reply With Quote
Old 11-17-2009, 06:30 AM   PM User | #2
technica
Regular Coder

 
Join Date: Dec 2007
Posts: 106
Thanks: 0
Thanked 3 Times in 3 Posts
technica is an unknown quantity at this point
Don't know why but I am not able to see any images? Have u attached anything with your post here? because i read you saying "But when i load it in Internet Explorer this happens".
__________________
Programming & Webmaster Forum - AdSense Revenue Sharing forum
technica is offline   Reply With Quote
Old 11-17-2009, 04:37 PM   PM User | #3
ckeyrouz
Senior Coder

 
ckeyrouz's Avatar
 
Join Date: Jun 2009
Location: Montreal, Canada
Posts: 1,044
Thanks: 5
Thanked 179 Times in 179 Posts
ckeyrouz is on a distinguished road
Please post some code or give us a link to your site.
__________________
Software and cathedrals are much the same - first we build them, then we pray.
ckeyrouz is offline   Reply With Quote
Old 11-17-2009, 10:47 PM   PM User | #4
tj1990
New to the CF scene

 
Join Date: Nov 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
tj1990 is an unknown quantity at this point
sorry the images didnt work

THis is what happens in IE

http://i45.tinypic.com/8wkqow.jpg

In any other browser
http://i46.tinypic.com/vhvz3m.jpg

this is the code i use for the popup

<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by: Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=580,height=360,left = 410,top = 230');");
}
// End -->
</script>

and a bit after that (link to open the window)

<A HREF="javascriptopUp('popup.html')">Kumfs TV Add</A>

Last edited by tj1990; 11-17-2009 at 10:55 PM.. Reason: added more info
tj1990 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:23 AM.


Advertisement
Log in to turn off these ads.