473,320 Members | 1,951 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Javascript trouble in IE7

1
I'm new to scripting and I hope you will be patient with me. I am having trouble with a specific script in IE7. I want to open a new window and load a .swf file in it. The window will pop up but the movie will not load (just a solid color).

This was working fine in IE6 and continues to work well in Firefox and Safari. If anyone could help me fix this I'd appreciate it.

Here's the script:

Expand|Select|Wrap|Line Numbers
  1.  window.open('http://www.h2hentertainment.com/vids/generic.swf,'Sean','width=500,height=400,top=0,left=0,menubar=no,menubar=no,scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no');void(0);
  2.  
Thanks,

Solan
May 7 '07 #1
2 1188
MMcCarthy
14,534 Expert Mod 8TB
As this seems to be a Javascript question I am moving this to the Javascript forum.

ADMIN
May 8 '07 #2
acoder
16,027 Expert Mod 8TB
I'm new to scripting and I hope you will be patient with me. I am having trouble with a specific script in IE7. I want to open a new window and load a .swf file in it. The window will pop up but the movie will not load (just a solid color).

This was working fine in IE6 and continues to work well in Firefox and Safari. If anyone could help me fix this I'd appreciate it.

Here's the script:

Expand|Select|Wrap|Line Numbers
  1.  window.open('http://www.h2hentertainment.com/vids/generic.swf,'Sean','width=500,height=400,top=0,left=0,menubar=no,menubar=no,scrollbars=no,status=no,toolbar=no,location=no,directories=no,resizable=no');void(0);
  2.  
Thanks,

Solan
You've forgotten the ending single quote:
Expand|Select|Wrap|Line Numbers
  1.  window.open('http://www.h2hentertainment.com/vids/generic.swf','Sean',...
  2.  
May 8 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Stu Carter | last post by:
Hi, I have an aspx page where some controls are initially disabled by the code-behind 'Page_Load' event. I want these controls to be dynamically enabled when the user checks a checkbox. ...
1
by: Friso Wiskerke | last post by:
Hi All, We've got an VS.2003 ASPNET (VB) webproject which we would like to convert to VS.2005 so that we can make use of the Master Page feature. Converting the initial pages to 2005 is not such...
21
by: Tony | last post by:
I'm having some trouble with some javascript. I put it on the page and it doesn't work. Can anyone help?
8
by: chrisdude911 | last post by:
how do i add video into a javascript web page with my own custom buttons?
4
by: E | last post by:
I am having trouble with setTimeout working on a second call to the setTimeout function from a second page which is an html page. Here is the scenario. I have a web page and onload it calls a...
2
by: TPK | last post by:
I have an HTML document with Javascript where I have a portion of the page contents, a series of questions, being pulled from a XML file. When the page dynamically builds all the questions and...
4
by: JLupear | last post by:
My friend and I are trying to start a business and are writing a website of our own. We have been trying to create an online estimator and are having trouble with writing the javascript that is to...
61
by: shapper | last post by:
Hello, I would like to use a javascript library to simplify my coding process. I know a few: JQuery, Dojo, Yahoo UI, ... Which one do you advice me to use? Thanks, Miguel
23
by: WebFoot | last post by:
Is there a reliable way for a webpage to either break out or refuse to display when a hostile website puts it in a frame? I know about the JavaScript solution, but not all visitors have...
34
by: dhtml | last post by:
I made a change to the FAQ of javascript to EcmaScript. I got some feedback that the newsgroup is CLJ and the language is commonly referred to as JavaScript. Therefore, the word in the FAQ...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.