473,804 Members | 3,081 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.
13
1,855
thread by: DDragon | last post Mar 19 '08 by: acoder
ok here is the problem, i have to forms which have values i wish to be added together i can add together the values in one form all right but im having problems with adding the values of the other form to it... ill post the code for you to look at and try to explaine in detail what im trying to do. here is the code (HTML and Javascript so you...
5
1,681
rajiv07
thread by: rajiv07 | last post Mar 19 '08 by: gits
Hi I am using an array of listboxes .here i want to get the index of the listbox when it get changed.I have spent 1 Hour for this problem but i could not sort this problem. Please Help me on this. Thanks Rajiv
7
2,872
thread by: svsenthilkumar | last post Mar 19 '08 by: acoder
Hai, I got an javascript error when using ajax in mozilla browser, anyone help me why the error is coming, meaning for this error and how can i rectify this error. Error: " nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: (here url)
17
10,103
thread by: ineuw | last post Mar 19 '08 by: acoder
I must use alerts in French with accented characters and what I get is gibberish. How can I display alert messages properly, as HTML character codes for accented characters don't work in javascript alerts? The scripts are stored in a .js file and I am referencing it from HTML. The HTML document is 4.01 Transitional and the language is...
4
2,266
thread by: Sigilaea | last post Mar 19 '08 by: acoder
My previous post got squashed because m post is too long. Sorry for that: I have an AJAX page with a CSS menu at the top. My problem is the hover functionality stops working after someone clicks on one of the details in the main blue section. This only occurs in IE6. IE7 and FF work correctly. The URL to the page is:...
1
1,380
thread by: sujathaL | last post Mar 19 '08 by: gits
I want to select the part of the image. so I can zoom in to a subportion, or not zoom .So I'd like to get the coordinates of the image.so plz,give me the how to do this using javascript immediately. Thanks in advance
1
1,274
thread by: ashwinat8 | last post Mar 19 '08 by: gits
Hi friends, I would like to create a form in which I want to generate text boxes on click of a button. I have used JS functions to append form elements to div. but the this is not working when I try to put the div inside a table cell. Somebody please help me with this.
5
2,091
thread by: gyanendar | last post Mar 19 '08 by: gits
Hi All, I need to disable the BACK & Forward Navigation of Browser toolbar for my application .Please help me how to do it. Regards Gyanendar
2
1,247
thread by: rajsarode2003 | last post Mar 19 '08 by: rajsarode2003
Hello guys, I am facing problem related to Adding the function to a dynamically crated row!! I have added row succesfully but when i am trying to set attribute for Function it is not working. I have tried something like this - insertedRow.setAttribute('onClick',someFunction('test'));
11
1,828
thread by: sheldonlg | last post Mar 19 '08 by: SAM
I have a problem with not seeing the current focus while in a particular screen in a my app. The focus does not show for a type=text or textarea. I have tried to reproduce this problem in a test application, but have not been successful is doing that. The actual app has a screen which is displayed on a template and the contents are the...
2
1,316
thread by: fb | last post Mar 18 '08 by: fb
Hi everyone. I'm planning to store the current date and time in a cookie and then compare, the time in the cookie to the current time. If 30 minutes elapses, then I will ... I dunno ... redirect to another page I guess. My question is ... How do I store the current date and time in a cookie? If you can think of other ways of monitoring...
5
1,742
thread by: bshul | last post Mar 18 '08 by: gits
Hi, I am hoping someone knows how to finish this javascript. The script copies selected text to the windows clipboard from, for instance, a webpage. This text is a phone number. It then executes the windows phone dialer program. The cursor flashes in the dialer's input area. I need some more script that can focus on that area or cursor position...
5
2,373
thread by: canajien | last post Mar 18 '08 by: canajien
I have a form that stores information in a table, but I also need it to send an email when a specific question, among the many, is answered with no the question is a simple drop box: <select name="safe_access"> <option value="0"></option> <option value="yes">Yes</option> <option value="no">No</option>
3
1,601
thread by: gulersoner | last post Mar 18 '08 by: gits
Hi, I have a simple dropdown menu clickable via a submit/go button. ///////// <form name="mymenu" id="mymenu"> <select name="blabla" size=1> <OPTGROUP label="something"> <option value="a.html"> link a (must open in popup) </option>
1
1,094
thread by: CSTechie | last post Mar 18 '08 by: Doug Gunnoe
Hi. I'm trying to put together something that I know is fairly common, but I'm having problems finding the exact syntax I need. I have a form that will allow a user to click on a link and open up a small window. In the small window the user will make some selections. Then I want to enable that user to click on a save button or something...
4
3,557
thread by: manishamca | last post Mar 18 '08 by: acoder
how to make the textbox uneditable when we click a button. I want to make the textbox uneditable when we click a button.plz help me. thanks in advance.
8
1,671
thread by: gearoid | last post Mar 18 '08 by: acoder
Hey I've designed an intranet site where users can upload documents (called 'resources') as part of a knowledge base. Part of the functionality of said site is that privilaged users can edit the documents in the system. This involves uploading a new file for a 'resource'. However, after a user has performed their editing, they are asked to...
3
1,720
thread by: divyaphilip | last post Mar 18 '08 by: acoder
Hi, I have a javascript function that uses ajax to set a div based on a query. The javascript function is invoked on a button click and uses ajax like this: function validDate(node,roomid) { var allparams= 'timechk=' + params +'&starttime=' +params1 +'&endtime=' + params2 +'&roomid=' + params3 +'&ckres=' + params4 var ajax = new...
4
2,381
thread by: vikramkumar | last post Mar 18 '08 by: acoder
Hi all, This is Vikram kumar. In my application i want to disable browser back and forward button using javascript. Please help me, Thanks.
3
928
thread by: h3ktlk | last post Mar 18 '08 by: acoder
Please help Code is below <script type="text/javascript"> function BMI(h,w) { if (h.length==0 || w.length==0) {return ("")} if (h>0 && w>0) {return Math.round((w/Math.pow(h,2))*703)}
1
901
thread by: clickingwires | last post Mar 18 '08 by: acoder
I cannot get, using window.open() method, IE to remove toolbars such as the Google toolbar or Adobe toolbar. Can anyone help me? I'm using the window.open() to open a small pop-up with information in it with and a fixed height and width, but the toolbars mentioned above change the height of the window and then shifts down the information within
1
3,643
thread by: power9888 | last post Mar 18 '08 by: acoder
Can anyone help to resolve this issue please? I have a bookmark in the page #top. I need to use javascript to move to the move mark top. However, the javascript location.href = "#top"; does not working in Firefox 2.0.0.12 but works in IE 6 and IE 7. How to fix this issue ? I really need urgent help. Thank you advance.
1
1,302
thread by: killabyte | last post Mar 18 '08 by: acoder
A web page requires a user to make sure that all hyperlinks (which open a popup window) are clicked first before a 'SAVE' button is enabled. What can you suggest on how I can implement this in javascript? Thanks.
1
1,093
thread by: indirareddy | last post Mar 18 '08 by: acoder
Hai How To Down Load The Rar Files From Data Base.....
7
1,163
thread by: quest313 | last post Mar 18 '08 by: acoder
When typing in text fields in my web page I noticed random keystrokes are occasionally skipped (ignored). You sometimes have to type a while before it happens. I traced this down to a function we are using to check if the opener is still open. Included is a simplified version of my problem. Any insight would be appreciated. I am...

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.