I would like to set up a secure e-mail page on a client site, currently the pages are SSL protected but the e-mail sent from within the site is not.
The e-mail contains sensitive data & is currently sent using the usual VBScript of:
Set Mailer = Server.CreateObject("SMTPsvg.Mailer")...
As a rule I have always avoided frames at all costs, thus my complete lack of knowledge on the subject:
I have page with two frames, one called "top" & one called "bottom".
"Top" has a textbox with a value in it. I would like to display the value of the textbox...
How do you have an image with an "onclick" event that runs an update query without reloading the page??
Can updates only be done server-side?
Do "onclick" events only occur client side?
I have an ASP with a form containing 10 buttons, in a "keypress" function i need to know which button currently has focus, I've tried the following - but they don't work:
if (document.form1.button1.focus() == true)
and
if (document.form1.button1.focus())
how do i confirm which item...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.