Computer Hope

Internet & Networking => Web design => Topic started by: Zylstra on September 15, 2007, 09:45:32 PM

Title: HTACCESS Login URL and Javascript
Post by: Zylstra 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)
Title: Re: HTACCESS Login URL and Javascript
Post by: The Saviour 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.
Title: Re: HTACCESS Login URL and Javascript
Post by: michaewlewis 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.