Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: can get url open a plain new window?
From: Warren Suderman
Date: Fri, 6 Mar 1998 02:59:44 GMT

Wayne,

Not sure if this is the right question but I am using the same idea
with the Get URL as I do for regular pop-up windows.

I use for Action>Get URL and for Network URL> javascript:popupWindow().
Then create a regular function like:

function popupWindow() {
window.open("mypopup.htm", "displayWindow",
"width=500,height=400,status=no,toolbar=no,menubar=no");
}

The only thing I haven't figured out yet is that this call is being made
from a my file called cntpnl.htm in my left frame and it wants to get
the function from the parent which is called main.htm (my frameset page)
so I put the function in that one and it seems to be happy now. I'm
only just learning JavaScript and am still trying to figure this one
out. My site is not finished yet (way under construction) but you can
look at what I've got going on so far.

For an example goto:

http://www.minds-eye.com/flash/main.htm

Turn on the control panel and push the "contact" button.

Hope that helps,
Warren

--
Warren Suderman Web Tech/Systems
techmanatlightspeed [dot] net (mailto:techmanatlightspeed [dot] net)

http://www.minds-eye.com/

A famous person once said:
What ever doesn't kill your computer will only make it stronger.
But that's only my opinion.
I could be wrong.

begin: vcard
fn: Warren Suderman
n: Suderman;Warren
org: The Mind's Eye Virtual Studio
adr: P.O. Box 25142;;;Fresno;CA;93729;USA
email;internet: nospamatlightspeed [dot] net
title: Web Tech/System
tel;work: 209.229.7560
tel;fax: 209.229.0589
x-mozilla-cpt: ;0
x-mozilla-html: FALSE
version: 2.1
end: vcard


Replies
  WOOHOO!!, Wayne Townsend
  Re: WOOHOO!! - cache - pls test, Wayne Townsend
  can get url open a plain new window?, Wayne Townsend

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]