Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DateAdd calculation without reloading page

Status
Not open for further replies.

datanet

MIS
Nov 13, 2000
1
NZ
I need to create a form with two input boxes. One is a period in months, the other is a date. When the user has completed the two boxes, I need to display the result of a DateAdd calculation based on the two input boxes, without reloading the page.
Any Ideas ?
 
Use cleint side scripting so that when there is a change in BoxA and event procedure is run and BoxB is modified/populated.

If needs be I can find a VBScript example, but that might not be much use on the Internet as you should then use JavaScript.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top