Forum Moderators: open
<script type="text/javascript">
function bfopentarget(where, target, extrastuff){
var targetwindow = window.open(where, target,'toolbar='+extrastuff+',directories=no,status=no,scrollbars=yes,resizable=yes,menubar='+extrastuff);
targetwindow.focus();
return false;
}
</script>
<img src="toolbars/main/main.gif" alt="main toolbar" title="main toolbar" class="dot" onclick="bfopentarget('index.php', 'app_main', 'yes')" style="cursor: pointer;" />
Firefox's preferences are set to allow javascript to raise and lower windows.
Any insights would be much appreciated.