Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > open a full size window from a smaller one

Reply
Thread Tools

open a full size window from a smaller one

 
 
seeeker
Guest
Posts: n/a
 
      04-24-2004
I used the following code for a link to open a small window A with a
page A containing a Flash animation. I used this code:

<a href="javascript:void(window.open('A.htm', 'example1', 'width=663,
height=600, left=300, top=200, location=no, menubar=no,
status=no,toolbar=no, scrollbars=no, resizable=yes'))">Try It</a>

Under the animation on that page A is a link. I would like that link
to open a regular full-size window B which has all the usual toolbars,
etc that the person clicking on the link usually has.

I am currently using for that link:

javascript:void
window.open('http://www.therationalradical.com/dsep/wealth-distribution.htm');

But Window B opens about half-size. And then other windows of that
person continue to open half-size. If they don't know the
resize-Cntrl-close trick, they'll be awfully annoyed.

So how can I get window B to open regular full-size from a link in the
small window A?

Thanks!
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open another smaller window Samuel Shulman ASP .Net 3 11-21-2006 01:06 AM
font of the active title bar appears smaller and smaller automatic =?Utf-8?B?dGhhbmt5b3U=?= Windows 64bit 1 10-12-2005 09:24 AM
Problems with opening new window without scrollbar and toolbar and with smaller size and width Jerry Manner HTML 2 05-30-2005 03:27 PM
DSLR, Smaller Sensor, Smaller TTL Viewfinder? Which has the largest? Geshu Iam Digital Photography 7 08-17-2004 06:52 PM
Bigger image size and lower quality vs. Smaller image size and higher quality Desmond Digital Photography 5 09-27-2003 04:08 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57