View Single Post
Old
  (#7)
Divingdw is Offline
Senior Member
 
Posts: 155
Join Date: May 2002
 Send a message via ICQ to Divingdw Send a message via AIM to Divingdw Send a message via MSN to Divingdw  
Default 08-23-2002, 07:36 AM

If you want a frame to pop up in a new window altogether, then you put this:

<frame src = "blah.html" target = "new" width = "400" height = "400">

The target = "new" part is what will pop up a new window.

But, if you want to fram to be passed to another window, you name your frames, then do a target = "framename". It's that simple
  
Reply With Quote