Topic profile page for JavaScript.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: JavaScript.
Topic "Javascript" was discussed 159,440 times on 8,422 sites in last 3 months
Started 10 hours, 12 minutes ago (2009-12-06 12:47:00)
by 914_6
Hi, i am trying to build a simple Javascript mathematical calculator that will do the following on click of a button: - add numbers from imput textfields - divide the sum by the number of inputs - give the average. Here is my code. Working (gives the rights answer) but only problem i have is that the value in the reponse textfield clears itlsef on the release of the button. But again, ...
Started 19 hours, 2 minutes ago (2009-12-06 03:57:00)
by dotJoon
Code: my dynamic contents var container = document.getElementById('container'); var containerHeight = container.clientHeight; if( containerHeight > 200 ) // if containerHeight is greater than 200 elseif (containerHeight > 100) // if containerHeight is greater than 100 elseif (containerHeight < 100) // if containerHeight is less than 100 } ...
Started 20 hours, 1 minute ago (2009-12-06 02:58:00)
by aaajavascript
hello everybody, I have a problem with firefox, javascript, events and svg. this is the code: HTML Code: var circle; function init() { //make an svg container, put a circle int with radius 30 and add the svg container to the div svg = document.createElementNS("http://www.w3.org/2000/s vg", "svg"); circle = document.createElementNS("http://www.w3.org/2000/s vg", "circle...
Started 1 day, 1 hour ago (2009-12-05 21:29:00)
by *-Henny-*
Hallo, ich hab ein Javascript das ein Webcambild immer refreshen soll. Hier meine Site mit der Fehlermeldung test-cam.de.tc und hier mein Code Code: Bildaktualisierung durch Java-Applet: JavaCam Bildaktualisierung durch Java-Applet: JavaCam Verwenden Sie einen javafaehigen Browser! Danke schon mal für eure Hilfe
Started 1 day, 7 hours ago (2009-12-05 15:14:00)
by samiujan
Hi I am trying to build a Facebook Connect app - I want to keep all or most of it in PHP - is it possible? Or atleast keep the major part of my code in PHP - and use Javascript only for login using the APP_KEY and XD_receiver file If that can be done, how is the session b/w javascript and PHP shared? Is there a way for PHP to access the session created in Javscript? Thanks
Started 1 day, 10 hours ago (2009-12-05 12:12:00)
by Danner130
LE9, help says "The Help Library requires JavaScript. If JavaScript is not enabled, you will not be able to view all the content." But, java works on the Internet, etc., and I can't figure out how to "enable" java script in LE9. Any help would be appreciated. BTW< this is an Intel iMac with OSX10.5.8...
Started 1 day, 12 hours ago (2009-12-05 10:22:00)
by danbenner
I am trying to learn javascript and I don't really know all commands in HTML, so does the following utilize any js or is it straight html? A Simple Rollover It's from the quickstart Javascript book and cites it as the first example of how to do a (poorly done) rollover. I understand fully it's not the way to do a smart rollover, but as the first building ...
Started 1 day, 13 hours ago (2009-12-05 09:24:00)
by integrable
Hi, is there any way to disable javascript error notification in FBJS? window.onerror = function(){return true;} does not work in FBJS... Last edited by integrable (Yesterday 09:25:01)
Started 1 day, 14 hours ago (2009-12-05 08:01:00)
by kingafrojoe
Hi community i am trying to teach myself JavaScript and I have come across this error several times and I have no idea why? basically this script works fine in IE and Chrome but when it is accessed in Firefox the script breaks I found that if the html doctype is removed the script works fine. any advice on how to work around this and avoid this problem in the future? Doctype: ...
Started 3 days, 17 hours ago (2009-12-03 05:24:00)
by yeshello54
So I am confused on where to put things in my code to work right. I found a simple javascript tutorial to add a function so that i can hide and show my php tables. but when i put it all together i cant get it to work. It works fine displaying the table without the javascript added and adding the " line of code. I dont know if the javascript is in the wrong place or not.any help would be great....
Started 3 days, 8 hours ago (2009-12-03 14:20:00)
by piruLee
Hi. I'm trying to use javascript to popup a window when a user clicks a certain link in a report (reporting services) which is displayed in a sharepoint's web part. I tried now many javascript methods and none work in my report, but they do if I place them into a content web part. In others words, javascript is not working with my reports, reports generated in sharepoint's report viewer ...