Results 1 to 8 of 8

Thread: [RESOLVED] 2 Questions (forms and images)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    190

    Resolved [RESOLVED] 2 Questions (forms and images)

    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:-

    PHP Code:
    header("Location:http://www.site.com?$username&$password"); 
    Is it possible to make that click the button? It has no name, the method for the form is POST.


    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?
    Last edited by iamme2007; Jun 4th, 2007 at 07:05 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width