Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup questions

Status
Not open for further replies.

elan

IS-IT--Management
Apr 3, 2001
24
0
0
AU
I have googled my heart out this afternoon trying to solve the followng.

I have a popup window that comes up after a button has been pressed within a page. What I hate about the popup is that I don't want to see the blue window at the top of popup giving me the page address and details about Microsoft. I believe there is a secuity issue here but I'm still confused.

Is there anyway of not allowing the address at the top of the popup to come up in the script below. I use the following:

with thanks

Brian


<SCRIPT LANGUAGE="JavaScript">
function poptest() {
window.open("}
</script>
 
You could open the new screen as a full screen but be sure to include a screen close function.
Code:
("[URL unfurl="true"]http://www.test.com/","pop1",[/URL][red]fullscreen=yes[/red],menubar=no,status=no,scrollbars=no") 
}


Keith
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top