On Tue, March 29, 2005 1:09 pm, james tu said:
> I have a link that, when clicked on, pops up a new window.
> I want to use the POST method in order to pass information. Right now
> I'm appending the parameters to the URL of the link and using GET to
> retrieve the name/value pairs.

<form target="_blank" ... >

You may be able to use onSubmit or something similar to make the new
window be the size/look you want with JavaScript.

There's no PHP involved here, though, so maybe ask on an HTML and/or
JavaScript forum for better answers.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to