in reply to Re: Perl CGI redirect
in thread Perl CGI redirect
Thanks.. However I need to input the server name(s) to search..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl CGI redirect
by poj (Abbot) on Apr 16, 2013 at 21:27 UTC | |
with a text box poj | [reply] [d/l] [select] |
|
Re^3: Perl CGI redirect
by Anonymous Monk on Apr 16, 2013 at 21:45 UTC | |
Thanks for the help... Changed it to add text box. However this is opening in the same page. Is is possible to open on a new page and also check for mutiple servers
| [reply] [d/l] |
by poj (Abbot) on Apr 17, 2013 at 15:53 UTC | |
poj | [reply] [d/l] |
by Anonymous Monk on Apr 17, 2013 at 19:59 UTC | |
Thanks for the response. However this adds the client to the end of the URL instead of adding it to place listed as XXXX. I tried to specift $ta, however it fails with the below error my $URL = "http://a.com:8080/bms/healthMonitor.do?method=redirect&operation=BackupHistorySearch&subOperation=GetReport&clientName=XXXX&fromDateStr=$FM&toDateStr=$TM"; Wed Apr 17 15:43:03 2013 n.cgi: Global symbol "$ta" requires explicit package name at ./n.cgi line 42. Wed Apr 17 15:43:03 2013 n.cgi: Execution of ./n.cgi aborted due to compilation errors. | [reply] |
by poj (Abbot) on Apr 17, 2013 at 20:31 UTC | |