|
i have a form that is located on my server, but the submission page is on another server that feeds a database on the other server so when i go to the other site connected to that other server i see the data.
the problem is the submission code page (i do not have access to) sends the user who originally clicks on the 'submit' button on my site to another page from the other server hosting the database, which is completely blank. the submission works, but it dead ends at the blank page.
given the above, how can i change the code i have access to (the html form page) so after the form submission, somehow the code remembers it was told to end up at a page from my site and not the blank one
Thanks!
|