Search tutorials
In the html file between the <head> tags
<SCRIPT LANGUAGE="javascript">
function newWindow(url,name,features){
var newWin = window.open(url,name,features);
}
</script>
In the flash button
Get URL ("javascript:newWindow('your_html_file.html','newWin','height=***,width=***,toolbar=0,menubar=0,location=0,scrollbars=1,resizable=1')", vars=POST) Note: 1 = yes or the window will have this option. 0 = no or the window will not have his option
Note: *** will equal the size of the window that will pop-up.
| » Level Basic |
|
Added: 2001-03-09 Rating: 5 Votes: 154 |
| » Author |
| No details available. |
| » Download |
| Download the files used in this tutorial. |
| Download (2 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!