To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here

WinDrivers Computer Tech Support Forums  

Go Back   WinDrivers Computer Tech Support Forums > For Techs Only > Tech-To-Tech

Tech-To-Tech You're a tech and you need an answer quick, post here for quick help from other techs around the globe.

Reply
 
Thread Tools Search this Thread Display Modes
Old April 19th, 2001, 08:36 AM   #1
Nik
Registered User
 
Join Date: Apr 2001
Location: UK
Posts: 26
Lightbulb HTML Wizards - maximised Windows

For our business web-site we have a link to another page on a different server, and we want it to open in a new browser window, BUT its not maximised?? it opens up in a std smaller size until the user clicks maximise, We dont want people to have to maximise it first so that the computer remembers it like in a posting earlier on. are there any commands with the "_New" command that helps me out? (THERE MUST BE) LOL
__________________
:-)
Nik is offline   Reply With Quote
Old April 19th, 2001, 09:50 AM   #2
BreakWindows
Registered User
 
Join Date: Aug 2000
Location: NYC
Posts: 288
Post

Well, you could try setting the link properties:


function Maximize()
{
window.innerWidth = screen.width;
window.innerHeight = screen.height;
window.screenX = 0;
window.screenY = 0;
alwaysLowered = false;
}
<A HREF="javascript: onClick=Maximize()">Link</A>

or, set the properties manually:

function newWindow(bookgif){
bookWindow=window.open(bookgif,
'bookwin', 'width=800,height=600')
bookWindow.focus() }


<A href="javascript:newWindow('abc.html')">
__________________
BreakWindows
God told me to skin you alive..
BreakWindows is offline   Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 -5. The time now is 10:41 PM.



Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.