15,127 Topics
| |
hi my code is using javascript to dynamically build an html table and fill the table with html buttons. my code: [CODE=javascript]<html> <head> <title>javascript1</title> </head> <script lnaguage="javascript"> function Init() { var table = document.createElement("tbody"); var newrow,newcol,tmp; var array = new Array(16); for (var i=0 ; i<16 ; i++) array[i] = … | |
Hi, I'm trying to create an expandable content box for forum purpose, however the code I've come up doesn't work in IE, but it is valid HTML 4.01 Strict. Anyway, if I'm handling this problem the wrong way, please tell me how I should do it then. I have an … | |
I have an AJAX script that works fine the first time in IE. For example, if you go through the form and never change your mind, everything updates like normal. However, if you decide that where you checked yes you shold have checked no, the objects do not update. The … | |
I need some help here please. I have a form that has a javascript slider bar to give one field's percentage. Unfortunately I can't get the value to pass to the hidden input. Here's the code: [code=php]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Slider test</title> <script type="text/javascript" … | |
I would like to do an Audit of who Prints out my Page of the Top Frame. I have the audit code figured out but I would like to know if there's a way to Press the print button and Print the Page. If the page was successful printed I … | |
Hey guys, I'm trying to learn how to create an interactive menu (menu that drops down when you hover over it) without using JavaScript. The reason I want to do this is because IE always asks "are you sure you want to run scripts or ActiveX controls", which I'm sure … | |
I am not experienced with javascript.I made a from with tabs.When i Click on order tab regorder.jsp in not coming.here is my codes. <div class="TabView" id="TabView" > <div class="Tabs" style="width: 500px;"> <a style="color:blue;"><font face="times">Order Form</font></a> <a style="color:blue;"><font face="times">Accounting</font></a> <a style="color:blue;"><font face="times">Services</font></a> <a style="color:blue;"><font face="times">Members</font></a> </div> <div class="Pages" style="color:blue; width: 900px; … | |
I would like to make a photo gallery using javascript. Are there any tutorials out there? This is what I wish for (but anything is better than nothing): - Vertical Bar - Auto Scrolling (mouse movement scrolls quicker on outsides and stops in middle) - When clicking on one of … | |
I am looking to recreate this photo gallery: [url]http://www.bourakis.com.au/gallery-contemporary.htm[/url] With its sidescrolling and picture enlargement. Thankyou, Regards X | |
Hi, I want to buy a JavaScript book to learn. What is the best book that should also have information about form validation, HTML DOM etc. with examples. Thanks | |
Hello , i have an .js file to fetch title and description from another site have utf8 charset and my site also have utf8 charset it fetch english character well but arabic or turki character it appear such that ????????? ???? ???????? .js content [CODE] function request_videoinfo() { if (!fetch_object('videourl').value) … | |
Can any one help with getting this script to work? Am i Missing something? [url]http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_114a.html[/url] When i try, I get the whole list opened all down left side of page, like normal link type page. any help much appreciated. Thanks, Trip | |
Hello everyone! I am new to JavaScript and have been using PHP, but needed to use a dynamic form for information about County/State. Here is part of the code (keep in mind I did all 50 states this way-that's well over 3000 counties): [code] <script language="JavaScript" type="text/javascript"> <!-- //first combo … | |
Hi, How do i check if any of these checkboxs are selected. If nothing is selected then invalidate the form. Javascript thanks [code] <input type="checkbox" name="MYcheckbox[]" value="0"> <input type="checkbox" name="MYcheckbox[]" value="1"> <input type="checkbox" name="MYcheckbox[]" value="2"> <input type="checkbox" name="MYcheckbox[]" value="3"> [/code] | |
Hi; how can a predefined text be printed in a html page? it means, when the "print this page" button/link is clicked all the elements in the window is printed even the button. now is there any way to print just the texts & etc. without printing the buttons and … | |
Does anyone have any tutorial's on creating one? I see alot of Horzonital tutorials but no vertical. I wish it to be scrolling(mouse movement) and when clicked loads images and text that correspond. Also if possible to link this to an xml file would be very good :) Thanks Regards, … | |
I have a basic problem i dont know where the error lies. i can create a class Persoon and fill in all its values before its created . but for some reason when i call up the information i get the current Date as the birthdate and not what i … | |
hello I am new to this blogging thing and have decided to try it. I am also a Noob to JS and am late with my webpage I am trying to enlarge an inmage in it's own pop up window without useing html as you can see in my gallery … | |
hi, i want to have a image link static at the top right of the page, even if the user scrolls down the image should move along with the page.... [URL="http://www.dynamicdrive.com/dynamicindex4/logo.htm"]http://www.dynamicdrive.com/dynamicindex4/logo.htm[/URL] check the above link. But this is compatible only in ie and opera .. can anyone tell how to … | |
Hi. I'm new to this Java Script. Could anyone give me an idea how to start a quotation rotator that someone could embedded into their webpage, a JavaScript script, and that would display a random quotes on their page. The quotes could just be saved as a .txt file. | |
Hi all, I have a problem with a script that is driving me round the bend and I do hope someone can shed some light on the matter. I am new to Javascript and need a nudge in the right direction. I have three select menus - Country, Region and … | |
I have a web based form that contains a select box that calls to an AJAX function from the onchange event that produces at least two additional select/textboxes boxes. When I submit the form using Firefox/Mozilla, the additional form values do not post to the next page. Ugh! Works fine … | |
While making use of a sample for addContent (located at [url]http://www.randomsnippets.com[/url] - specific page [URL="http://www.randomsnippets.com/2008/04/14/how-to-dynamically-add-content-to-a-div-via-javascript/"]here[/URL] ) I stumbled into a problem that I hope someone can help on. This may not be the best/only way to skin this cat, but we have a PHP/MySQL page that has to be modified … | |
Hi everybody. here i have a problem with hashtable. i am storing hashtable in session scope and i want to validate that hashtable with javascript in next jsp . how suresh kumar | |
Hello people, I want that when I mouse over a checkbox, that it is checked. I have now the following code: [CODE=javascript] <script language=javascript> function checkit(myform, name) { var xx = document.myform.name; xx.checked = true; } </script> <form name=myform27> <input type=checkbox name=mycheck onMouseOver="checkit(myform27,mycheck)" value="1"> Checking </form> [/CODE] But this does … | |
Hi, I'm just getting into the world of Javascript and is faced with this following problem: How to filter out and hide/remove only those <p> elements that I've given a certain className with unobtrusive javascript. Is there anyone out there that can display an example of how this is done?? … | |
I used a wonderful resource at oreillynet to grab a pretty nice script to open up mp2's in a little .js pop up window. I'm just having a little issue trying to get the link color to change. I see where the code is and have tried several reditions. Just … | |
Hi all, i am trying to get only the folder names from a directory using java script. i cant able to get the result. please can anyone tell me the code to solve this problem. Advance thanks Yaazh. | |
Hi, how can I assign an action to an icon? For example, I have a print or close icon and I insert it in my webpage, now how can I assign appropriate actions to the icons? Please help...!!! |
The End.