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 2774 - 2803 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2774
Does any one of a spell check javascrpit in english?...
Al
al_billings2001
Offline Send Email
Sep 1, 2007
6:57 pm
2775
I uploaded my file at Member Problems' Folder.... A simple JApplet program that cannot execute when im trying to browse it with my HTML Document... It runs on...
comnet_michael
Offline Send Email
Sep 3, 2007
7:53 am
2776
I am designing these pages which are using the style sheet www.bmc.com/bmctv/bmctv2.css A major issue I am facing is that only one of the pages is reflecting...
ektavikas
Offline Send Email
Sep 6, 2007
7:47 am
2777
I am looking for a script that is good for doing recipes. Such as like thay cataloge recipes now with cards but i need to do that effact on a site or a script...
Al
al_billings2001
Offline Send Email
Sep 11, 2007
8:10 am
2778
I think you are looking for much more than a script. You can start with one of the open source content management systems and then add in recipe manager....
Jim Vezina
jimvezina2001
Offline Send Email
Sep 11, 2007
2:50 pm
2779
Hi, I am learning the JavaScript can u give some important tips.... ... Unlimited freedom, unlimited storage. Get it now [Non-text portions of this message...
nikhil tambe
nikhiltambe000
Offline Send Email
Sep 11, 2007
3:46 pm
2780
Welcome to the group and to the web! My suggestion would be to learn these topics in this specific order :- 1) HTML - Start with a WYSIWYG editor such as...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 11, 2007
3:48 pm
2781
Hi, I am actually in web developing.we have been using html,javascript and J2EE technologies(jsp,servlets and jdbc).Here in my situation i have to create...
vishnu vardhan reddy
vishnuhtml.td4u
Offline Send Email
Sep 14, 2007
7:52 am
2782
Vishnu, if you want the list box simply to appear when the radio button is selected, then you just need to use 'style.hidden=true' to hide it and then set it...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 14, 2007
8:21 am
2783
Hello, I want to give confirm box to the href element for delete & other code written in php. Can any one help me?? ... Unlimited freedom, unlimited storage....
nikhil tambe
nikhiltambe000
Offline Send Email
Sep 19, 2007
7:46 am
2784
Try this :- <a href="delete_page.php" onClick="return confirm('Are you sure you want to delete this element')">Delete</a> ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 21, 2007
8:06 am
2785
I want to print <Request method='GetJobsByRegionandKeywords'><ListQuery><region> this in javascript. Want your help..... ... Chat on a cool, new interface. No...
nikhil tambe
nikhiltambe000
Offline Send Email
Sep 24, 2007
8:08 am
2786
Dear Sir, My name is Bibhuti Bhusan Nanda. I am currently working in a small software company and I am a beginner of Java Script. I found the Ken Ward's...
Bibhuti Nanda
bibhu82@...
Send Email
Sep 27, 2007
10:33 am
2787
Bibhuti - I always say, "Never reinvent the wheel!!" If this is something for work, then use this JavaScript code :- http://www.treemenu.net/treemenu/demos.asp...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Sep 27, 2007
11:56 am
2788
this is link software for tree menus www.codethat.com/builder/ it easy to use , but licence simple to create javascript...
ridwans
ridwans_24@...
Send Email
Sep 28, 2007
7:57 am
2789
Dear Sir, In ur replied mail I got some useful programs for making Tree Menus. Still I need some fundamental theories based on Tree Menus to get a clear idea....
Bibhuti Nanda
bibhu82@...
Send Email
Sep 30, 2007
3:57 pm
2790
hello, all, i need help debugging a simple array. ... <body> <script type="text/javascript"> var HorizontalLinks=new Array() /* <a title="screen tip"...
Smokey
tjjay
Offline Send Email
Oct 16, 2007
10:08 am
2791
Hello everybody, I have a very peculiar problem with arrays returned from a function. The problem is reproducible with the following code: function f1() { var...
Alligator
alligator_666
Offline Send Email
Oct 16, 2007
10:08 am
2792
hello all, i'm trying to get serious about an array driven menu system via javascript. ... <body> <script type="text/javascript"> var HorizontalLinks=new...
T. J. Jay
tjjay
Offline Send Email
Oct 16, 2007
10:08 am
2793
Greetings, all, my first attempt at array building and then writing as links ... <script type="text/javascript"> var HorizontalLinks=new Array() /* <a...
Smokey
tjjay
Offline Send Email
Oct 16, 2007
10:08 am
2794
You are closing document.write in the wrong place: document.write('<a href="http://' + HorizontalLinks[i][1]) ...... This should work: <script...
Alligator
alligator_666
Offline Send Email
Oct 17, 2007
12:30 pm
2795
Nice work, Alligator. Just out of curiosity, how could one do this using innerHTML instead of document.write? -a ... [Non-text portions of this message have...
Aaron L.
elmastero2002
Offline Send Email
Oct 17, 2007
2:44 pm
2796
does any one know a website that show how to make a dynamci javascript tree it shows u how to make it and the code. i dont want to download anything somebody...
ahanafy91
Offline Send Email
Oct 19, 2007
12:25 pm
2797
we would do it this way :- <script language="JavaScript" type="text/javascript"> function func() { var HorizontalLinks=[['Yahoo','www.yahoo.com'...
trshant bhat
trshant
Offline Send Email
Oct 20, 2007
7:37 pm
2798
Hi, I want to create a new year counter using javascript for changing the images. For that i want to write recursive function, Can any one help me??????? But i...
nikhil tambe
nikhiltambe000
Offline Send Email
Nov 4, 2007
8:02 pm
2799
Without setTimeout, you would have to build a loop, something like this :- do { display_the_time(); for (i=0; i < 100; i++) { // loop round emulating a pause }...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 5, 2007
12:56 pm
2800
Hey guys I was wondering if anyone could help me with this, im building an extension for thunderbird 2.0. I want to read in the headers of each email and scan...
shelllyharte
Offline Send Email
Jan 21, 2008
4:36 pm
2801
The is a good site on HTML and JavaScript Tutorial http://www.vbtutor.net...
vkliew
Offline Send Email
Jan 28, 2008
10:10 am
2802
I have a frameset and one of the frames is on a constant, one-second refresh (<meta http-equiv="refresh"...). On every refresh a server-side script (php) is...
caitlin_weaver
Offline Send Email
Jan 29, 2008
8:51 am
2803
I better solution would be for JavaScript to trigger the refresh of the frame instead. This can be done using AJAX, which is probably better, because you can...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Jan 29, 2008
9:32 am
Messages 2774 - 2803 of 2988   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