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:
Quote:
Originally Posted by
>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=javascript: 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=250,top=200 , left=350");
}
</SCRIPT>
I hope this helps
Crouchie1998
MCP MCSE
"Sirisha" <sireesha.ardham@.gmail.comwrote in message
news:1163743656.795672.229510@.f16g2000cwb.googlegr oups.com...
Quote:
Originally Posted by
Open a popwindow , that popwindow is not having any
titlebar,addressbar,menu bar
>
>
>
>
Sirisha
>
0 comments:
Post a Comment