473,785 Members | 2,990 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.
4
2,152
thread by: exiquio | last post Feb 26 '08 by: exiquio
So a client requires a useless column on the page that contains employee profile blocks with little images in them. The div tag containing the content has an overflow of hidden. It contains more profile blocks that can be seen. The task is to have the thing scroll through the profiles when a user hovers the edge. I have it scrolling one block...
6
1,548
thread by: BMc | last post Feb 26 '08 by: BMc
Hello all, I have been wracking my brain over this issue for hours and think I have determined that it isn't a java issue with the menu, but rather an issue with the CSS of the element that contains it but I am not positive. Has anyone ever seen a menu split like this before? When you run the cursor over the menu items, the submenu is all...
2
3,212
thread by: one.1more | last post Feb 25 '08 by: one.1more
I want to make a text game using javascript dialog boxes. i learned about confirm boxes but its not helpful(http:// www.javascriptmall.com/learn/lesson6.htm) 1. for ex, in the confirm boxes, instead of ok and cancel, i would like to replace them with (yes, i would like to go the path A and No, i would like to go in path B) 2. And when user...
3
2,551
thread by: sainathkm | last post Feb 25 '08 by: acoder
Need : Client side rss/xml reader. Problem statement: Need to read the rss (.xml file) placed in c:\rss\ from an custom made html file placed at the same location c:\rss\. Is there any way I can write a AJAX based JavaScript code for the HTML file, so that the html file reads the content of the xml and render it on the html page. Note that I am...
4
1,603
thread by: mbiasetti | last post Feb 25 '08 by: mbiasetti
Hello, quick question (hopefully): I have a script that manipulates two "Select" elements. My onload calls a function that sets onchange for each "Select": document.getElementById("make").onchange = populateModels; document.getElementById("models").onchange = modelSelected; The code works fine in Firefox (of course), but IE only...
2
6,039
thread by: maya | last post Feb 25 '08 by: maya
hi, I keep getting this error, "can't execute code from a freed script" when I go to another page (i.e., upon UNLOAD..) this error occurs only in IE, not FF (what a surprise.....;) what is this error, pls.. it's for a site I've been working on for a few weeks now, started getting this error just a few days ago.. (I looked this up, saw...
2
1,455
thread by: adetamor | last post Feb 25 '08 by: adetamor
I need a script that will randomly generate three images from an array, but they can't be the same image. I have a tried a few things, but I am just not having any luck. If anyone can think of anything that would make this work, I would appreciate it.
15
4,234
hsriat
thread by: hsriat | last post Feb 25 '08 by: acoder
Is there any free Javascript Obsfucator available? Actually I just want the obsfucator to do two things... 1. Remove Comments 2. Rename Functions and Variables
6
1,886
thread by: shanmugamit | last post Feb 25 '08 by: acoder
hi, i want disable the select box... <script> document.frmreq.selintloc.disabled=true; </script> <select name=selitloc mutiple=mutiple>
2
1,521
thread by: adamjblakey | last post Feb 25 '08 by: adamjblakey
Hi, I need to use these 2 scripts together but for some reason when i try the first one does not work. Script 1 is a IE PnG Fix and Script 2 is a image slideshow. var arVersion = navigator.appVersion.split("MSIE") var version = parseFloat(arVersion) if ((version >= 5.5) && (document.body.filters))
10
2,650
thread by: Adam Schaible | last post Feb 25 '08 by: Yanick
Hello! My project has the following interface: (screenshot works the best) http://www.screencast.com/users/aschaible/folders/Jing/media/65d7db9d-2499-48b2-84e9-4a7af883e3c9 Device groups could have 1 device, or 100,000 devices. I have an asynchronous action when you select a different device group - it will go to the server, get the...
13
2,932
thread by: shanmugamit | last post Feb 25 '08 by: acoder
hi, i am shanmugam.i am new to this forum.i need mutipe select box validation. Thank you....
2
861
thread by: Rumana Khan | last post Feb 25 '08 by: harshmaul
Javascript for checking validation.
1
964
thread by: arasapandy | last post Feb 25 '08 by: harshmaul
hi i have one problem in javascript validation,i need one RegEx for mobile number,format is (91-1234567),from left to right first 2 numbers after 2 numbers hyphen after hyphen 7 numbers,this format only enter otherwise alert one message 'number invalid ' please help me...
2
2,495
thread by: sindhu | last post Feb 25 '08 by: sindhu
Hello, I'm loading a frame from another frame using anchor tag. the code is as folllows. function change_page { if(document.form.txtbx1.value=="all") { document.getElementById('a_link').target="right_bottom";
10
10,398
thread by: pricter | last post Feb 25 '08 by: acoder
Hi I am new to Javascript and I want to use dtree but instead of clicking on the nodes for URL I want to call a another javascript function Is it something to do in order to achieve that? If yes please help me and forgive me for my ignorance Thank you in advance
4
1,296
Dasty
thread by: Dasty | last post Feb 25 '08 by: acoder
My problem: My users will write some text into <textarea> area. All I want to do with javascript is to take that textarea.value and replace all url links there with regular <a href> and then put whole text (with replaced urls) into another div. Let's show it on example: User will write sentence: "This is my site...
5
1,757
thread by: varshaP | last post Feb 25 '08 by: acoder
Hi.. How to remove selected value from a readonly multivalue field, on clicking the button ?
4
1,577
thread by: xoinki | last post Feb 25 '08 by: xoinki
hi all, I am trying to attach an event to onChange property.. the function i am trying to attach is inside a class. for eg.. my js has a structure as follows.. // if not defined a = new Object() //if not defined a.b = new Object()
1
1,453
thread by: runway27 | last post Feb 25 '08 by: hsriat
i have a registration page where a user fills up a form such as username, first name, phone number etc. i need to do a validation for the following fields. any help will be greatly appreciated. 1. for a text field if for example a user hits the space bar and then types the information with the validation i have the code ignores those initial...
3
2,713
oll3i
thread by: oll3i | last post Feb 25 '08 by: gits
my javascript function doesnt work on submit? <form method="post" action="" name="client_form" onsubmit="return checkForm(this,<?echo $number ?>,<?echo $language?>);"> function checkForm(form,number,language){
3
5,158
thread by: boysenberry | last post Feb 25 '08 by: gits
HI - I hope this is the correct section. I have been using a tabber.js script (http://www.barelyfitz.com/projects/tabber/ )which converts html into dhtml to display tabs on a web page. This works great except when in an update panel. I have been trying to fire the javascript function (tabberAutomatic) when the page is reloading (partially),...
3
1,070
thread by: theS70RM | last post Feb 25 '08 by: gits
Hey, This is probably just a question of syntax but i cant figure it out! i have a javascript class with several functions, one being something like ... TreeView.prototype.showItems = function(id) { itemImg = document.createElement("img");
3
12,589
oll3i
thread by: oll3i | last post Feb 25 '08 by: acoder
how do I change input font color? thank You
3
1,864
thread by: idorjee | last post Feb 25 '08 by: acoder
hi, is there any way i could click on the html table content (<td>) and edit the info, and then click a button to update the modification into a database? i found the following function off the internet, and it really doesn't do the thing that mentioned above, but just replaces the content with the specified "WORD". function...

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.