I have multiple external websites where a single username must be filled in for each page. I am trying to make everything easier by combining all these fields into one single username input. Clicking the submit button after typing in the username will open the external websites in new tabs each with the username already filled in. I was planning on doing this through the URLs. For example\[code\] http://www.website.com/vote?username=inputted_username\[/code\]The problem is that this method does not work for 4 out of the 5 external websites. When I use it, the website loads up without the field being filled in. Is there another way to do this without having to download loads of Javascript libraries and if so how?