How To Submit Url To Aol?

PHP submit to not show URL?

  • I have a form on my website when i press submit it adds records to the database is there also a way i can get the form to send a url but not show the url that has been sent ? This ...show more

  • Answer:

    Further to your comment to Jeff - I would suggest using Javascript. Unfortunately, you will not be able to absolutely prevent the end user from determining the address if they know what they are doing, but at least with Javascript it reduces the number of people who would know how to see the information, and how to interpret the code. Using Javascript you can post information to a file, and use an OnClick action in the link

C3GCWPRVAPATROM3OYE3CF225U at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

I guess that depends on how your form is set up. What method are you using? GET or POST? If you're using POST, the user shouldn't see any data--it sounds like you're using GET if they can see it.

Jeff P

You could do that by having server side code execute. For instance, while the server creates the response to the sumbit it could also pass the info to the 3rd party site. Since the server knows the page submiting the reqeust he should also know what to tell 3rd party.

Urs

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.