Copy link to clipboard
Copied
this.web_button.addEventListener("click", fl_ClickToGoToWebPage_2);
function fl_ClickToGoToWebPage_2() {
window.open("http://www.adobe.com", "_blank");
}
/////////////////////////////////////////////////////////////////////////////
browser only internet explorer ( 0 ) chrome ( x )
Is my computer wrong?
there's nothing wrong with your code if you have a symbol with instance name web_button that exists when that code is executed AND that remains in existence when web_button is clicked
Copy link to clipboard
Copied
there's nothing wrong with your code if you have a symbol with instance name web_button that exists when that code is executed AND that remains in existence when web_button is clicked
Copy link to clipboard
Copied
thank!. i am mistake. I cancel the question above. It seems to be a different matter.
Thank you again for your quick response.
Copy link to clipboard
Copied
you're welcome.