15,127 Topics
| |
Hi Folks - I have been spending gays spinning my wheels on getting some form validation to work - I have text boxes and radio buttons on the form - The validaiton is written in Javascript It is an ASP web page - It seems that the Javascript validation code … | |
Javascript Page Preloader- Can someone tell me the code for making a Page Pre-loader. The background should be disabled when the pre-loader is prompted. The best example I can give you is the plesk control panel interface as seen in the screenshot below. Notice the background is disabled while the … | |
I am trying to use ajax to display an rss feed. It works fine in IE, but does not work in firefox. Researching, I have heard that firefox has an error that occurs on an asynchronous ajax call. Does anyone know a work around for firefox. Any help much appreciated. … | |
Hi All, I have a PHP application, that displays information in a table format, each rows contains specifica information which are dynamically fetched from the MySQL database. i am looking for a way to make these individual rows display more information, meaning i want to implement a functionality where in … | |
this is a dice game by using form to display it have 3 dices in the function but when i win, it cant extra money. [code] <html> <head> <script> function init() { bal=2000; form1.balance.value=bal; form1.balance.disabled=true; form1.bynum.disabled=true; form1.buy.disabled=true; form1.status.disabled=true; } function restart() { form1.balance.disabled=false; form1.bynum.disabled=false; form1.buy.disabled=false; form1.status.disabled=false; } function roll() { … | |
Wheather LAMP is Server like Wamp or it is different. Can anyone help me............ | |
I want javascript code to hide the hyperlink whenever user start mouse over on the link. Help me please... | |
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 … |
The End.