trollacious answered another one of my questions today, and I'm trying to modify the code to work with this problem. For ANY unchecked boxes in my form, I want to pass a value of '0'. Can I do this without identifying every box?
Is this efficient below?
function VerifyForm(subscribeForm){...
I need to utilize checkboxes on one of my pages where the user selects the content that he/she wants to obtain. Rather than submit those values independently, I want to concatenate the answers into a single value.
<table>
<tr><td><INPUT type="checkbox" id=news name=news...
I've got the start on retrieving a querystring. I simply want to make a completion page where a status code is passed so that the text message can be adjusted.
Examples:
thanks.cgi?status=0
print "The service is currently unavailable"
thanks.cgi?status=1
print "The request was successful"...
What is the recommended way to export a table in Sybase to a fixed width ascii file?
---
doug@coders4hire.com
http://www.coders4hire.com
http://www.payraisecalculator.com
http://www.cliintel.com
We have a HISTORY table on a backup server. I've never written a stored procedure in Sybase. I would like to open the backup server, and export the HISTORY table to the PRODUCTION server into a temp table where I can then do a join and export.
1. Can that be done?
2. Could you give me some...
We have a HISTORY table on a backup server. I've never written a stored procedure in Sybase. I would like to open the backup server, and export the HISTORY table to the PRODUCTION server into a temp table where I can then do a join and export.
1. Can that be done?
2. Could you give me some...
I'm having a terrible time trying to 'mimic' the status bar progress bar when importing a text file. I have a spec, and the code which properly imports the data I need. The status bar in Access progresses nicely with the import. HOWEVER, if I register the Progress Bar Active X Component...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.