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"> ...
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...
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...
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...
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...
... 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...
... 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...
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....
... 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 =...
No. You need server-side code in ASP or similar. Regards, Dave S ... From: "inter19468" <inter19468@...> To: <JavaScript_Official@yahoogroups.com> Sent:...
Dave, could I combine javascript & php? I was thinking of having a javascript program containing two php procedures. The first php procedure would get...
... 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...
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...
... 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@...
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...
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)...
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...
... 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@...
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@...
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...
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...
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...
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: ...