Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Window size can be changed
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 11 July 2001 :  07:26:33  Show Profile  Visit Kat's Homepage
I need to do the following:

open a new window from a link (currently using target_blank).

this window needs to be a specific size when opened and will open to an external website.

the only problem with using javascript to determine the size is that the new window then has to stay that size and won't show the usual browser features such as address bar, etc.. I need these things to show up and the new window must be resizable by users.

Any thoughts anyone?

KatsKorner

Doug G
Support Moderator

USA
6493 Posts

Posted - 11 July 2001 :  10:43:05  Show Profile
From IE docs:

sFeatures Optional. String that specifies the window ornaments to display. This parameter is a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, fullscreen=yes,toolbar=yes). The following features are supported: channelmode = { yes | no | 1 | 0 } Specifies whether to display the window in theater mode and show the channel band. The default is no.
directories = { yes | no | 1 | 0 } Specifies whether to add directory buttons. The default is yes.
fullscreen = { yes | no | 1 | 0 } Specifies whether to display the browser in a full-screen or normal window. The default is no, which displays the browser in a normal window. Use full-screen mode carefully. Because this mode hides the browser's title bar and menus, you should always provide a button or other visual clue to help the user close the window. ALT+F4 also closes the new window.
height = number Specifies the height of the window, in pixels. The minimum value is 100.
left = number Specifies the left position, in pixels. This value is relative to the upper-left corner of the screen.
location = { yes | no | 1 | 0 } Specifies whether to display the input field for entering URLs directly into the browser. The default is yes.
menubar = { yes | no | 1 | 0 } Specifies whether to display the menu bar. The default is yes.
resizable = { yes | no | 1 | 0 } Specifies whether to display resize handles at the corners of the window. The default is yes.
scrollbars = { yes | no | 1 | 0 } Specifies whether to display horizontal and vertical scroll bars. The default is yes.
status = { yes | no | 1 | 0 } Specifies whether to add a status bar at the bottom of the window. The default is yes.
titlebar = { yes | no | 1 | 0 } Specifies whether to display a title bar for the window. This parameter is ignored unless the caller is an HTML Application or a trusted dialog box. The default is yes.
toolbar = { yes | no | 1 | 0 } Specifies whether to display the browser toolbar, making buttons such as Back, Forward, and Stop available. The default is yes.
top = number Specifies the top position, in pixels. This value is relative to the upper-left corner of the screen.
width = number Sets the width of the window, in pixels. The minimum value is 100.


yecch. Someday I'll figure out how to cut & paste from MSDN and have it be readable :)

======
Doug G
======

Edited by - Doug G on 11 July 2001 10:44:17
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 11 July 2001 :  11:06:21  Show Profile  Visit Kat's Homepage
Thanks Doug.

We aren't actually going to do the change now. They keep target_blank



KatsKorner
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.28 seconds. Powered By: Snitz Forums 2000 Version 3.4.07