| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
message box pop-up
i have this online application page that when the user clicks submit the info goes to the access database and it goes to the homepage(index.asp). i have a question, is it possible that a message box will pop-up when the user clicks the submit button like "your application will be processed...we'll get back to you ASAP"' and still does the same thing like go to the homepage & adds the info to the database? if it is, what code would i put? thanks much!
|
|
#2
|
|||
|
|||
|
You can add the following code to your submit button.
<input type="submit" value="Add To Database" onClick="window.alert('Thank you for your query. We will respond ASAP')"> Regards Steve |
|
#3
|
|||
|
|||
|
thanks for the help steve...i really appreciate it. you're good man!
|
|
#4
|
|||
|
|||
|
you're welcome
|
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > message box pop-up |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|