> I would like to pop a window via a javascript. This isn't a
> problem, I know
> how to pop a window. I don't want a toolbar and I want it to be
> a specific
> size. The problem is I want to pass form parameters to the page
> when I pop
> the window. I don't want to have url parameters.
>
> Any ideas would be "bloody marvolous"
Neil,
Just pop up a window first (doesn't need a URL, just a name), then your
<form> should use the same name as its target parameter. (Forms can be
targeted to windows just like anchor tags can be.)
However, if you test with IE4, you'll discover a well-known bug where IE
cannot submit a form to an already-created popup window, so it's best to
sniff the browser, and NOT pre-open the popup for IE4... just let it open
its own window of the same name.
Hope that gets you started...
-Ron
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.