On my website I have a form that lets people type in their username and password and then directs them to the site they want to login to, but I don't know how to make it click the button on the other website, this is what I've done to make it direct to the other site:-
Is it possible to make that click the button? It has no name, the method for the form is POST.PHP Code:header("Location:http://www.site.com?$username&$password");
My other question is it possible to show certain images for different type of browsers? Example:
Using Firefox it would show image1 and if I was using any other browser it would use image2?




Reply With Quote