in reply to Browser manipulation using PERL?
This will open a new window with 'blah' as its name, or if the window 'blah' already exists, point it to the results. You can not, however, specify size and toolbar et cetera.<form method="post" action="/cgi-bin/script.pl" target="blah"> <input type="text" name="txt" size="10"> <input type="submit" value="stumbit"> </form>
|
|---|