Link to home
Start Free TrialLog in
Avatar of erteam
erteam

asked on

How do call classic ASP server side functions from HTML page?

1. I have one HTML page(Sample.htm) with user inputs form (user inputs : name, email, phone etc..)
2. In My ASP page(Test.asp) have some functions like SendEmail() and StoredDB()
                1. SendEmail() - send the email to admin with user input details
                2. StoredDB() - Get the user details form htm page and stored in to access DB
3. When user  clicks the submit button after entering all user details I want to stored the users details in to access DB and Send a email to admin
Avatar of _Stilgar_
_Stilgar_
Flag of Israel image

Try calling an ASP page with that info using AJAX from the HTML page.
ASKER CERTIFIED SOLUTION
Avatar of jweissdandm
jweissdandm

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial