Hi, My objective is to click on the ABOUT US button and it to open a new window with a defined width and height. I tried
var jscommand:String = “window.open(‘http://www.adobe.com’,’win’,’height=200,width=300,toolbar=no,scrollbars=yes’
;”; getURL(“javascript:” + jscommand + ” void(0);”
;
it works but when I modify the code to read the link from the xml file it does not work
var jscommand:String = “window.open(‘http://+link’,’win’,’height=200,width=300,toolbar=no,scrollbars=yes’
;”; getURL(“javascript:” + jscommand + ” void(0);”
;
PLEASE HELP ! THANKS ! LP
Posted 14 days ago
















