• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

I need HTML code

dvitt90

New Member
I need html code that takes info from a form, and submits it to another form on different website. also these websites dont ask for human verification
 
html can't do this, you have to use a higher level language like PHP or Javascript.

But normally code like that is only used maliciously, if forms were meant to be linked they would share a common database or have builtin handlers for interacting

The only legitimate use for code along these lines is a post-echo, which is used by paypal to authenticate transactions. That works by making a http post back to the server containing the same data as was just sent to the client, if the server returns VALID it is a legitimate transaction.
 
view source the external web, so you can use the method to create form,
but ouput link to this external web :p
 
Back
Top