all groups > macromedia flash sitedesign > september 2003 >
You're in the

macromedia flash sitedesign

group:

Navigation Question


Navigation Question Badlands
9/28/2003 5:54:57 AM
macromedia flash sitedesign:
I have a site with frames and can successfully navigate between them. However what I would like to do is have one page on the site that opens without frames but at the same time does not open a new window. Is there anyway to do this successfully?

Re: Navigation Question morksinaanab
9/28/2003 5:15:29 PM
you want to open a whole page over the rest?

use 'top' as a target in your anchor or jscript function or getURL function in Flash


Re: Navigation Question Badlands
9/28/2003 5:31:24 PM
what I want to do is have the page open with in the same site only without the navigation frame at the top. what I want to avoid is opening a new window.


Re: Navigation Question morksinaanab
9/28/2003 6:30:30 PM
'top' should work.

how did you define your frameset? maybe you can show some source?


Re: Navigation Question Badlands
9/28/2003 6:34:46 PM
My frameset is a standard top and bottom frame as defined by Dreamweaver MX, my navbar is Flash MX.

Re: Navigation Question morksinaanab
9/28/2003 6:45:11 PM
maybe you can show the code which loads the page you want to get in your whole browser window...


Re: Navigation Question morksinaanab
9/28/2003 6:47:17 PM
if you are using getURL() :


Usage
getURL(url , window)

Parameters
url The URL from which to obtain the document.

window An optional parameter specifying the window or HTML frame that the document should load into. You can enter the name of a specific window or choose from the following reserved target names:

_self specifies the current frame in the current window.
_blank specifies a new window.
_parent specifies the parent of the current frame.
_top specifies the top-level frame in the current window.


Re: Navigation Question Badlands
9/28/2003 11:33:28 PM

Here is my framset code. If I try a std html tag such as _self for the link it opens a new browser window which is what I am trying to avoid.


<frameset rows="64,*" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="navbar.htm" name="topFrame" scrolling="NO" noresize >
<frame src="bottom.htm" name="mainFrame">
</frameset>


Re: Navigation Question morksinaanab
9/29/2003 7:36:30 AM
try to use _top instead of _self

AddThis Social Bookmark Button