sonicsnail
Technical User
Hi all...
I'll try to keep this clear... Read carefully!
I have a page that updates a db using ASP. This will be used by the enduser.
I have another page (different server) that sends SMS messages (this one I have no control over - I can only submit to the CGI - username and pw are fields of the form) - I can't allow the username/pw fields to be seen by the enduser.
Here's what I want to do...
I want to create my ASP page so it also submits a form to the CGI SMS page. I thought about recreating the SMS form with hidden fields, but the enduser should only see ONE submit button - so they won't be able to submit the hidden form.
Or can a submit button submit 2 forms?? (using JS?)
Plus I have the problem of the enduser seeing the "hidden" username/pw if they view source, then having full access to the SMS page - not an option!
I hope that makes sense!
any suggestions?
I'll try to keep this clear... Read carefully!
I have a page that updates a db using ASP. This will be used by the enduser.
I have another page (different server) that sends SMS messages (this one I have no control over - I can only submit to the CGI - username and pw are fields of the form) - I can't allow the username/pw fields to be seen by the enduser.
Here's what I want to do...
I want to create my ASP page so it also submits a form to the CGI SMS page. I thought about recreating the SMS form with hidden fields, but the enduser should only see ONE submit button - so they won't be able to submit the hidden form.
Or can a submit button submit 2 forms?? (using JS?)
Plus I have the problem of the enduser seeing the "hidden" username/pw if they view source, then having full access to the SMS page - not an option!
I hope that makes sense!
any suggestions?