Hello,
I have an Idea to do with javascript up it far beyond my mind and google.
On ecoadventure.com is the site
I have to load a popup when you first hit the site:
code looks like:
window.open ('index.html', 'newwindow', config='height=645, width=925, left=45, top=40, toolbar=no, menubar=no, scrollbars=no, resizable=yes, location=no, directories=no, status=no')
is their away to make it do like window.self so I don't load a popup
I looked in to window.resizeto but I can't take the menubar off and statsbar and so on.
???????????