Subject:
|
Re: js help
|
Newsgroups:
|
lugnet.publish.html
|
Date:
|
Wed, 23 Jan 2002 02:15:07 GMT
|
Viewed:
|
2347 times
|
| |
| |
I'm sorry for not being more clear- I don't know how to refer to pieces
of Javascript. However, you did answer my question and many thanks for it!
I was just wondering how to change the properties (window size, etc.) of the
new window that the menu would bring up. Thanks again!
In lugnet.publish.html, John Herre writes:
> I'm not sure what you're asking; I think I'm used to different terminology than
> you're using. Based on what I think you're asking...
>
> The name of the new window is the second argument passed to window.open. In
> your example, the window name will be "MenuPopup".
>
> The source is determined by what is at the url that you specify as the first
> argument. Are you asking something else here?
>
> The third argument to window.open, which isn't in your example, is a comma
> separated feature list. To create a window 400 x 600 pixels, the third argument
> would be "height=400,width=600". Many of the features that can be specified in
> this list are browser specific.
>
> John
|
|
Message is in Reply To:
| | Re: js help
|
| I'm not sure what you're asking; I think I'm used to different terminology than you're using. Based on what I think you're asking... The name of the new window is the second argument passed to window.open. In your example, the window name will be (...) (23 years ago, 22-Jan-02, to lugnet.publish.html)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|