G
Guest
Even after plugging in "location=no,directories=no,toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no
dependent=no the new IE popup still displays the IE icons (printer, stop, refresh, etc.) and the only thing that was disabled was the back and forward buttons. I used the standard doPopUpWindow = window.open jsp code (provided) below
Can i remove all IE icons with a global attribute?
I am on Windows XP Professional using IE 6.0 .2800.1106 with SPI updates
-----------
<script
var doPopUpX = (screen.width/2)-40
var doPopUpY = (screen.height/2)-30
var pos = "left="+doPopUpX+",top="doPopUpY
function doPopUp()
doPopUpWindow = window.open("http://slcsepw01vd.pacificorp.us/ir...dro.role.PlantManager/com.pacificorp.pages.R3","Power & Deliver ePortal"
"location=no
directories=no
toolbar=no
menubar=no
status=no
scrollbars=no
resizable=no
dependent=no,width=800,height=600,"+pos)
</script
dependent=no the new IE popup still displays the IE icons (printer, stop, refresh, etc.) and the only thing that was disabled was the back and forward buttons. I used the standard doPopUpWindow = window.open jsp code (provided) below
Can i remove all IE icons with a global attribute?
I am on Windows XP Professional using IE 6.0 .2800.1106 with SPI updates
-----------
<script
var doPopUpX = (screen.width/2)-40
var doPopUpY = (screen.height/2)-30
var pos = "left="+doPopUpX+",top="doPopUpY
function doPopUp()
doPopUpWindow = window.open("http://slcsepw01vd.pacificorp.us/ir...dro.role.PlantManager/com.pacificorp.pages.R3","Power & Deliver ePortal"
"location=no
directories=no
toolbar=no
menubar=no
status=no
scrollbars=no
resizable=no
dependent=no,width=800,height=600,"+pos)
</script