what about adding another script?
Ok, before ***** finish the new BV. i think we can do it with this BV.77 by adding another javascript to open new window for go menu.
this is only my idea, if one of you don't like, please ignore
- create go menu using bluevoda
- right click go menu area then click html properties
- insert this script in after tag of go menu html :
Code:
<SCRIPT LANGUAGE="JavaScript">
<!--
function Open(page)
{
OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}
//-->
</SCRIPT> - Now go to Go menu properties, double click go menu area, add whatever option you want to put, and on the URL instead of only put the http://www.yourdomain/yourpage.html you have to write javascript:Open('http://www.yourdomain/yourpage.html')
- as i said if one of you don't like, please ignore my reply