Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: HTACCESS Login URL and Javascript  (Read 5456 times)

0 Members and 1 Guest are viewing this topic.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
HTACCESS Login URL and Javascript
« on: September 15, 2007, 09:45:32 PM »
Hello, again

How do you make a URL that logs you into HTACCESS? (its something like user@password and then the URL, I'm not sure how it goes)

And how would you make a javascript so that when you hover your mouse over that link, it either displays a custom message in the status bar, or doesnt show the URL? And is there a way to make it so that that link cannot be copied? (Or right clicked at least)

The Saviour

  • Guest
Re: HTACCESS Login URL and Javascript
« Reply #1 on: September 16, 2007, 01:47:21 AM »
kuszmania9999...

That link has nothing to do with what Zylstra's attempting...

If you're not sure...please refrain from posting non-relevant material.

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: HTACCESS Login URL and Javascript
« Reply #2 on: September 17, 2007, 08:49:33 AM »
To change the status bar in a window, use the "window.status" property along with an onmouseover event.
You can check out how to use both on any javascript or css website.
I don't really know anything about htaccess, sorry.