15,117 Topics

Member Avatar for
Member Avatar for Lefian

Hello all! I would like to ask for some help/guidance on how to achieve the following: I am currently working on a website where I have an image and next to it a jquery youtube player (http://badsyntax.github.com/jquery-youtube-player/index.html). Both of them work fine and are placed next to each other. However, …

0
165
Member Avatar for cassied

Hiya! I'm working on converting an HTML document (AmCharts Pie) to all JavaScript for work, and I ran into a bit of a bump. (NOTE: I'm not a Javascript programmer) Okie - my question is this: Is there a JavaScript equivalent to the HTML Div tag? Here's a piece of …

Member Avatar for stbuchok
0
287
Member Avatar for toldav

Hi, If some one can guide me to the right direction I'm trying to use arrays to display urls in one line and under the url the text name of the href text. The second function it doesnt work some help will appreaciated. thank you. <!DOCTYPE HTML> <head> <meta http-equiv="content-type" …

Member Avatar for Philippe.Lahaie
0
225
Member Avatar for Ralphael

I want my code yo retreive an xml file and display it as an options list under a select object but the code in google chrome is giving this error "Uncaught TypeError: Cannot read property '0' of undefined" and i dont know what to do about it please can someone …

Member Avatar for Ralphael
0
121
Member Avatar for spowel4

