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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1089 - 1118 of 2989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1089
Thanks for info. I've already read these links and still don't understand exactly which function to change. There is more than one in the script. One is...
Don
nnyinfo
Offline Send Email
Jan 2, 2004
4:14 pm
1090
hello dear friends i want to make games in any language so can any one of you help me? hope you thanks lot in adv bye...
hanifminhas
Offline Send Email
Jan 4, 2004
10:57 am
1091
hello I got the problem with the attached file I must use Java Script to show images in option section. I can show the name of all images in 4 Katalog section,...
Adam Gotartowski
ag@...
Send Email
Jan 8, 2004
8:40 am
1092
I have read about multimenus being used to help users to navigate websites with double or triple menus. however i would like to know how javascript can help me...
john
john_franklin67
Offline Send Email
Jan 15, 2004
9:06 am
1093
JF, this may be a bit simple for what your looking for, but the basics are still the same :- ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 15, 2004
9:10 am
1094
I am currently using Frontpage 2002 on Windows 98, therefore i a using a disk-based web. however i need to publish the website in order to test the code, is...
john
john_franklin67
Offline Send Email
Jan 15, 2004
9:14 am
1095
As far as I'm aware, most people use PWS (Personal Web Server). It used to come bundled with Frontpage, so check your disks. There are also IIS, Sambar,...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 15, 2004
9:30 am
1096
Windows 98 has a personal webserver...you should be able to install it from add/remove programs/windows components/internet ... From: john To:...
Roy Eschner
too_tall_mex
Offline Send Email
Jan 15, 2004
3:39 pm
1097
Thanks for help rob, will read through, although i understand greek better than javascript at the moment, and i have studied OOP! glad to know lots of help out...
john
john_franklin67
Offline Send Email
Jan 16, 2004
10:12 am
1098
... I can relate to that! After three years of Greek at the university, I understand a little. What little I know of Javascript, I've had to do-it-yourself. My...
Rod Bias
rod_bias
Offline Send Email
Jan 16, 2004
7:43 pm
1099
Such a script definitely exists. there's plenty of freeware copy and steal (er, paste) javascript resources out there, after all, why reinvent the wheel when...
Srikonda, Sanjay x31420
sanjsrik
Online Now Send Email
Jan 16, 2004
7:58 pm
1100
BTW, I found the script by using the following in google: "javascript exit script" (no quotes) ... From: Rod Bias [mailto:A1@...] Sent: Friday, January 16,...
Srikonda, Sanjay x31420
sanjsrik
Online Now Send Email
Jan 16, 2004
8:01 pm
1101
http://www.apache.org download apache web server. you can then download perl/cgi/php/mysql plugins to test everything. Apache is free too, under the GNU public...
Neal
nealmbrooks
Offline Send Email
Jan 18, 2004
12:03 pm
1102
i have posted before on related subjects so forgive me if i am repeating a question but i am still having trouble with: i want to design a user input form for...
john
john_franklin67
Offline Send Email
Jan 19, 2004
12:56 pm
1103
John, this script does what you need :- <html> <script language="javascript"> <!--// function dropdown(mySubject) { Indx=mySubject; with...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 19, 2004
1:25 pm
1104
Thanks for the code, i put it through jseditor and tried selecting items from menu1 however the menu2 remained unpopulated. also what is the onfiltered event...
john
john_franklin67
Offline Send Email
Jan 20, 2004
1:15 pm
1105
Taken off-list. ... From: john [mailto:john_franklin67@...] Sent: 20 January 2004 12:37 To: 1stJavaScript@yahoogroups.com Subject: [1stJavaScript] Re:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 20, 2004
1:19 pm
1106
Hello, problem: need to enable or disable a text box element depending on a selection from a drop down menu, elements within a user input form. default needs...
john
john_franklin67
Offline Send Email
Jan 26, 2004
9:14 am
1107
John - addition to the script I sent you. The important bit is the function 'CheckOther()' and the 'onchange' event on the second dropdown list. Rob. <html> ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 26, 2004
9:50 am
1108
Thanks again for the help, got another problem unrelated to this but strange. while i was working in Frontpage the font size starting increasing and decreasing...
john franklin
john_franklin67
Offline Send Email
Jan 26, 2004
11:55 am
1109
The only time I've had a problem with this is in Explorer itself. There's an option in the View menu for Text Size. This should normally be set to Medium. Rob....
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 26, 2004
11:58 am
1110
Dear Members, I am a new member and need help with JavaScript. I want to catch browser minimise event with Javascript. I tried onBlur(), but it does not work...
pramodisha
Offline Send Email
Jan 26, 2004
1:44 pm
1111
Pramod, onblur should work :- <body onblur='alert("lost window!!!");'> Perhaps you can send your code or explain why this is no good for you? Robert. ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 26, 2004
2:27 pm
1112
Dear Robert, Thanks a lot for quick and prompt reply. I am using onClick(), onScroll() and onBlur() methods as below: <Body onClick()="closeMenu()",...
Pramod Agrawal
pramodisha
Offline Send Email
Jan 26, 2004
4:04 pm
1113
Pramod, onblur in the <body> tag doesn't have brackets, in fact, I don't think any of them should have :- ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 26, 2004
4:16 pm
1114
Dear Robert. Thanks. I used it without brackets only. I am sorry for wrong info in my last email. I am also having a look at the msdn link, sent by you. I am...
Pramod Agrawal
pramodisha
Offline Send Email
Jan 26, 2004
4:28 pm
1115
I can only assume that it's down to the difference in browsers, as it's unsupported. I've been testing on I.E. 6. Rob. ... From: Pramod Agrawal...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 26, 2004
4:29 pm
1116
I will appreciate it if anyone can help me with a free CGI file so I can add it to my site to enable my form mailer work. Edward....
w3live
Offline Send Email
Jan 27, 2004
10:46 am
1117
Edward - you need to be a bit clearer about what you're after. FormMail scripts can be found at http://www.scriptarchive.com/readme/formmail.htm. If it's a...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 27, 2004
10:53 am
1118
Hello (to the person with W32/Mydoom@MM on their computer), I have received returned emails containing the latest virus/worm, spoofed from...
kenjward
Offline Send Email
Jan 29, 2004
9:58 am
Messages 1089 - 1118 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