Jump to content

Hide Status Bar


mcmuney

Recommended Posts

I guess this is the code I should be looking at:

 

<SCRIPT LANGUAGE="JavaScript">
<!--
function popitup(url) {
newwindow=window.open(url + "&id=" + new Date().getTime(),'name','height=150,width=300');
if (window.focus) {newwindow.focus()}
return false;
}
// -->
</script>

Link to comment
https://forums.phpfreaks.com/topic/89770-hide-status-bar/#findComment-460100
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.