Create a button and add its action onPress or onRelease as Javascript and insert script as below:
link to open is http://www.yahoo.com/
var url="http://www.yahoo.com/";
var targetWindow="newWindow";
window.open(url, targetWindow,
"scrollbars=no,
location=yes,
resizable=no,
height=400,
width=600,
left=100,
top=50");
for additional things to add see below, seperate with ",":
toolbar=yes,
location=yes,
directories=yes,
menubar=yes,
scrollbars=yes,
resizable=yes,
status=yes,
|
|
|