i build a htm file named iframe.htm wiff script like dis,
QUOTE
<head>
<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function openWindow(url, w, h, s, r, t, l) {
var windowprops = "width=" + w + ",height=" + h + ",scrollbars=" + s + ",resizable=" + r + ",toolbar=" + t + ",location=" + l;
popup = window.open(url,'links',windowprops);
}
// done hiding -->
</script>
<script language="JavaScript">
<!-- hide from JavaScript-challenged browsers
function openWindow(url, w, h, s, r, t, l) {
var windowprops = "width=" + w + ",height=" + h + ",scrollbars=" + s + ",resizable=" + r + ",toolbar=" + t + ",location=" + l;
popup = window.open(url,'links',windowprops);
}
// done hiding -->
</script>
then i create a AS button and place the code like dis,
QUOTE
on (release) {
getURL("JavaScript:openWindow('iframe.htm','800','600','no','no','no','no','no')");
}
getURL("JavaScript:openWindow('iframe.htm','800','600','no','no','no','no','no')");
}
here is where my problem...again, it doesnt work
what i want is that when i click on my AS button, it will open a new browser but with no toolbar with it...how to do dat? um using flash 8...
pls guide me sifu's....
Jul 13 2006, 06:44 PM
Quote
0.0151sec
0.18
6 queries
GZIP Disabled