473,799 Members | 3,093 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New Window.

G'day. Trying to open a new window in an ASP script.

Here is the code snippet I am trying to use:
private sub OpenWin()
window.open
"utils/progbar.htm","p rogress","toolb ar=no,scrollbar s=no,width=200, height=150,menu bar=no,location =no,resizable=n o"
end sub

I've tried this:
private sub OpenWin()
dim newwin
newwin = window.open
("utils/progbar.htm","p rogress","toolb ar=no,scrollbar s=no,width=200, height=150,menu bar=no,location =no,resizable=n o")
end sub

Regardless of which method I try I get the following error messsage:

An exception ot type "MS VBscript runtime error: Object
required: 'window' was not handled."

No other error indicators or event log entries. The file progbar.htm exists
in the dir called "utils" etc. In fact, I have other asp pages that call
other utilities from the "utils" dir and all is well.

Here is an excert from MS showing the syntax. It mirrors everything I've
found on the web and online help:
Example

This example uses the open method to create a new window that contains
Sample.htm. The new window is 200 pixels by 400 pixels and has a status bar,
but it does not have a toolbar, menu bar, or address field.

window.open("Sa mple.htm",null,
"height=200,wid th=400,status=y es,toolbar=no,m enubar=no,locat ion=no");I'm
not seeing what I'm doing wrong, and forgive me but I think this is pretty
easy - no?.

Any ideas???

TX

RG
Jul 22 '05 #1
2 1354
Are you trying to run this on the server? That won't work if you are.

Client-side JavaScript would be your best bet.

Bob Lehmann

"Richard Gutery" <rg*****@mentor its.com> wrote in message
news:OF******** ******@TK2MSFTN GP09.phx.gbl...
G'day. Trying to open a new window in an ASP script.

Here is the code snippet I am trying to use:
private sub OpenWin()
window.open
"utils/progbar.htm","p rogress","toolb ar=no,scrollbar s=no,width=200, height=15
0,menubar=no,lo cation=no,resiz able=no" end sub