I am having trouble getting this to work. I have a form which when the Go button is clicked, calls a function; code for the form & the script listed below: <script> function RunSelectedReport(reportChoice) { alert("reportChoice: " + reportChoice); if ( reportChoice === "AllCalls" ) { alert("All Calls"); } else …

Member Avatar for spowel4
0
337
Member Avatar for azareth

i just need a clear explanation for this: var lastCol = getColumnCount()-1; var lastRow = getRowCount()-1; var table = document.getElementById(TableID); var rowSum; /*Summation of all the values in of rows*/ var columnValue; if(ths == 'on'){ for(var b=1;b<lastRow+1;b++){ rowSum = 0; for(var i=0;i<lastCol-1;i++){ columnValue = table.rows[i].cells[b].childNodes[0].value; if(columnValue != '' && !isNaN(columnValue)){ …

Member Avatar for azareth
0
208
Member Avatar for kit007
Member Avatar for kit007
0
91
Member Avatar for design92

Hi all, I am trying to figure out javascript for mobile / home validation. Just to let you know, it must be equal to 11 digits (already done it) and accept only NUMERICAL characters, so letters are not accepted once validated or when you input data. My issue: I don't …

Member Avatar for stbuchok
0
181
Member Avatar for riahc3

Hey Im trying to add links in the images for EasySlide but I cant see to see where to put it..... Here is the .js code: /** * @author Bruno Bornsztein <bruno@missingmethod.com> * @copyright 2007 Curbly LLC * @package Glider * @license MIT * @url http://www.missingmethod.com/projects/glider/ * @version 0.0.3 * …

0
82
Member Avatar for vizz

google map key is expiring within 1 week even it shows expiration date for 1 year. I have generated gmap key 4 times. Every time it given validity for 1 year and expired within 1 week. Why this is happining?

0
49
Member Avatar for Marty1963

I'm pretty new at this still and my boss just gave me a real challenge. Before I get ***too*** stressed about it I thought I'd see if anyone had some ideas. He wants a banner graphic on the top of his e-commerce page to be specific to the region (State/Province) …

Member Avatar for azareth
0
214
Member Avatar for scaiferw

I have a lab management webapp that lists servers on my network. With a click in IE I can open a terminal services session to that server. The code works in IE, but not in chrome or firefox. Can anyone suggest how I can make this work in Chrome (Firefox …

Member Avatar for scaiferw
0
131
Member Avatar for kit007

Im having a trouble connecting my javascript to codeigniter.. I use the base_url yet it doesnt work.. do i need some libraries to make it work.. Heres my code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>MY PAGE</title> <meta http-equiv="Content-Language" content="English" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" …

Member Avatar for stbuchok
0
1K
Member Avatar for freemancomputer

I just added a .show for a div to a page where users can rate movies, works just fine as it is. I would like to change it up a bit by showing an image for the number rating that they gave it, 1-5. I have something like it set …

Member Avatar for urtrivedi
0
203
Member Avatar for Shyam.MT

Hello, I'm working on Javascript and I have created a drop down list box. In my attached example I have a list of LS1,LS2,LS3,LS4 (as reasoncodes) My question: is there a way to create a mouse over in this drop down box to display text(Description pertaining to the reason codes) …

Member Avatar for urtrivedi
0
75
Member Avatar for azareth

hi guys, this is my first javascript program so i'm certainly a noob. i just want to ask why doesn't this global variable not recognized by my functions .. ? the thing is i need to get the id of a certain table to count the number of rows and …

Member Avatar for azareth
0
235
Member Avatar for lsvife

I am a newbie of node.js and I am trying to run a simple chat application but I got an this error: node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ Error: Cannot find module 'now' at Function._resolveFilename (module.js:334:11) at Function._load (module.js:279:25) at Module.require (module.js:357:17) at …

Member Avatar for sandip@vnc
0
346
Member Avatar for judithh

I am Newbie, and building website for the first time. I am having a problem with text box looking fine on edit page, but when saved and I check on the website it has refused to move where I put it. Tried to contact live help as I have many …

Member Avatar for JorgeM
0
88
Member Avatar for patk570

I am trying to append the code to display the results of the database by including a link, I got the link to work, but it will not display the results when clicked. Below is the code, If you can help me that would be great! Thanks <?php //if we …

Member Avatar for patk570
0
157
Member Avatar for jateshs1007

I have a query to adjust the size of the fieldset. [Sliding Form](http://tympanus.net/codrops/2010/06/07/fancy-sliding-form-with-jquery/) from this site i have taken the sliding form. I have modified few things such as 1. There are only two fields Login and registration 2. It Do not check when all the are text field are …

Member Avatar for Sahil89
0
122
Member Avatar for fantasma

Hello I'm trying to generate a JSON file with the JSON.Stringify, but, the quotes that are generated by my code o are not compliant with the json format. It's generating smart quotes to the left like (“object”:“pair”) instead of ("object":"pair") Does anybody knows how to solve this? I've searched dozens …

Member Avatar for fantasma
0
298
Member Avatar for MysticalNomad

My project requires that I have several arrays defined in javascript such as: var d1 = new Array(2,17,18,19,20); var d2 = new Array(2,18,19,20); var d3 = new Array(2,18,21,19,20); var d4 = new Array(2); var d5 = new Array(2,18,19,20); var d6 = new Array(2,18,21,19,20); etc I have a `<select>` element which …

Member Avatar for Troy III
0
192
Member Avatar for kaizokupuffball

Hi! I have this problem on my website. When i move to the randomize section of my page it loads slow. It's ment to fetch alot of images, but it loads pretty slow, also the window freezes until the jQuery code in done running. I don't know how to explain …

Member Avatar for LaxLoafer
0
175
Member Avatar for Violet_82

Hi there, I am running a few test and trying to practice a bit with javascript I have come up with a script which is meant to swap images but it is producing errors. I had tried to debug with firebug but it is not going well at all and …

Member Avatar for Violet_82
0
120
Member Avatar for biblemdkeid

Hi, I have checked my JavaScript on IE, Chrome, Safari and Opera and every browser works well except Firefox. Well, Firefox also seems to work but it does not work properly. Any reasons? Thank you

Member Avatar for almostbob
0
66
Member Avatar for bsewell

Hello all, I have an interesting bug in a calculator I have written. I've snipped the code done to something to get an idea of the calculator. So, if I clilck on Imperial, I can't seem to put input into my text boxes. However, if I press my TAB button …

0
123
Member Avatar for bsewell

Hello all, I'm trying to get a calculation to appear in a DIV, in HTML. The calculation shows fine with the HTML, but my problem is that the result is showing straight away. I want it to display 5 seconds after the calculation is done (it's done in jquery). What …

Member Avatar for bsewell
0
151
Member Avatar for ak47carbon

on body load it is getting value of function tryt2(l) but iwant that on body load it get both function value and onclick i want to play animation.gif while getting data from 001.php but after getting data img will be removed plz tell me ASAP <html> <head> <script type="text/javascript"> var …

Member Avatar for ak47carbon
0
171
Member Avatar for ZeroZen

Hello Daniweb! I'm an amateur programmer who's learned quite a bit from online references, and usually searching eventually reveals the problem but I'm stuck! I've overcome many obstacles when creating a custom button on the Ajax Editor control, namespace issues, registring the controls properly etc. I resist the temptation to …

Member Avatar for hericles
0
204
Member Avatar for ZeroZen

Hello Daniweb! I'm an amateur programmer who's learned quite a bit from online references, and usually searching eventually reveals the problem but I'm stuck! I've overcome many obstacles when creating a custom button on the Ajax Editor control, namespace issues, registring the controls properly etc. I resist the temptation to …

0
130

The End.