<HTML> <head> <title>Company X Employees * JD Quinitchette ITN 250</title> <script language="JavaScript"> var employee_name=prompt("What is the employee...
Hi Jade, The problem in your code is you have missed several parentesses in if statements, and the problem exists in the last else statement. You can simplify...
Here it is: <HTML> <HEAD> <TITLE>Company X Employees * JD Quinitchette ITN 250</TITLE> <SCRIPT language="JavaScript"> <!--hide var yourname= prompt('Please...
Katherine Fomina
fomkatya@...
May 2, 2005 5:33 pm
1884
I need help writing a script to display my drop down menu. I would like to have the menu info in a file so all I need to do is to update this information in...
Can I suggest using an application already available - DropDown Menu (http://java.skyteam.ru/dropdownmenu.htm), which already supports file based menu entries....
Hi Robert, I did what you suggested but instead of using your application I used NavStudio, the Internet's only HTML based visual software for generating DHTML...
Hello all, Working on a project for a class, and I am having a case of brain freeze. I need a script that will split a string (a sentance) into 2 seperat...
It's not such a good idea to get your class work done by others, But I'll help you anyways. Suppose the input string is in variable S and character in variable...
Hi Y'all, I'm new to this group and I'm fairly new and inexperienced with Javascript. This is the problem I need to resolve: I am working on a web portal and I...
hi all I am new to the group here is the code I working on my question is about this line document.weatherform.stateselter.options[12].selected = true; is...
Hi everybody I wrote that page http://www.francopee.com/eureka/google.htm What are the codes for integrating the cookie function and a "Close all windows"...
Hi Everybody I just subscribe to this list. I am not a programmer but I enjoy all Internet technologies. My interest is to adapt scripts, interfaces for the...
I am new to javascript, just had my first assignment with it. I'm not getting this correct. I think its almost there, but there is something I am doing wrong. ...
Hi There! If I say -- response.addHeader("Refresh", "30"); at the top of a jsp page, is there anyway to figure out whether the page reloaded itself due to this...
just add <SCRIPT LANGUAGE="JavaScript"> above the <!-- hide from old browsers line in ur code.....think its at two places.... ffreakii <ffreakii@...>...
I have 2 textboxes: fld_1 and fld_2 fld_1 has to be disabled if fld_2 = 1 function DisableField() { if (document.getElementById("fld_2").value == "1") ...
Katherine Fomina
fomkatya@...
May 17, 2005 8:09 pm
1899
Hi Guys, I m getting a problem while i m setting my webpage in 1024x768 pixels, i m getting the webpage one side of the screen in 1024x768 resolution. But in...
If I got your problem right Maitre, I think you want to open a link in the parent window when the link is clicked in the iframe. To do this using javascript,...
Well, Mary, I think the problem is because you didn't close one of the <script> tags. The opening is correct, you need not use <script language=".."> the...
Ravi, Screen resolution is and old problem that has plagued internet developers since the beginning of the internet. You can tackle this problem in a few...
Anthony
APasslow@...
May 19, 2005 12:57 am
1903
Mr. Varma, try using relative positioning instead of absolute. Give width in percentage, font sizes in em. If you use JavaScript to detect width, you could use...
Why the following code doesn't work? What am I doing wrong? <input type="hidden" name="test" value="javascript:document.form.fld_1.value"> I want to pass this...
Katherine Fomina
fomkatya@...
May 19, 2005 7:08 am
1905
Hi, I have an email form dilemma. :( My email form opens a mailbox window (you know, I.E. has Outlook Express...) when someone hits Submit. Any ideas? I...
"My email form opens a mailbox window " http://www.geocities.com/liliesofsaintmaria/comments.htm Hi, Catherine, I tried out your form. The actual email...
Linda, I forgot to mention that it sort of worked in I.E. for me too, just as you said, but I mainly use Mozilla. Thanks for your help - I'm going to look in ...
Hi Group I have this form I like to take out the alerts an change the color of select a state. from black to red text if it null thanks for any help <!DOCTYPE...
does anybody know how I can set the value of a dropdown selected option to an empty string on submit? thanks __________________________________________________...
Katherine Fomina
fomkatya@...
May 23, 2005 10:12 pm
1910
Could you please help me to make a querystring look like this: Order=1&ANDorOR=&submitter=Update instead of Order=1&submitter=Update I would like to send an...