shahid634
03-24-2004, 08:35 AM
hi,
basically, my aim is to submit a variable as a query string on the end of a perl script url?? code below:
this is the on release method:
on (release) {
getURL("/cgi-bin/ifpfp_jobs.pl", "", "POST");
}
this is the variable:
main_link
i want to include the value of the above variable with the perl url. some thing like this:
"/cgi-bin/ifpfp_jobs.pl?main_link"
but it doesn't work, some help would be real nice ;)
thanks,
Shahid
basically, my aim is to submit a variable as a query string on the end of a perl script url?? code below:
this is the on release method:
on (release) {
getURL("/cgi-bin/ifpfp_jobs.pl", "", "POST");
}
this is the variable:
main_link
i want to include the value of the above variable with the perl url. some thing like this:
"/cgi-bin/ifpfp_jobs.pl?main_link"
but it doesn't work, some help would be real nice ;)
thanks,
Shahid