Results 1 to 6 of 6

Thread: html login form

  1. #1
    Join Date
    Sep 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default html login form

    respect for all that we can and want to help. do you know how a single click can log in to multiple sites over the course frame (iframe). see figure maybe you will be clearer. Thank you for your responseClick image for larger version. 

Name:	testt.jpg 
Views:	255 
Size:	13.1 KB 
ID:	5519

  2. #2
    Join Date
    Sep 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I think you have to make the first login create/open a session, which is valid for all the other logins. I don't know how though.

  3. #3
    Join Date
    Sep 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Maybe you would have to use some cookies to save your session data.

  4. #4
    Join Date
    Sep 2014
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Can you explain more?

  5. #5
    Join Date
    Oct 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am also interested in this topic but I can not see the page indicated advice on solving the problem. Maybe I'm blind?

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    This isn't really an HTML issue. You can of course make any sort of form you like for login (generally these are just user name and password) but you need server side code (PHP, asp, etc.) to make it do anything of any real value. The link you're asking about was deleted as spam because it did not show an example.

    In order to do this across domains for several sites at once, as the original question asked would require cooperation between those sites to accept the authorization from a single master site.

    Again, HTML cannot do this. Please post in the appropriate forum and give an example of what you've tried so far, and specifically what you're having problems with.

    You may also want to look here:

    http://stackoverflow.com/questions/4...ltiple-domains

    both for some ideas, and for an understanding of why this is really too general of a question, and definitely not an HTML question.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. style for login form looks like a pop up
    By newphpcoder in forum CSS
    Replies: 0
    Last Post: 12-07-2011, 11:34 AM
  2. Form processer/login
    By keyboard in forum Looking for such a script or service
    Replies: 3
    Last Post: 04-04-2011, 03:33 PM
  3. Adding login script to html page
    By jithster in forum PHP
    Replies: 6
    Last Post: 09-16-2007, 05:42 PM
  4. html login script
    By smithster in forum HTML
    Replies: 7
    Last Post: 01-05-2007, 12:46 AM
  5. Login form?
    By Soldier in forum HTML
    Replies: 7
    Last Post: 10-19-2006, 10:26 PM

Bookmarks

Posting Permissions

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