HTML Code to make a page smaller?

thomasguy10

New member
I am working on a webpage that I want someone to click on a link and open a much smaller window with a flash video player in it. I am using dream weaver and I am looking for the code I need to find to make the page much smaller.

I found this code <script>
function init() {
window.resizeTo(720,549);
}
window.onload = init;
</script>

but it did not work.

any ideas?
 
Back
Top