15,120 Topics
| |
I have a couple of div tags inside a form, inside those tags, there are input elements, i would like to know if there is a way to loop over all the input elements that are inside the div tags. This has to be dynamic as i will not know … | |
Hi this is scorpionz, The Reason of this thread Let me put forward to all of the ladies and Gentlemen I have a Table which is split in different cells and columns Now in these Cells i have some table infact you can view the below code by just copy/paste … | |
Hey people, Cheers for checkin this, its a pretty simple concept but theres a bug which is annoying me, any feedback is appreciated. Ive got a script which is used to assign username and password form inputs default values of "Username (E-mail)" and "Password" The problem is, the script changes … | |
I have a javascript function and then below it I have some html. In the html I want to be able to document.write() a variable from that function above. Is this possible?? Basically if I have function x() with some variable declared inside of it, I want to be able … | |
HI guys, I'm working on a client site, and have limited time (and freedoms). The site is using *ahem* frames, and unfortunately I cannot change this at this point in the game. I'm noticing a problem when user uses the Browser's BACK button. With each click, 3 frames are being … | |
R u Looking for AdSense Alternatives? Here is a reference guide to the most interesting alternative solutions to monetizing your online content with contextual ads- javascript-asp designs and fundas Visit this nice site for details [url]http://AlternativeAdNetworks.com[/url] | |
I'm trying to create a menu that only drops down when moused-over and collapses again on mouseout. It seems to be working fine except for one thing. When the page loads, it's automatically expanded in all five sections. Once the top image is moused over, it collapses and works properly. … | |
How can I open a pop window of particular size even when the javascript is disabled on the browser on my ASP page ? Solution: Here's a solution that degrades gracefully. It will open a clean popup if javascript is enabled, and a normal new browser window if javascript is … | |
hi can any one have the coding for refresh the part of the page using Ajax in windows. (i include 2 jsp file in one common page, i want to refresh a jsp page with time intervel without distrubing the other one) thanks | |
Hey everyone, I have a question that I'm hoping someone, anyone, can answer... ...I want to create a drop-down menu with the values 1, 2, 3, 4, 5,..., n in it - and I want to be able to select one of those options from the drop down menu and … | |
Does anybody know javascript function to call WebService I have a webservice written in .NET2.0 and I want to call the webservice by JAvascript function and store the data got from the function on local comp by opening save dialog box in javascript itself Do anybody have any idea? | |
Randomly load, from array, image and text to swappable placeholders? I will be really good with Javascript; but I currently am not. :icon_confused: Trying to dynamically load an image into one placeholder with cooresponding text. The trick is targeting the horizontal or vertical placeholders. - two divs, 350 x 500, … | |
I currently have a php generated array that looks like: [ICODE]<ul><div class="oddListing"><li><a onClick="summaryJS.showCaseSummary('373');" onDblClick="caseWindow('view&cnmbr=373');">ARMIJOMAR</a></li></div> <div class="evenListing"><li><a onClick="summaryJS.showCaseSummary('374');" onDblClick="caseWindow('view&cnmbr=374');">ARMIJOMAR01</a></li></div> <div class="oddListing">[/ICODE] .... This array can exceed a thousand records at any one time. I'm trying to conform this to HTML 4.01 Transitional which means moving the onClick and onDblClick to a … | |
Hi, I have a dynamically generated form, and each listing contains a checkbox named 'del'. The users checks the 'del' checkbox next to each listing they wish to delete, and click the submit button. If there are multiple listings/checkboxes on the page, then the script I have works quite well, … | |
Greetings, I have a form that uses a child popup form to generate data for some fields on the form. The same popup is used for several fields. The forms use php & javascript. An example of the field to be filled and the button that activates the popup is … | |
I have 5 layers on a page and I want them to be set up in 5 different positions. Is there any way that I can drag one layer towards another layer and they will switch places? | |
Hi- I have a javascript string variable: var string1 = "blah blah blah"; ....and after some operations are done to it (NOT directly by the user but triggered instead by events happening in the background) I want to pass it back to the server to be saved in the database … | |
hi all i have several drop down list. the first 2 drop down list, works fine. i have the problem when i want to display the data that has been selected from second drop down list into textbox..let say in the second drop down list, i choose rider_name : "Nabil … | |
I would like to create a scrolling combo box. By which I mean. [code] <select> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> </select> [/code] Should appear as just 1 option (so maybe size="1') and then once clicked it expands with the options with a scrollbar which only 3 options shown and … | |
Im using A css rule selection script to change background images. It works but theres an annoying problem. when the user sets the image they want, its changed instantly (dynamically written to the existing stylesheet), however when you reload the page the default background image is shown (the one actually … | |
I'm building a website for a school project and I designed a cool website that i wanted to integrate a 'feature content glider' like the one from the page below. [URL="http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm"]http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm[/URL] I edited the glider and made it's background transparent. the problem is that if I select more than a … | |
Dear all, First of all, apologize me for asking you this very dumb question. i am totally newcomer to javascripts and have no prior knowledge on it at all. but i am keen to learn. This is my problem : i have created my external javascripts named image.js and save … | |
Voting Server provides remotely-hosted interactive services/widgets which can be added to your website by any webmaster (no server-side installation required, no matter which hosting plan or server software is used). Voting Server powerful toolbox allows upgrading your web pages by simple cut-and-pasting small JS/CSS code snippets. Voting Server provides following … | |
Could Somebody Please Write Me a cookie For the following code? I tried several Times But Nothing worked, I just dont understand cookie functions. I want a users selection to remain indefinately until they change it, at which point a new cookie is written. Please share your skill? <!-- Background … | |
Hi everyone, I am using the for loop function. I feel that my code is correct but something is wrong. I check for brackets and semicolon and they are in the right places and the right amount. Can someone look at my code and let me know why it is … | |
I have two selectboxes which are driven from database both select boxes references the same table, the table has three columns id, from, to ;selectboxes work ok what i want is to get the id of the selected record without refreshing the page. | |
Hello, I have completed a chat application using php/xml/ajax: [url]http://www.banditssoftball.org/chat/[/url] I had a function to submit messages after hitting enter. the only problem was it only worked in IE. I need one that will working in FF ect. I have tried everything i can think of and nothing works. Also, … | |
Hi I'm having problem with some radiobuttons. On this page I have two groups of radiobuttons and four textboxes. The code works fine with the first set of radiobuttons, but when I try to add code for the second group it doesn't work.... Here's the code. [code]<!DOCTYPE html PUBLIC "-//W3C//DTD … | |
Hey guys, I am trying to make a drop down menu that gives options such as (right, left, center) so that I can choose one of those and align the text in one of my layers. I am having trouble figuring out how to make this work so if someone … | |
I'm having a bit of a problem getting the digital traditional flash and contact info to show when i click on the animated slide menu.... i think its my style's and body and how im calling them from the java script, in the body tag... a little guidance would be … |
The End.