[Javascript] Posting a Form to a Pop-Up Window?

Scott Mowry Scott_A_Mowry at yahoo.com
Fri Mar 8 00:18:10 CST 2002


Tom,
    Try this script.
<script language=JavaScript>
var=newWindow;
newWindow=
window.open("","myWindow","width=250,height=250,location,menubar")
replace the myWindow part with what you named the Window.  also don't
include spaces in the window.open phrase.  It causes Netscape to not
recognize the string.  I hope this works for you.
Scott



----- Original Message -----
From: "Tom Churm" <thomas.churm at punkt-marketing.de>
To: <javascript at LATECH.EDU>
Sent: Thursday, March 07, 2002 10:14 AM
Subject: [Javascript] Posting a Form to a Pop-Up Window?


> howdy,
>
> could someone please me a hint on how i post a form to a pop-up window?
> i know i can use target="_blank" to post it to a brand new window, but i
> need to post it to a smaller pop-up.
>
> i've seen this done before, but am not quite sure how it's done.
>
> thanks much,
>
> tom
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list