Announcement

Collapse
No announcement yet.

login anywhere

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    login anywhere

    Hi,

    Apologies if this has been raised on another thread or in the advanced guide, but I can't find what I'm after.

    Basically, I'd like to know if it is possible to have a login (username and password) box on any page. If so, where can I find out how to do it? Is there a snippet of code (ie a couple of tags) to call for the login procedure, as the standard login page is quite... lengthy?

    Regards,

    DB

    #2
    You would have to copy most of the code from the login page. As you say it makes your page a lot larger in Kb size.
    Owner of a broken heart

    Comment


      #3
      Aye, it does. It helps a little if you link to the javascript externally:

      <SCRIPT LANGUAGE="JavaScript" SRC="login.js" TYPE="text/javascript"></SCRIPT>

      At least the code is cleaner... with only the <form></form> info included in the html.

      I was hoping for less code, but there you go.

      Thanks,

      DB

      Comment

      Working...
      X