Thursday, March 22, 2012

open a popup window

Open a popwindow , that popwindow is not having any
titlebar,addressbar,menu bar
SirishaYou can use window.open() is javascript.
http://msdn.microsoft.com/workshop/...hods/open_0.asp
On 16 Nov 2006 22:07:36 -0800, "Sirisha" <sireesha.ardham@.gmail.com>
wrote:

>Open a popwindow , that popwindow is not having any
>titlebar,addressbar,menu bar
>
>
>Sirisha
This is what I did to open a new window with a screenshot
I created a basic HTML page with the screenshot in (see YOUR URL HERE in
function below)
I called the code like this:
<a href="http://links.10026.com/?link=java script: OpenWindow()">Screenshot</a>
Which called this code:
<SCRIPT language="Javascript">
function OpenWindow()
{
window.open("YOUR URL HERE", "SOME_NAME HERE",
" menubar=0,resizable=0,width=310,height=2
50,top=200, left=350");
}
</SCRIPT>
I hope this helps
Crouchie1998
MCP MCSE
"Sirisha" <sireesha.ardham@.gmail.com> wrote in message
news:1163743656.795672.229510@.f16g2000cwb.googlegroups.com...
> Open a popwindow , that popwindow is not having any
> titlebar,addressbar,menu bar
>
>
> Sirisha
>

0 comments:

Post a Comment