I'm wondering if someone knows a way to have a visitor to a page input 2 fields, ID and password... and apply those fields to url's in already made pages.
So for example in a page would be the link
http://page.com/stuff/something.cgi?ID=SUPPLIEDID&PASS=SUPPLIEDPASS&CONTENT=blahblah
And the bolded parts of the url would be changed to the supplied id and password.
Is this possible with javascript even?
I don't have access to the site the links are to, making my own "interface" for an online game and am thinking of ways to easily allow others to use it as well. Thanks for the help
So for example in a page would be the link
http://page.com/stuff/something.cgi?ID=SUPPLIEDID&PASS=SUPPLIEDPASS&CONTENT=blahblah
And the bolded parts of the url would be changed to the supplied id and password.
Is this possible with javascript even?
I don't have access to the site the links are to, making my own "interface" for an online game and am thinking of ways to easily allow others to use it as well. Thanks for the help

Comment