473,378 Members | 1,401 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,378 software developers and data experts.

Scripted Window

10
Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript">
  2. function open() {
  3.     window.open("popup.html","Pop Up","width=700,height=447,top=150,left=250"); <!--Line 8-->
  4. }
  5. </script>
  1. Stack overflow on line 8
  2. Internet Explorer gives me the status bar message of error on page
  3. Firefox just sits there looking pretty when function is activated
Some help please :-)
Aug 7 '07 #1
1 1019
epots9
1,351 Expert 1GB
Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript">
  2. function open() {
  3.     window.open("popup.html","Pop Up","width=700,height=447,top=150,left=250"); <!--Line 8-->
  4. }
  5. </script>
  1. Stack overflow on line 8
  2. Internet Explorer gives me the status bar message of error on page
  3. Firefox just sits there looking pretty when function is activated
Some help please :-)
remove the space from Pop Up
Expand|Select|Wrap|Line Numbers
  1. window.open("popup.html","PopUp","width=700,height=447,top=150,left=250");
  2.  
give that a shot

good luck
Aug 7 '07 #2

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

Similar topics

3
by: Warren Wright | last post by:
I have production SQL Server database that must be moved to a new machine. There is a fairly complex DTS package on the original server that is used to handle the weekly updates to the database. ...
0
by: Christian Nunciato | last post by:
Hi there: I'm a developer, and one of my clients operates a small Web site that with a simple contact form, written in ASP.NET, that posts back to itself and saves data to a database. The site...
1
by: Bob | last post by:
I have a common assembly installed into the GAC and is referenced by most of my ASP.NET projects. This is fine for compiled web applications as the reference to the assembly is added in the Visual...
1
by: Bob | last post by:
I have a common assembly installed into the GAC and is referenced by most of my ASP.NET projects. This is fine for compiled web applications as the reference to the assembly is added in the Visual...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.