Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1881 - 1910 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1881
<HTML> <head> <title>Company X Employees * JD Quinitchette ITN 250</title> <script language="JavaScript"> var employee_name=prompt("What is the employee...
jade jordan
jdquinitchette2
Offline Send Email
May 2, 2005
3:53 pm
1882
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...
Sergey Sidelnikov
sersid62
Online Now Send Email
May 2, 2005
5:32 pm
1883
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@...
Send Email
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...
ejarelp
Offline Send Email
May 3, 2005
4:20 pm
1885
Can I suggest using an application already available - DropDown Menu (http://java.skyteam.ru/dropdownmenu.htm), which already supports file based menu entries....
Robert Atkinson
ratkinsonuk
Offline Send Email
May 4, 2005
9:36 am
1886
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...
ejarelp
Offline Send Email
May 5, 2005
8:45 am
1887
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...
Frank Reed
theatrerun
Offline Send Email
May 5, 2005
8:29 pm
1888
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...
Razee Marikar
razeetg
Online Now Send Email
May 6, 2005
5:00 am
1889
undefined http://ringo.com/i?uid=CrKl.j5vd6q9wDqf& [Non-text portions of this message have been removed]...
Babajide Willoughby
abcowilly
Offline Send Email
May 9, 2005
10:39 am
1890
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...
maitre1st
Offline Send Email
May 13, 2005
4:37 pm
1891
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...
beau thompson
n9mfk9
Offline Send Email
May 14, 2005
4:27 pm
1892
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"...
Yvan Cloutier
ycloutier
Offline Send Email
May 16, 2005
4:15 am
1893
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...
Yvan Cloutier
ycloutier
Offline Send Email
May 16, 2005
4:15 am
1894
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. ...
ffreakii
Offline Send Email
May 16, 2005
7:27 pm
1895
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...
BalaKishore Pamarti
bpamarti
Offline Send Email
May 16, 2005
7:28 pm
1896
just add <SCRIPT LANGUAGE="JavaScript"> above the <!-- hide from old browsers line in ur code.....think its at two places.... ffreakii <ffreakii@...>...
BalaKishore Pamarti
bpamarti
Offline Send Email
May 17, 2005
6:53 am
1897
Hi all Can anyone help me regading Scroll images without using marquee by using javascrip. Regards, Srinivas...
cnuuu
Offline Send Email
May 17, 2005
8:08 pm
1898
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@...
Send Email
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...
ravi_varma70
Offline Send Email
May 18, 2005
6:39 am
1900
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,...
Razee Marikar
razeetg
Online Now Send Email
May 18, 2005
2:26 pm
1901
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...
Razee Marikar
razeetg
Online Now Send Email
May 18, 2005
2:50 pm
1902
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@...
Send Email
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...
Razee Marikar
razeetg
Online Now Send Email
May 19, 2005
5:14 am
1904
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@...
Send Email
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...
catherinelaboure
catherinelab...
Offline Send Email
May 19, 2005
5:19 pm
1906
"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 Seger
aviculturist
Offline Send Email
May 19, 2005
5:52 pm
1907
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 ...
Catherine
catherinelab...
Offline Send Email
May 20, 2005
4:53 pm
1908
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...
beau thompson
n9mfk9
Offline Send Email
May 21, 2005
6:32 pm
1909
does anybody know how I can set the value of a dropdown selected option to an empty string on submit? thanks __________________________________________________...
Katherine Fomina
fomkatya@...
Send Email
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...
Katherine Fomina
fomkatya@...
Send Email
May 24, 2005
8:38 am
Messages 1881 - 1910 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help