Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > open a page from another page, with a specific size.

Reply
Thread Tools

open a page from another page, with a specific size.

 
 
Mr. x
Guest
Posts: n/a
 
      11-12-2003
Hello,
I have IE 6.0.

To open a page from the current page I use : window.open("anotherurl"), but
I want to open with a specific size (width + height).

How can I do that ?

Thanks


 
Reply With Quote
 
 
 
 
Lasse Reichstein Nielsen
Guest
Posts: n/a
 
      11-12-2003
"Iron" <iron_sinspam_hack@esf_sinspam_era.cl> writes:

> window.open("pagina.html", "namepage", "width=200, height=200")


Correct. However, some browsers will not allow the space in the
configuration string, so it should be avoided.

/L
--
Lasse Reichstein Nielsen -
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
 
Reply With Quote
 
 
 
 
Iron
Guest
Posts: n/a
 
      11-13-2003
window.open("pagina.html", "namepage", "width=200, height=200")


"Mr. x" <> escribió en el mensaje news:...
> Hello,
> I have IE 6.0.
>
> To open a page from the current page I use : window.open("anotherurl"),

but
> I want to open with a specific size (width + height).
>
> How can I do that ?
>
> Thanks
>
>



 
Reply With Quote
 
Iron
Guest
Posts: n/a
 
      11-13-2003
read this page:
http://www.devguru.com/technologies/.../win_open.html


"Mr. x" <> escribió en el mensaje news:...
> Hello,
> I have IE 6.0.
>
> To open a page from the current page I use : window.open("anotherurl"),

but
> I want to open with a specific size (width + height).
>
> How can I do that ?
>
> 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
Is ViwState Page-Specific or UserControl-Specific =?Utf-8?B?SmF2?= ASP .Net 2 08-16-2006 09:30 PM
Where to put page specific script in a page that inherits from a master page? Eric ASP .Net 0 04-24-2006 11:54 PM
How to Redirect to Another Already Open Page (Managing Multiple Open Pages in ASP.Net) TC ASP .Net 3 12-07-2004 07:10 AM
How do you make sure a frameset is loaded? I'm trying to open a frameset in a new window which shows a specific html page in a specific frame ck388 Javascript 1 09-24-2003 08:32 PM
How to open another aspx page in a specific frame? Peter ASP .Net 3 08-01-2003 11:25 AM



Advertisments