Forum Moderators: open
To complicate things a bit the site is also using Iframes so the header and body are in different frames.
<a href="examplepage.html","_main">example page</a>
After you make this link put ',"_main"'
like above and it will throw the page into the main window instead of just the window the link is currently in. If you use flash then in the button you would type
on(release){
getURL("examplepage.html","_main");
}
-Jerry
[edited by: engine at 11:50 am (utc) on May 13, 2005]