
...678
Members-
Content Count
54 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout ...678
-
Rank
Newbie
-
Oki want it to redirect when you click itit wont do iti thought the code was either <form action="submitted.html"><input type="button" value="Submit"</form> or <input type="button" value="Submit" action="submitted.html"></form> Please help
-
thanks for that that worked well just 1 thingi only need oneso how do i remove Item1 and just leave Item 0
-
thats not what i want reallyI just want it with text and not images
-
I want an expanding menu so when you click the main link more links are under it if you know what i mean...Like thisLink--- Hidden Link--- Hidden LinkAnd the hidden links appear when you click the linkId like it to be in JavaScript if possible as i am not familiar with CSS.I have googled it but they dont seem to work
-
THANK YOU!THATS EXACTLY WHAT I WANTED!!!!!!!
-
okbut where do i put thefunction protect(form) {if (document.passform.password.value == "password here") { alert("Password correct, forwarding..."); document.location.href="members.html";} else { alert("Password Incorrect");} Im not really sure what im doing.
-
If i have a dropdown menu. i want to be able to pick one of the options, and it links to that page.
-
ki really dont understandEither if you could give me the whole code...or i just dont bother
-
Ok..Im not sureso..If i have a form that looks like this : <form name="input" action="logintest2.htm" method="get"><br>Password<input type="password" name="LastName" value="" size="20"><br><input type="submit" value="Submit"> How do i make it so there is a set password and if they get it right they go to one pageif they get it wrong they go to another?
-
how do i make that cookie?