_blank
- Started
- Last post
- 6 Responses
- hiatus
i need a button to open a new page
but then have the rest of the button open in the same new _blank page, instead of opening a bunch of new _blank pages for each link.
I'm coding the buttons in FLASH if that makes a differnece to my answer?
:-)thanks
- nuggler0
you need to use javascript to open a named window, then target the same named window. you can do it from flash but the js is in your html
- hiatus0
cool, I do have the FLASH in a html page.
any example, or any term you suggest me Googling?
I'm so close....:-)
- mpfree0
treat the flash button just the same as you would a normal button. reference external JS
- hiatus0
i'm wondering if all I have to put in the button code is the "javascript:openIT('page.html',4...
after i tell the button-
on (release) {
getURL ("http://meetingroooms.regus.com... "_blank");
}and the _blank with me replaced with the javas:open...yada,yada stuff????