mcmuney Posted February 6, 2008 Share Posted February 6, 2008 How can I modify the line below so that on the popup, the status bar is hidden? <a href='#' onclick='return popitup(\"./mp3/listen.php?name=".urlencode($files['names'][$i])."&file=".urlencode($files['links'][$i])."\")'><b>Listen</b></a> Link to comment https://forums.phpfreaks.com/topic/89770-hide-status-bar/ Share on other sites More sharing options...
wildteen88 Posted February 6, 2008 Share Posted February 6, 2008 Well this has nothing to do with PHP. This is more of a javascript question. What parameters does the (javascript) popitup function allow? Link to comment https://forums.phpfreaks.com/topic/89770-hide-status-bar/#findComment-460026 Share on other sites More sharing options...
mcmuney Posted February 6, 2008 Author Share Posted February 6, 2008 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 More sharing options...
phpQuestioner Posted February 6, 2008 Share Posted February 6, 2008 http://blazonry.com/javascript/windows.php Link to comment https://forums.phpfreaks.com/topic/89770-hide-status-bar/#findComment-460254 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.