Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl and new browser windows

by Graham (Deacon)
on Jul 05, 2001 at 13:15 UTC ( [id://94045]=note: print w/replies, xml ) Need Help??


in reply to Perl and new browser windows

If I read your question correctly, I believe I am doing something similar in that you want to call a CGI script and have the results posted into a new window.

This can be achieved by adding the TARGET="_new" to the hyperlink on the calling page something like this

<A HREF="/cgi-bin/dbcall.pl?title=XLQ20&burden=2" TARGET="_new">Fetch +text</A>

Replies are listed 'Best First'.
Re: Re: Perl and new browser windows
by lxhoo (Initiate) on Jul 05, 2001 at 17:12 UTC
    I thought about this solution, but I dont want to use GET method to pass parameters to script.....

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://94045]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-16 17:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found