Hi
Couple of questions
1) I want to create a link by record ID to a specific record in the database using the syntax
db.pl?uid=default&view_records=1&ID=12
However, it performs a keyword search, return all records with the number 12 rather than record 12. Any suggestions?
Second question
Would like to replace the submit button with an image. I've use the following
<input type=image border=0 SRC="image/go.gif" ALT="GO">
but the srcipts returns an Unknown Action error when you then click on the image. This also happens when you type in your search term and press the <return> key rather than click on the submit button. Any suggestions.
Last one. When the script returns a mesage
Use of uninitialized value at /inetpub/cgi-bin/tdd/html.pl line 28, do you count all lines in the script, including #comments lines or is it simply active lines.
This is returned from an NT server, the script works fine but I get this error so I think it is in the HTML coding.
Hope this all makes sense.
Thanks
Ramsay
Couple of questions
1) I want to create a link by record ID to a specific record in the database using the syntax
db.pl?uid=default&view_records=1&ID=12
However, it performs a keyword search, return all records with the number 12 rather than record 12. Any suggestions?
Second question
Would like to replace the submit button with an image. I've use the following
<input type=image border=0 SRC="image/go.gif" ALT="GO">
but the srcipts returns an Unknown Action error when you then click on the image. This also happens when you type in your search term and press the <return> key rather than click on the submit button. Any suggestions.
Last one. When the script returns a mesage
Use of uninitialized value at /inetpub/cgi-bin/tdd/html.pl line 28, do you count all lines in the script, including #comments lines or is it simply active lines.
This is returned from an NT server, the script works fine but I get this error so I think it is in the HTML coding.
Hope this all makes sense.
Thanks
Ramsay

