HighDots Forums  

Open link in new window and the window is small

alt.html.writers alt.html.writers


Discuss Open link in new window and the window is small in the alt.html.writers forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Freshman
 
Posts: n/a

Default Open link in new window and the window is small - 09-28-2003 , 05:49 AM






Hi

How does one do that. I don't mean that the window is smaller than it should
be, but the window is supposed to be small.

TIA



Reply With Quote
  #2  
Old   
Andi B
 
Posts: n/a

Default Re: Open link in new window and the window is small - 10-06-2003 , 02:17 PM






Use javascript:

<script language="JavaScript">

function load(url) {

mywin=window.open(url, '',
'toolbars=0,scrollbars=0,location=0,statusbars=0,m enubars=0,top=50,left=50,h
eight=530,width=880');

}

</script>

Then make your hyperlink like so:

<a href="javascript:load('page.htm')>Link 1</a>

all the options with values set to 0 can be changed to 1, in which case,
that element of the window will be visible. Experiment with altering the
parmeters to get the window you need.

-A

"Freshman" <john.williams34 (AT) ntlworld (DOT) com> wrote

Quote:
Hi

How does one do that. I don't mean that the window is smaller than it
should
be, but the window is supposed to be small.

TIA





Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.