473,796 Members | 2,649 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascript Forum

JavaScript web scripting language - Ask questions about JavaScript development, jQuery, Vue, React, the DOM, cross-browser scripting, event handling, OOP, cookies, client-side form validation, built-in objects like Date, String, Array and Object, performance and more.
2
1,292
thread by: pavani1 | last post Mar 31 '08 by: vee10
Hi, I run the below code like i have two radio buttons. one is automatic,another is manual button.when i select the the automatic radio button it move to the page.php and select the manual radio button it move to the page2.php.But it is not work.plz tell that what's the problem in my code. <html> <head> <SCRIPT...
9
18,533
thread by: praveen1983 | last post Mar 31 '08 by: acoder
i want to get client TimeZone name .for ex .if i am changing my timezone to CST it should change in my prgm thru javascript,and then it has to show the TimeZone name and current time also..
3
2,194
thread by: broli85 | last post Mar 31 '08 by: acoder
how do you include a javascript file A in another javascript file B inorder to be able to use the functions in A from B. i thought the code in javascript file B would be like this... <script src="chrome://followmylink/contents/fileA.js"> ...code in B where i will be using the functions from B ... </script>
3
2,468
thread by: dasrasmikant | last post Mar 30 '08 by: hsriat
hello, I have the below code <script language="javascript"> var myArray =new Array("tulu","dudu","tulu","milu") for(i=0;i<myArray.length;i++) { alert(myArray) }
2
1,554
thread by: cromoglic | last post Mar 30 '08 by: rohypnol
Hello. I am new to javascript, and need help with something:) I came across this "hack my site"-site, and cant get past level 4 (lol);P I've got the source code: <script src="JavaScript" type="Text/JavaScript"></script> <script language="JavaScript" type="Text/JavaScript"> password=prompt('LEVEL: 4\n Enter password:','');
2
1,441
thread by: wangers16 | last post Mar 30 '08 by: wangers16
Hi I have the following code in my site, however it is currently not working in firefox could someone please tell me why, thanks in advance function buttonpress(button) { var key = new Array(); key = "javascript:AddItem()"; isNetscape=(document.layers); eventChooser = (isNetscape) ? button.which : event.keyCode;
2
1,159
thread by: lmg | last post Mar 30 '08 by: Hans Liss
hi, everyone. I have this problem when i click on a object and then pop up a menu, and activation a custom function.I can't obtain the object of this event from the custom fuction, Can somepeople help me ? thanks.
13
6,076
Frinavale
thread by: Frinavale | last post Mar 30 '08 by: drhowarddrfine
Hi there! I've created a "message" box that consists of a <div> with a bunch of information in it and some buttons (which could be "ok", "yes", "no", "cancel"...). It's dynamically created with some .NET code on the server. Because the message information that is within this <div> is dynamic, it can be several lines long...also the message...
7
1,314
thread by: gappodi | last post Mar 29 '08 by: Joost Diepenmaat
Why is 0 == "" in JavaScript Since "A" + 0 != "A" + "" thank you. Gap
4
1,033
thread by: chubbard1 | last post Mar 29 '08 by: mrhoo
I have an extremely simple script that works fine in Firefox and Opera, but does not work in IE or Safari. The script looks like this. <script language="JavaScript" type="text/javascript"> function autofill(units,uprice) { invitems.Units.value=units; invitems.UnitPrice.value=uprice; } </script> My form looks like this.
2
1,663
thread by: Ben Collver | last post Mar 29 '08 by: VK
What is the JavaScript equivalent of the forth words word, or the TCL command? I am using OSSP SpiderMonkey as my JavaScript host and I would like to list the global objects such as Number, String, etc. I already know what the standard objects are. I want to see which non-standard objects are enabled. Below is what I have tried so...
4
2,438
thread by: ak121234 | last post Mar 29 '08 by: keyan
Hello, We have written a page which views correctly in Internet Explorer. As well, the page views ok for some of the other programmers on their machines in FireFox. The other programmers are running either Windows 2000 or Windows 2003. Yesterday, I downloaded FireFox on my machine which is running XP Home. Whenever I try to browse the...
1
1,109
malav123
thread by: malav123 | last post Mar 28 '08 by: ronverdonk
Hi, i am using one check box in my project and when i clicks on check box one pannel opens, i have write the code for this on server side but i want to write the code of same in javascript... i mean on client side, so please give me solution for my problem....
1
2,251
thread by: arggg | last post Mar 28 '08 by: arggg
I created a submit form that calls a javascript:AjAX Command that will call the data and submit it without have the page refresh. This works perfect in Firefox however in IE and Opera when the submit button is pressed it just disables the button and does not submit the data. Any idea? <script type="text/javascript"...
2
4,279
thread by: rcw1983 | last post Mar 28 '08 by: Gregor Kofler
I am just getting into more and more web development. I have been developing pages using ASP.NET and recently started to add in some basic javascript funcitons. In the last page I built I had simple javascript to add the value of two textboxes and put the result in a third. I also did some validation in javascript. I ran into a few cases...
3
1,738
thread by: venkikam | last post Mar 28 '08 by: mrkrunal
Hi All, I have a web application that calls an AjaxMethod every 1min based on a javascript timer. It appears that every time I call this ajax method, IE uses more memory. My function goes like.. function ajaxFunction() { var xmlHttp; xmlHttp = new XMLHttpRequest();
3
2,313
thread by: poe | last post Mar 28 '08 by: poe
Hello, I was working on an Ajax-based page when I came across a little problem with IE7. If I create a page element in JavaScript and give it a class (to be styled of course) IE7 does not style the element properly once its added to the page. Case in point, I've created a validated test page, http://dev.akeenlabs.com/test_addData.html ,...
4
1,346
thread by: sethupnr | last post Mar 28 '08 by: hsriat
i need to make a new window in a explorer and also floating in main window. do not show it as a new explorer file. check this link www.manashosting.com. u can find there is a moving window(question). i need exactly lik that. plz help me...
1
6,795
thread by: baburk | last post Mar 28 '08 by: pronerd
Hi, I wants to capture browser tab close event? I got for window close event. if((window.event.clientX<0) || (window.event.clientY<0)) { }
1
1,226
thread by: gabrielle12 | last post Mar 28 '08 by: hsriat
hello! i'm new in the-scripts, and i'm new to javascript as well. im making a project for school and i want the user to upload a picture (which i will store in an array) . i've tried when i tried get the value of the filebox it gave me the file location. i saved that file location in...
1
1,581
thread by: vjayis | last post Mar 28 '08 by: hsriat
Hi I hav a page in which datas are displayed intially from the database. And using a link i m retriving datas from another page using ajax., it takes time and user might think tht nothing happens., so can i show a loading image while the page gets load.,
3
1,410
thread by: Navdip | last post Mar 28 '08 by: hsriat
i want to create a DHTML page in which i want to create a Table using method in JSCRIPT in which i'll pass the number of rows and coloumns as arguments of method. and table should get created when i call the method please give me code if u can.....
2
12,403
thread by: dangerouskicker | last post Mar 28 '08 by: hsriat
dear friends any one can guide me or help, How i can change checkbox and radio button color change with java script regards devang
2
2,731
hsriat
thread by: hsriat | last post Mar 28 '08 by: hsriat
I have a page working on Ajax. The problem is, after doing many changes using Ajax (like uploading, changing name, adding to favorites etc), the status bar starts behaving unexpectedly. Even when nothing is being transfered, it displays Transferring data from localhost... and that too continuously. The progress bar also shows that its working, and...
3
1,092
thread by: anudu | last post Mar 28 '08 by: vee10
Hi, Is there any way to call function in another javascript , as in Object Oriented languages ? Anushka

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.