14,054 Topics

Member Avatar for
Member Avatar for loboman

April 13, 2008 I have a web-site that is a Google Map mash-up and I place my markers by listing them in the body right after the map loads (in a load function). I convert my data from a spreadsheet to xml and then use a program to write the …

Member Avatar for ~s.o.s~
0
113
Member Avatar for ikabod1973

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 …

Member Avatar for ~s.o.s~
0
90
Member Avatar for nishanthaMe

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 …

Member Avatar for plazmo
0
112
Member Avatar for kevin wood

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?

Member Avatar for Inny
0
96
Member Avatar for mortalex

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 …

Member Avatar for mortalex
0
138
Member Avatar for bungek84

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 …

Member Avatar for MidiMagic
0
65
Member Avatar for Olynsky

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 …

0
92
Member Avatar for 24.abhishek

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 …

0
53
Member Avatar for tefflox

[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 :-) ________________________________

Member Avatar for tefflox
0
119
Member Avatar for santoo

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.

Member Avatar for AaronASterling
0
145
Member Avatar for jaepi

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. …

Member Avatar for MidiMagic
0
308
Member Avatar for moose41

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 …

Member Avatar for rafael.franco
0
255
Member Avatar for Killer_Typo

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 …

Member Avatar for rafael.franco
0
237
Member Avatar for Traicey

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 …

Member Avatar for peter_budo
0
67
Member Avatar for stealthmode

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?

Member Avatar for ~s.o.s~
0
85
Member Avatar for mortalex

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 …

Member Avatar for aheman
0
66
Member Avatar for santoo

[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. …

Member Avatar for Traicey
0
143
Member Avatar for CaptianEO

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 …

0
45
Member Avatar for Thirusha

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 …

Member Avatar for Thirusha
0
99
Member Avatar for CassieJ

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.

0
69
Member Avatar for nishanthaMe

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 …

Member Avatar for phper
0
62
Member Avatar for preetisiyer

[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 = …

Member Avatar for phper
0
154
Member Avatar for statmatics

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 …

Member Avatar for HenryGR
0
157
Member Avatar for Gia

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> …

Member Avatar for ShawnCplus
0
134
Member Avatar for nofullstop

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 …

Member Avatar for ~s.o.s~
0
64
Member Avatar for maydhyam

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 …

Member Avatar for ~s.o.s~
0
113
Member Avatar for 5447tina

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() …

Member Avatar for shaikh_mshariq
0
168
Member Avatar for Venom Rush

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 …

Member Avatar for nav33n
0
166
Member Avatar for sree22_happy

hi friends, I need your help............. I have a div content in my home page.while clicking on that div i need a modal window... i have done that using jquery. In that modal window i need to call accordion java script for sliding menu.... and again i need to use …

Member Avatar for sree22_happy
0
414
Member Avatar for tmt000

Dear All, Here's what I'm interested in doing but can't get working. In my webpage, the user can visualize some information from the database and eventually choose to edit it. (All this is done with AJAX). When the user clicks on "edit" the appropriate <DIV> section is refreshed such that …

Member Avatar for ~s.o.s~
0
92

The End.