Custom Button posting login

P

pfellner

Guest
How can I create a custom button so that it "posts" login info for a script such as an admin panel?
 
then the only way is to create some script on some location (either where target application located or somewhere else) which will accept GET parameters, form a request and redirect user to the target application.
 
Back
Top