I am new with javascript and would like a message to pop up upon submit.
I would like to display the message
Are you sure you want to submit?
I would like the options to be 'yes' and 'no'.
If yes then proceed with submit and if no, then cancel submit.
Any suggestions are welcome.
Thanks in...
I have 3 tables which store the same types of information in three fields. Say for example, startdate - enddate - city.
Although the 3 have these fields in common, they are not directly related to each other in any other way.
I need to select the values from each of the three tables and then...
I have a database on SQL Server without about 2 million company records in the company table. The query I am having a problem with queries the company table and a joined lookup table of only about 8 records (holding status descriptions for the numberic status field)
Most of the fields contain...
I am having a problem returning records from a table called employees. In the where clause, I am comparing a datetime field with a form variable in 'mm/dd/yy format'.
Where modification_date = '#form.date#'.
In SQL server, the data is being stored in the datetime format. What function do I...
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.