i have recently created a webpage for user to a site:
http://www.geocities.com/stonelionband/temp/index.html
the first button works well with a simple onClick=“window.location…”
however, the second one loads up with 1 small problem:
it’s not the right height. it’s the correct width, just not the right height. here’s the script for that:
onClick="window.open('home.html', '1','width=700','height=550','menubar=no','scrollbars=no');">
why is it not loading the correct height?
thanks for any help.
ATOCP