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!

Java Popup without <Head> tag reference

Status
Not open for further replies.

jwkolker

Programmer
Jan 9, 2003
68
0
0
US
Hello:

Help please! I need to write a link to a page and popup a 550 x 350 window for an html page. I can not place anything in the <HEAD> portion of the HTML page since it is templated.

I need a self-contained popup solution that will popup the page sized 550 x 350 and is a complete stand-alone html/script solution that can go into the <BODY> portion of my launch-from page.

Please provide a working example if you can.

Thank you.

John

John Kolker
Programmer
jwkolker@comcast.net
 
can u be a bit more clear? do u want a popup or an iframe???

Known is handfull, Unknown is worldfull
 
I want to pop a new window.

JK

John Kolker
Programmer
jwkolker@comcast.net
 
is this what u want?
<script>
win=window.open('')
win.document.write ("CustomeText!!!")
</script>

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top