Search the web
Sign In
New User? Sign Up
JavaScript_Official · JavaScript . AJAX . ActionScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 15047 - 15076 of 16808   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15047
I can get this to work but I can't seem to add color to the background or on the Go button. Here is what does work. <center> <form> <select name="menu"> ...
Lady Ann
pinkrose4ann
Offline Send Email
Apr 1, 2007
8:21 pm
15048
There nothing wrong with the html coding, but where is the javascript coding for the functions used on the html code: displaydesc(), jumptolink() Lady Ann...
Mauricio Rocha
mauriciodarocha
Offline Send Email
Apr 1, 2007
8:23 pm
15049
Hi guys, I'm new to AJAX and javascript, I've been using Ajaxtabs from: http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm When I found out...
iodataser
Offline Send Email
Apr 1, 2007
8:23 pm
15050
Hi guys, I'm new to javascript and ajax I'm using Ajax tabs from: http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm And since ajax does...
Vercingetorix Reyes
iodataser
Offline Send Email
Apr 1, 2007
8:24 pm
15051
Hi guys, I'm new to AJAX and javascript, I've been using Ajaxtabs from: http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm When I found out...
iodataser
Offline Send Email
Apr 1, 2007
8:24 pm
15052
Hi, I am a beginner in JaavScript. I want to ask some questions regarding JavaScript. Like indentifying a div tag, we used to write ...
tinky19121984
Offline
Apr 1, 2007
8:24 pm
15053
... Thanks for your response. I had written some codes using document.formName.elementName a few month ago. Recently, I had tested them on FF and some of them...
Bocah Sableng
yoekriz
Offline Send Email
Apr 2, 2007
6:34 pm
15054
Hi To change color of ur drop down box add this code in your select tag So <Select style="background-color:Blue;"> Ravikanth ... From: Lady Ann...
ravi kanth
ravikanth143...
Offline Send Email
Apr 2, 2007
6:36 pm
15055
... Yupe. You're right. CSS class is not an ID. Use 3rd party libraries such as jquery <http://jquery.com/> or cross-browser <http://cross-browser.com/>. I...
Bocah Sableng
yoekriz
Offline Send Email
Apr 2, 2007
6:36 pm
15056
Thank you! It works. I can't believe how easy it was. Thank you. Ann Stalls ... From: ravi kanth Date: 4/2/2007 11:36:09 AM To:...
Lady Ann
pinkrose4ann
Offline Send Email
Apr 2, 2007
7:25 pm
15057
I am using the JavaScript to keep adding rows to a table. I have come up with a draft and it works (see below). However, I cannot figure out some details: 1....
jiapei_jen
Offline Send Email
Apr 2, 2007
9:36 pm
15058
... To find out what CSS class applies to a given element, use the element's className property: <p id="myP" class="myClass">something</p> var theP =...
Jon Stephens
jdwayside
Offline Send Email
Apr 3, 2007
1:35 am
15059
To all, can javascript run on/against a mysql database? Thanks...
inter19468
Offline Send Email
Apr 3, 2007
7:01 pm
15060
No. You need server-side code in ASP or similar. Regards, Dave S ... From: "inter19468" <inter19468@...> To: <JavaScript_Official@yahoogroups.com> Sent:...
David Smart
smartware_co...
Offline Send Email
Apr 3, 2007
10:39 pm
15061
Dave, could I combine javascript & php? I was thinking of having a javascript program containing two php procedures. The first php procedure would get...
jerome greene
inter19468
Offline Send Email
Apr 4, 2007
4:16 pm
15062
... Look here: <URL:http://en.wikipedia.org/wiki/Server-side_JavaScript> You can't do it in the client-side, unless using the blamed ActiveX objects. -- Jonas...
Jonas Raoni
jonasraoni
Offline Send Email
Apr 4, 2007
4:17 pm
15063
Hi Jerome, Your general question focuses on where javascript and other languages run - which is often confused. JavaScript runs in the client's browser. So...
jimvezina2001
Offline Send Email
Apr 4, 2007
6:54 pm
15064
hi all im new i need help with a java file webdate it's 200mb can i get it down to 50mb ? thanks...
Paul
tunezzzzzzzz
Offline Send Email
Apr 4, 2007
6:55 pm
15065
... From: jerome greene To: JavaScript_Official@yahoogroups.com Sent: Thursday, April 05, 2007 2:16 AM Subject: Re: [JavaScript] javascript & mysql question ...
Rob M
listgroups@...
Send Email
Apr 4, 2007
9:37 pm
15066
Rob, That's great. I see what you're doing, but not how to execute on the $_GET['item'] and $_GET['QTY']. sorry for being a bit dense on this. could you please...
Dave
arpoador1
Online Now Send Email
Apr 4, 2007
10:36 pm
15067
Rob, thanks and could you please post and example script with the PHP. Thanks Jerome Rob M <listgroups@...> wrote:...
jerome greene
inter19468
Offline Send Email
Apr 8, 2007
12:30 am
15068
Hi Jon, 1) The following code works perfectly if time is entered as 8.0 or 8:00 but if only 8 is entered I even want this to be added to the total time. 2)...
sunitha semval
ss_semval
Offline Send Email
Apr 8, 2007
12:31 am
15069
Hi, I have submit and save button as images, how can I read the value of image buttons. I have clear button also as image, but it doesnt function as reset...
sunitha semval
ss_semval
Offline Send Email
Apr 8, 2007
12:31 am
15070
... From: Dave Rob, That's great. I see what you're doing, but not how to execute on the $_GET['item'] and $_GET['QTY']. sorry for being a bit dense on this....
Rob M
listgroups@...
Send Email
Apr 8, 2007
12:31 am
15071
... From: Dave Rob, That's great. I see what you're doing, but not how to execute on the $_GET['item'] and $_GET['QTY']. sorry for being a bit dense on this....
Rob M
listgroups@...
Send Email
Apr 8, 2007
12:32 am
15072
I finally made "add rows to a table" and "delete current row of the table" JavaScript work. However, I have a number of tables within one single web page and...
jiapei_jen
Offline Send Email
Apr 8, 2007
12:32 am
15073
hi i am keerthi,new to this grp...actually i dont have very good idea on java script...i am currently doing prjt where i stuck on one point. i want to...
kk_kirthi19
Offline Send Email
Apr 8, 2007
12:33 am
15074
I was wondering if there was a code to block people from viewing your source code? I am asking because I have absolute links and I don't want them viewed to be...
Lady Ann
pinkrose4ann
Offline Send Email
Apr 8, 2007
5:36 am
15075
dear all, i'm new to to this group and javascript, and trying to use ajax. now, i have problem with ajax callbak. fyi, i use sack library. here is the code: ...
dwi kristianto
steamboatid
Online Now Send Email
Apr 8, 2007
6:51 pm
15076
hi all where can i get this file Captcha can you post me the link so i can get it please thanks tunezzz...
Paul
tunezzzzzzzz
Offline Send Email
Apr 8, 2007
6:51 pm
Messages 15047 - 15076 of 16808   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