OnClick Submit & Fresh

OnClick Submit & Fresh

am 23.02.2007 23:41:04 von mwagoner

I have an ASP page that once a user puts a check in form field
checkbox I would like to have the the record updated and the page
refreshed? Any suggestions on how to handle this? This is currently
what I have for my checkbox:

Response.Write " name=JobStatus " & SetCheckbox(cBool(objRecordset("JobStatus"))) & ">"

Thanks

Re: OnClick Submit & Fresh

am 24.02.2007 04:26:08 von David Kirkby



This will cause the form to post when the box is clicked

"Matt" wrote in message
news:1172270464.378929.312690@k78g2000cwa.googlegroups.com.. .
>I have an ASP page that once a user puts a check in form field
> checkbox I would like to have the the record updated and the page
> refreshed? Any suggestions on how to handle this? This is currently
> what I have for my checkbox:
>
> Response.Write " > name=JobStatus " & SetCheckbox(cBool(objRecordset("JobStatus"))) & ">"
>
> Thanks
>