I've tried this:
private sub OpenWin()
dim newwin
newwin = window.open
("utils/progbar.htm","p rogress","toolb ar=no,scrollbar s=no,width=200, height=1
50,menubar=no,l ocation=no,resi zable=no") end sub

Regardless of which method I try I get the following error messsage:

An exception ot type "MS VBscript runtime error: Object
required: 'window' was not handled."

No other error indicators or event log entries. The file progbar.htm exists in the dir called "utils" etc. In fact, I have other asp pages that call
other utilities from the "utils" dir and all is well.

Here is an excert from MS showing the syntax. It mirrors everything I've
found on the web and online help:
Example

This example uses the open method to create a new window that contains
Sample.htm. The new window is 200 pixels by 400 pixels and has a status bar, but it does not have a toolbar, menu bar, or address field.

window.open("Sa mple.htm",null,
"height=200,wid th=400,status=y es,toolbar=no,m enubar=no,locat ion=no");I'm not seeing what I'm doing wrong, and forgive me but I think this is pretty
easy - no?.

Any ideas???

TX

RG

Jul 22 '05 #2
Yup, trying to do this Server Side is just stupid and I knew that. Made it
happen with Jscript.

Tahnks Bob.

RG

"Bob Lehmann" <no****@dontbot herme.zzz> wrote in message
news:uA******** ******@TK2MSFTN GP10.phx.gbl...
Are you trying to run this on the server? That won't work if you are.

Client-side JavaScript would be your best bet.

Bob Lehmann

"Richard Gutery" <rg*****@mentor its.com> wrote in message
news:OF******** ******@TK2MSFTN GP09.phx.gbl...
G'day. Trying to open a new window in an ASP script.

Here is the code snippet I am trying to use:
private sub OpenWin()
window.open

"utils/progbar.htm","p rogress","toolb ar=no,scrollbar s=no,width=200, height=15
0,menubar=no,lo cation=no,resiz able=no"
end sub

I've tried this:
private sub OpenWin()
dim newwin
newwin = window.open

("utils/progbar.htm","p rogress","toolb ar=no,scrollbar s=no,width=200, height=1
50,menubar=no,l ocation=no,resi zable=no")
end sub

Regardless of which method I try I get the following error messsage:

An exception ot type "MS VBscript runtime error: Object
required: 'window' was not handled."

No other error indicators or event log entries. The file progbar.htm

exists
in the dir called "utils" etc. In fact, I have other asp pages that call
other utilities from the "utils" dir and all is well.

Here is an excert from MS showing the syntax. It mirrors everything I've
found on the web and online help:
Example

This example uses the open method to create a new window that contains
Sample.htm. The new window is 200 pixels by 400 pixels and has a status

bar,
but it does not have a toolbar, menu bar, or address field.

window.open("Sa mple.htm",null,

"height=200,wid th=400,status=y es,toolbar=no,m enubar=no,locat ion=no");I'm
not seeing what I'm doing wrong, and forgive me but I think this is
pretty
easy - no?.

Any ideas???

TX

RG


Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
9711
by: Carol Lyn | last post by:
Could use your assistance with this. I have a window that opens via onclick and it is a small window with info about a site. If the user is interested in visiting that site, there is a link to click that opens the site in a new and larger window via onclick. My question is, can I have the smaller window automatically close when the user clicks the link to visit the site? I also have a link that merely closes the smaller info window if...
2
2199
by: Juan Garcia | last post by:
Subject says it all. Given: Window A with text field. Window B with a button (onClick opens Window C) Window C with a button (onClick I want it to modify text fields of Window A) I have tried storing the handle of Window A ( var winHandle = this; ) in a global variable/file ( globals.js ) and then accessing it from
6
5648
by: David Hayes | last post by:
juglesh <juglesh@nospamRadioKDUG.com> wrote in "Re: how to maximize the browser window that fits the monitor size?" (Saturday, January 01, 2005 3:12 AM): > > >I want to maximize the browser window when I open a new window. > > function expand() { > window.moveTo(0,0); > window.resizeTo(screen.availWidth, screen.availHeight); > }
19
31075
by: Darren | last post by:
I have a page that opens a popup window and within the window, some databse info is submitted and the window closes. It then refreshes the original window using window.opener.location.reload(). The problem is that after the reload, it brings you right to the top of the page. When I click 'refresh" on the original page, it brings me back to the original viewing position. Is there a way to duplicate this in from the popup window. Also,...
14
11099
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a window.open function? I would prefer not to create a separate HTML page. So far all I have is the basic var cwin = window.open('images/KJV-THANKS.gif', 'Thanks', 'width=243,height=420,'); cwin.focus();
1
11591
by: Earl Teigrob | last post by:
I did a ton of searching to try and find a simple solution to this issue and finally wrote my own, which I am sharing with everyone. In my searching, I did find a very complete and robust solution at http://weblogs.asp.net/asmith/archive/2003/09/15/27684.aspx but it was far more complex then I needed. (I got lost trying to figure it all out). Therefore, here goes my simple "web dialog box with parent event handler fireing" solution. ...
26
5694
by: yb | last post by:
Hi, Is there a standard for the global 'window' object in browsers? For example, it supports methods such as setInterval and clearInterval, and several others. I know that w3c standardized several parts of the DOM, but this does not include the window object. Thank you
4
6413
by: alexandre.brisebois | last post by:
Hi, I am using access 2003, I would like to know if there is an option to reorganize the tables in a maner that is readable, as we can do in sql sever 2000 or 2005. I have been given a database to look a and I am loosing tremendious amounts of time trying to organize it so that I could view it. Regards, Alexandre Brisebois
5
7535
by: asadhkhan | last post by:
I have the following code which works correctly in IE 6, but in IE 7, Fire Fox 2.0 and Netscape 8 it does not work. I have a main page where a button calls this pop-up and uploads a file once you click the attach it should upload file and close the window and send back control to Main page.. But it is not happening.. CODE: ========= <script LANGUAGE="JavaScript"> if ((window.opener != null) && (! window.opener.closed)) {
24
8231
by: Jeremy J Starcher | last post by:
While reading c.l.j, I've noticed that some people prefer and indeed even recommend the use of "window.alert()" over "alert()". I can't find any technical reason to make this distinction, and seems to have a (tiny) amount overhead since window itself points to the global object, hence, a circular reference. (From everything I am reading, window is just a REFERENCE back to the global object, as opposed to a separate object.)
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10473
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10249
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10025
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7563
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5461
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5584
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4138
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.