first invoke server side code then client side script without using AJAX
Posted
by v-6vesan
on Stack Overflow
See other posts from Stack Overflow
or by v-6vesan
Published on 2010-05-18T20:51:46Z
Indexed on
2010/05/18
21:10 UTC
Read the original article
Hit count: 350
in a form i have a buttoin, when click both OnclientClick and postback should happen. on clicking the "Email" button a client side "mailto" tag should do the work and pull a new message window on the client's machine.
whereas, the email addresses should be invoked by the post back. so , when clicking the button the server side post should happen and on return the client side script should be invokded with the values read during post back, and populate all the email addresses.
i need know how to first do a server hit take the values and then execute the client script with those values without using AJAX
© Stack Overflow or respective owner