Fill in HTML fields through URL -


i have multiple external websites single username must filled in each page. trying make easier combining these fields 1 single username input. clicking submit button after typing in username open external websites in new tabs each username filled in. planning on doing through urls. example

   http://www.website.com/vote?username=inputted_username 

the problem method not work 4 out of 5 external websites. when use it, website loads without field being filled in. there way without having download loads of javascript libraries , if how?

the external website must implement corresponding code accept setting fields through urls, , if doesn't can't anything, javascript, since accessing elements of external domain considered security issue , banned almost-all browsers. should kindly ask websites support filling fields through url parameters.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -