View Full Version : Flash Navigation Menu
ibawolfe
01-08-2007, 08:57 PM
I have created a Flash Menu with SubMenu's using the getURL to pull up another webpage. I need that page to pull up in the same page as my Menu, not as a new page. Can anyone point me in the right direction??? :confused:
yettti
01-13-2007, 06:34 PM
I assume you not defining where the page should open in the getURL function but anyway
on (release) {
getURL("http://wereveryouwannago.com","_self");
}
first and obviously where you want to go
"http://wereveryouwannago.com"
and for where you want the page to open
"_self"
_self means open in the page your in
you can also use _blank for opening in a new page
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.