15,120 Topics
| |
I want to perform the submit function before going to my summary page but it's not working...I even tried returning false. but still, it didn't work.. [CODE] function submit(){ nodes = document.getElementsByClassName('check_boxes'); len = nodes.length; for (i = 0; i < len; i++) { nodes[i].removeAttribute("disabled"); } return true; }[/CODE] [CODE] … | |
Hi All, I am trying to display the helpful message to the user when error occur. a) I have exception catching in Java as follow [CODE] AgencyDAO a = new AgencyDAO(); try { a.updateAgency(agencyId, newAgencyCode, newAgencyName); } catch (DAORuntimeException e) { String message = "My Custom message"; request.setAttribute("GROUPING_EXCEPTION", new Exception(message, … | |
Guys i have a question !! lets say that i code something in java-script for client side and vb-script in the back-end, now is it possible to execute vb-script in the back-end only once java-script gets executed!! there's an asp button on click java-script should get executed then the vb-script … | |
Here is my code for Nested Tabs. How to hide nested tabs content by default and show only links for nested tabs? And How to hide Nested Tabs Links when clicked on any one of them and show nested tabs content related to that link? [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML … | |
Hi everyone, I am am trying to change the "display" property of a div from "none/block" to normal in order to display it on mouseover event.But I do not know why it is not working! Can you please take a look at following spinets and let me know what I … | |
Dear all I am creating a web application for my company. My application has a button and a textbox. What I want to do is entering some value into the textbox and then when i click the button the application will process the value based on the input in the … | |
Hi, thanks for looking! I am trying to replicate a mouseover image swap feature on multiple images like on this site - [url]http://www.togsandclogs.com/latest-arrivals-12-w.asp[/url] I have found some image swap scripts but finding it difficult to find something i can implement for multiple images as above. The below works ok for … | |
I have a problem with the following code , i put try ... catch around if statement , and display this error message : 'Question1' is undefined ! [CODE]<html> <head> <title> Online Quiz </title> <script type="text/JavaScript"> function checkAnswer(){ var correctAnswers=0; var errorAnswers=0; document.writeln("The Result : "); try{ if(Question1.Q1[1].checked){ document.writeln("Q1 : … | |
Hello There, I have a code for validation in a form in Html. The javascript works perfectly in IE, but doesnt work in firefox. The code is as follows: [CODE] <script type="text/javascript"> function Validate_contact() { var status; var err=''; if(document.getElementById('EFirstname').value == '') { err+='Please Enter Your First Name'; err+='\n'; status … | |
hey guys, i have quiet a number of .css and .js files on my website <head></head> pages. how do i compress them with gzip? | |
Hi. In my script there are two document.write lines. The problem is that when I call it from my ajax page it replaces the entire body and the page disappears. Is there a way to call this in an ajax page? <script type="text/javascript"> for (var i=0; i<DropTotal; i++){ document.write('<div id="Drop' … | |
Can someone explain why my function is not working? Description: ToggleFrame(TagID, FrameID).. Given those two, get the two elements.. If the iframe is showing, hide the tagID element.. if the tagID element is showing, hide the iframe.. My attempt & failure: [CODE] function ToggleFrame(ID, FrameID){ //Given the tag, show/hide it.. … | |
Please Help Me Out : I want to compare some condition like (check the user id exist in database or not)Trough Jquery, If it lie it show error image else it show the confirmed image! Any One help me out! | |
new in javascript, wld love to make overlay forms, help please | |
DHTMLX announced the final release of DHTMLX Touch 1.0, a free JavaScript framework for building HTML5 mobile web apps. Version 1.0 offers more stable performance, better cross-platform compatibility, and extended customization options. In addition to these improvements, DHTMLX Touch introduces some new features, such as HTML5 offline mode, IDE integration, … | |
I`m trying to find source for insert data to textfield. First, I mean this with clicking "List" to open list of values in javascript popup window. Here list of data appears.User can select value from list and send it back to form textarea with closing small javascript popup window automatically, … | |
can anyone please help me I dont have knowledge of jquery I want ti design calculator in jquery | |
Is it possible to run to functions at the same time when using onchange? Now i have this one: [CODE] <select name="hovedside_id" onchange="hentPosition(this.value)"> [/CODE] Using ajax i get updated another dropdown list with db info from this function just above. I return the data to a span tag with an … | |
Hi guys. Im not really capable of programming much in javascript but if you guys can guide me a bit here, that would be great. I get this problem alot with Internet explorer, I have a file with table design, and I have expander/collapse button to show and hide the … | |
Hello. I am struggling to create this website. It looks great so far. The 2 problems that I am having are trying to add button functionality to the slideshow as well as make it so the images are hyperlinked to another page. If you could help me I would be … | |
HI!! I have an application in php that runs on facebook. Surprisingly it works ok in IE and chrome BUT in mozilla does not open a new window with information .. The code that I´m using is : <script language="JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> .. … | |
can anyone help me how to add a comment box in HTML? I'm new to html and I don't have any idea how to do it.. please help me | |
i wrote the program in javascript then which extension i have to used in saving and how to compile and run the file | |
Hi, I'm trying to use JavaScript to make a story out of randomly selected words from 4 arrays and then insert it into a textarea. It isn't working, can someone please tell me how to fix it.... there's an error somewhere I can't find. Thanks. HTML [CODE]<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> … | |
Hi... I want a to print a receipt using dot matrix printer such that the paper should not eject fully out from printer after printing. Any idea ? | |
Hey :) I am trying to make a foot calculator. And i will make a 2 parts dropdown. for example: [B][U]1)[/U][/B] (in the first dropdown) Where have you eaten? [CODE]<select size="6" id="availableOptions" name="availableOptions"> <option value= 1>McD </option> <option value= 2>Burger King</option> <option value= 3>Sunset</option> </select> </td>[/CODE] [B][U]2) [/U][/B] (If you … | |
Hi, I have a rather simple problem, and I hope the solution is just as simple, but I just can't seem to find anything about this specific situation on the internet. I created [URL="http://www.bosal.rs/dizajnirajte"]this web application[/URL] which allows for custom door creation. What I would like to do is to … | |
Hi guys, I've got the following, very basic, working DHTML; [CODE] <HTML> <HEAD> <SCRIPT TYPE="TEXT/JAVASCRIPT"> function setup(ans) { lit = '' if (ans == 'anim') { lit = '<br><br>How many legs? ' lit = lit + '<SELECT NAME="q2" ONCHANGE="alert(document.quest.q2.value)">' lit = lit + '<OPTION VALUE="">- Please select -</OPTION>' lit = … | |
To validate the form I'm using jquery simple validation. In order to validate a section I put the "class="required" around it but for the select fields I was wondering if it would be possible to display a pop up if they aren't selected? The code: [CODE]<select name="sltDay"> <option value="">day</option> <% … | |
I'm starting from the bottom of XML and all I want to do is display the elements of one tag. You'll understand what I mean if you look at the code. [CODE]<table> <script type="text/javascript"> if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code … |
The End.