I am trying to build an online application where user can fill my another 2 websites suppose http://www.abc.html and http://xyz.html contact us form using my third website form suppose http://def.html.
Actually, when you fill the form in http://def.html then after clicking on submit button it should give fill the both form presented in another 2 websites.
I am not getting of how to do this? I have researched many times on Google but yet not get satisfied answers except that this could be done via java-script and URL. Here is the URL of what I get so far..
URL- http://www.javascript-coder.com/javascript-form/javascript-get-all-form-objects.phtml
I am new in web developing and trying to build this. Please suggest me how can I achieve this?
Thanks in advance..
http://abc.html?val1='foo'&val2='bar'Using