15,127 Topics
| |
Newbie to AJAX, I have recently used ajax for my validation handling, and I am planning to add a drop down menu for city and state. Both data are being pulled from two seperate tables in a mysql dbase. I have looked around for sample codes but havent found one … | |
Hi all I am running a chat server on port 5222 at localhost and it accepts xml from the clients. So I am going to develop my chat clients using javascripts hence I would like to know, how I connect to specific port at localhost and sending xml to the … | |
does anyone no how to make an image in IE transparent? my images work fine in Netscape/Firefox but display with white backgrounds in IE? | |
I've made some changes to the JavaScript that powers DaniWeb today. Can those of you who have JS/AJAX/DHTML disabled please enable it and let me know if it corrects the speed problems you were having. Thanks! | |
Hey guys, I've heard that you can write php code when its combined with javascript, you just need to echo"" out all the javascript functions. So i've done this and it is working.. to a degree. From using Firebug to test the page, the javascript is coming through and it … | |
hi guys.. i really need guides and helps about this problem.. i've two dropdown list which contain time.. when user select start time in dropdownlist1, the user can not select same value in dropdown list2..the range time from start time in dropdown list1 with end time in dropdown list 2 … | |
Hi, I have a script which collapses the menu, inside its frame. PHP Code: <script language="JavaScript"> function collapseMenu(sectionID) { var obj = document.getElementById(sectionID); if (obj.className == "Collapse") { obj.className="DeCollapse"; } else { obj.className="Collapse"; } } </script> Is it possible to have it expand and collapse outside the frame? For example … | |
Hi, I am populating 2 dropdowns in a webpage. the second dropdown is being populated on the basis of the category selected in first dropdown. I am doing it through AJAX/ASP. The code is working fine in Internet explorer but when I open the page in firefox then after selecting … | |
[URL="http://listenlight.net"]http://listenlight.net[/URL] [URL="http://listenlight.net/15/huth"]http://listenlight.net/15/huth[/URL] please mail them to me --- <snipped> or if it is pertinent to the question, post on the board. thank you for your continued support :-) ________________________________ | |
Hi, I am using 3 radiobuttons which are disabled by default.I want to enable them when i check an other radiobutton on my form.what is the solution for this. plzz reply. thanks. | |
Hello there, is it possible for javascript to lock a mouse when you click on a button or a div? I was doing some google search but I failed to find a script for locking a keyboard or mouse. I just would want to add this feature on my site. … | |
Hi all, I'm new here, but I've been designing web pages for a while. I just have a few questions regarding pull down menus. I want to design my own (learn the concept etc.), but I'm kind of confused on what to use to make them: Jacascript, ASP, DHTML? What … | |
I need help with this script i got from dynamicdrive.com my main issue is, that besides folding out like that, i need it to swap the image too. because i have created open and closed states for each of the buttons on there. i need it to do the current … | |
Having 0 knowledge in Scripts, I have been binded with this huge project that has to rut at server i.e an ASP.... Have heard about the scripts which are JavaScript and VBscript what I dont know is when do you use Javascript or VBscript is there any circumstances where you … | |
Seeing as I like being able to have as much control over the things I make as possible it means I will rarely use the inbuilt ASP.net controls (i.e. the login system provided or the inbuilt verification) I will however use the <asp:****> controls in order for my applications to … | |
I made a simple form, now i want the form data to be sent to my e-mail on submit. I have webspace but have i to use php to get the data or is there an easier way with-out the learning curve of PHP? | |
Hey, I have a problem that i have been working on for too long, how can i add rows and remove rows from a form dynamically using javascript? What i need is two buttons, one to add a row and the other to remove the row. How would i do … | |
[B]Hi, I have some radiobuttons which I grouped them as set1..and another set of radiobuttons which I grouped as set2 which are disabled by default.When I click a radiobutton in set1 all the radiobuttons in set2 should be enabled and when I uncheck, all the radiobuttons should again become disabled. … | |
I am running CFMX 7.0 on W2k server (IIS 5.0) and I am trying to implement some simple ajax calls with the coldfusion pages that return data to add elements to a select box. The problem is every time I get the return data the page includes <!DOCTYPE HTML PUBLIC … | |
I am very new to json and havent used much ojects in javascript. I have created a json object, and after i move through a couple of forms in my app i want to access that same object, is there a way to do it? Any help will be greatly … | |
Hi, Has anyone had issues using this? I have created a module as it directs but the final result is a link only, not the image with the display. Just thought I would ask the question, would appreciate anyone's input :) Cassie. | |
Hi all I am just creating a chap programe for my educational purpose I want to develop a user interface to the chat client as the one in gmail chat (the nice small one).So can anyone give some idea about how to create such user interface and I know litle … | |
[code] <%@ include file="header_style.jsp" %> <html> <head> </head> <script type="text/javascript"> MakeHoverable = function(navigationDiv){ var liEls = document.getElementById(navigationDiv).getElementsByTagName("LI"); for (var i=0; i<liEls.length; i++) { liEls[i].onmouseover = function() { this.className += " sfhover"; } liEls[i].onmouseout = function() { this.className = this.className.replace(new RegExp(" sfhover\\b"), ""); } } } function exit(){ var url = … | |
I using Frontpage, PHP, and JavaScript to do tis project, but i cant make it the b0001 course to match with the STPM result and SPM result requirement. For example, for course b0001 must require STPM result pengajian am C+ more, then other subjects B+ more, if not, the system … | |
I am sure this is old hat to many of you, but it is new to me. The idea is to display a floating menu when the mouse is over a non-positioned DIV item. First, I get the position of the DIV item, which works fine. Then I use style.left … | |
Hello. I am new to JavaScript and need to make sure that all of the fields in this form are populated before the submission will go through, otherwise a message needs to popup saying which fields are missing information. Can someone please help. My code so far is: [code=html] <html> … | |
I have this vbscript code in my current project: [code]<% Set cn = Server.CreateObject("adodb.connection") cn.ConnectionString = "FILE NAME=c:\Config.udl") cn.Open . . . %>[/code] How do you translate this in Javascript? I want to be uniform in my codes for the module I'm working on at the moment. I've already started … | |
Hi All, I am just curious to find out...is there anyone out there who've encountered the same problem or similar...please help me... I got a working .js file, and I tried to edit the code, when I tested my edit, it doesn't work, since the system is already up and … | |
this form calculates and it works in IE and safari but not in firefox - in firefox everything works EXCEPT the calculation. can anyone pleae help me know why so i can fix it? thank you i am including script first, then the form code: script: [code=JavaScript]<SCRIPT language="JavaScript"> function Calculate() … | |
Hi there I have a form that I'm trying to submit but it just doesn't want to play nice. The form i have has 2 submit buttons. One processes php code that updates info in a DB and the other deletes the info in the DB. The problem is that … |
The End.