Nelson, check this out, i found a site with a neat alert when fields not used i have done a form in html, attached. the script is in there as well hope you...
try this, it works just fine. In your source code you excluded the javascript function for pop, which results in a null value returned when you click on the...
Sorry Jim I need a password field for People Spam ;) Could you do this whith a password field, If Pass its ok... than ill go If Pass its not ok than go back to...
Nelson Salvador
nmss89@...
Mar 1, 2003 1:59 pm
759
ok, so here is a password function... basically the password is the name of an htm file located in the same directory, i.e. if you have a file called guess.htm...
In that way ... will apear the url of the form in the address bar! Like www.net.com/email/index.html (enter password)-> www.net.com/email/guess.html now if you...
Nelson Salvador
nmss89@...
Mar 2, 2003 12:24 am
761
I didn't say it was perfect. you can hide the address bar and make it so they don't see it... but that wasn't what you asked for, you asked for a password in a...
Is there a way to find retrieve values of url parms? document.myForm.myParm doesn't work...that was the obvious choice...maybe I need to remove the form name? ...
Sorry, I didn't see what's different except that var name = prmompt ('What is your name?","") is gone; and that is one of the requirements for this javascript....
if you mean, with url parms, the parameters after the question mark in the url, then try: window.location.search this contains the ? and all parameters (eq ...
the difference is in my code I included the function, which was missing from your source. As for the prompt, yes I removed the annoying prompt which is totally...
ok, newbie question here...how can I set the values of hidden variables to the same value that was originally passed in? Example: <FORM NAME="filter"...
Assuming you have a working script which sets the values passed in, don't set defaults by removing the value="...". <INPUT TYPE = "hidden" NAME = "sortBy"> ...
The alert doesn't come up....any idea what's wrong? Jeff <HTML> <HEAD> <TITLE>a le ciel</TITLE> <meta http-equiv="content-type" content="text/html; charset= ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the 1stJavaScript group. File :...
1stJavaScript@yahoogr...
Mar 7, 2003 9:09 am
771
Hi all Apologize if it is a repetitive question. I have a page with a text box , submit button and an Iframe tag, visitors can enter their requested URL in...
function pop? is that the function you added? 'cause it was already there. and again....the prompt for name is required. thanx jeff ... missing ... annoying...
Sir, I wanted to know how do u right align the text in a textbox field. Sir could u please let me know the complete list of javascript inbuilt functions ....
http://www.angelfire.com/crazy/cs-graphics _________________________________________________________________ The new MSN 8: smart spam protection and 2 months...
http://www.angelfire.com/crazy/cs-graphics _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months...
Hello Friends, I have question about javascript. If you know anything, then please let me know. <textarea cols=20 rows=20> for(int i = 0; i<4; i++) { ...
Pawan, it sounds like you should be using '<select>' instead with an 'onchange' trigger. Here's some code I used :- <script language="Javascript"> function...
Hello Robert, First, I would like to say thanks you very much for answring my question. I tried your idea and I got that working. Now I have another question....
Hello Friends, I have one Javascript varialble. I want to add that variable in Vector. <script> var test = 1 ; </script> <% Vector myVector = new Vector(); ...
Vectoring requires a start x,y point and a destination x,y point. Generally the start is the last destination. Any variables that plug into it must at least...
Hello John, Thank you very much for response. But, my question is this. var stuff = new Array() ; In your message you said stuff[1] = "string" stuff[2] =...