Page 1 of 1

Fill out a form on another page

Posted: Sat Oct 27, 2012 11:25 am
by Kieken72
Is it possible to fill in a form on another webpage with javascript on a page?
Example: http://www.kasteeltje.westsite.be
The button "Nieuwsbrief" pops up a form to fill in for subscribing to a newsletter. I want to make a facebookpage with html, just a form for the Subscribe to a newsletter. Can somebody help me out? or put me on the right path?

Re: Fill out a form on another page

Posted: Sat Oct 27, 2012 8:12 pm
by mandai
That website doesn't seem to load for me. Though it is possible to fill out HTML forms with JavaScript, it depends how the page is designed.

Re: Fill out a form on another page

Posted: Thu Nov 01, 2012 12:12 pm
by Kieken72
Oh sorry, misstyped the link,..
http://kasteeltje.westsite.be

Re: Fill out a form on another page

Posted: Sat Nov 03, 2012 12:25 am
by mandai
I have read up a bit on the subject of cross-site scripting. It would appear you can't use a script on one site to access another, and this is a standard security measure in all browsers.