Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Submit data for update and email
Message
From
09/10/2000 12:56:34
 
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00426168
Message ID:
00426899
Views:
20
I've been trying this but have run into some problems. The function that gathers and updated the data is in a VBScript and I think window.open is JScript so I created a separate JScript and is trying to call this function from within VBScript towards the end. However, I get "Type mismatch" error calling the JScript from VBScript. I'm using syntax:

Call MyJScriptFunction

Any ideas? TIA again.

>I haven't tried this so YMMV.
>
>Create a function and call it from the the onsubmit of the form. In that function, gather the data you need and use the window.open function to send the email.
>
>Ex.
>window.open('mailto:myemail@somewhere.com&subject=Data Changes&Body=Data that chaged goes here')
>
>Then return true from the onsubmit function and the form should be submitted as well to the action page.
>
>HTH.
It's "my" world. You're just living in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform