I am calling two javascripts to perform a validation on whether inputted form values exist as a table entry.
FORM:
OnClick = "chk1(this.form); chk2(this.form);"
The refresh problem occurs where I updated a this.form hidden field in the first javascript (chk1) and unsuccessful...
I am a new user of javascript, ASP, HTML with MS personal Web server and MS SQL 7.0. I wrote a form data validation function using javascript. It is used by a number of buttons on a form. In order for me to identify the calling origin, I like to update a hidden...
I would like to know whether it is possible to create a temporary SQL table dynamically in database when ASP application starts.<br><br>I plan to execute table creation SQL command from Application_onStart in global.asa file. Then delete the table when...
I am learning ASP by developing a Web application with MS SQL database maintenance capabilities.<br><br>I was successfully using Session variables to pass user inputted fields to other ASP pages. But, I understand that for a robust application using Session variables is not...
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.