hi i have been trying to get this working out i got a login url with two urls actually one to log you in and a java script button.
lets say this is the URL's
http://login.mywebsite/login.nhn?m=login&memberid= (HERE Account)
middle part of url : &password= (password)
The last part i would like put put one more hmtl with it lets call it : &nextURL=http://LOL.mywebsite.com/common/prelaunch.nhn?gameId=crazyness="
what i would like to do is have the public enter account names in one textbox
and password in the next.
For the site im wanting to login with has the account/password in the hmtl itself. i would like to know how i can make ONE button log me in and then go the the next URL
something like http://login.mywebsite.com/login.nhn?m=login&memberid=%user%&password=%pass%&nextURL=http://LOL.MYwebsite.com/common/prelaunch.nhn?gameId=crazyness= where the %username% and %pass% is where the information goes in the URL. (this is not the real URL fyi)
Please help me i would gladey appreciate