The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to make a password protected html.......

4 posters

Go down

How to make a password protected html....... Empty How to make a password protected html.......

Post by parth12345 December 21st 2007, 10:38 pm

i want to protect my html page with a password so i know who i am giving the password to so only they can see the html page......and help here!!!!!!!

thanks
plz reply soon
avatar
parth12345
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

How to make a password protected html....... Empty Re: How to make a password protected html.......

Post by zinex December 21st 2007, 11:47 pm

this is not possible at the moment, however you can make a suggestion for it in the suggestions for your forums forum, please read the rules of the forum before posting Smile
zinex
zinex
Hyperactive

Female Posts : 2804
Reputation : 93
Language : scotch och aye!
Location : Whats harder than a rock?!

http://asylum.forumotion.co.uk/forum.htm

Back to top Go down

How to make a password protected html....... Empty Re: How to make a password protected html.......

Post by A1Team December 22nd 2007, 10:53 am

Code:

<HEAD>
<SCRIPT language="JavaScript">
<!--hide

var password;

var pass1="Password:";

password=prompt('Invalid Password. Try Again',' ');

if (password==YOUR_PASSWORD_HERE)
  alert('Valid Password! Click OK to continue!);
else
  {
    window.location="http://link_to_html_page";
    }

//-->
</SCRIPT>

</HEAD>

hope it works
A1Team
A1Team
Forumember

Male Posts : 124
Reputation : 0
Language : English, Macedonian, Serbian

Back to top Go down

How to make a password protected html....... Empty Re: How to make a password protected html.......

Post by tcwsl December 28th 2007, 9:56 am

besides javascript, visual basic language is also work

but both are needed to be processed to avoid people could get the password by reading original HTML code
avatar
tcwsl
Forumember

Male Posts : 149
Reputation : 10
Language : Chinese, English

http://lastforumonearth.the-talk.net/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum