15,120 Topics

Member Avatar for
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
395
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
267
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
238
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 BluePaper

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 …

0
86
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
154
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
156
Member Avatar for denniskhor

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 …

Member Avatar for phper
0
65
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
167
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
424
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
Member Avatar for ced69
Member Avatar for nathanpacker

Wasn't sure whether to put this in java or php, so I'm putting it here. I have a bit of java that opens a php page in a popup window, using this code: [CODE=java]<a href="javascript: void(0) "onclick="window.open ('my_form.php','linkname','height=465, width=400, left=550, top=150, scrollbars=no')">Click Here</a>[/CODE] So that code opens up "my_form.php" in …

Member Avatar for effu
0
314
Member Avatar for deepakraj

how image verification done by javascript during registration process or login thanks and regards deepak

Member Avatar for hacker9801
0
104
Member Avatar for SandraC

Hi all! I have two functions, one which calls the other (here simplified) that are part of an autocomplete process. The scripts run without error, however the part I am posting here returns "undefined" for one of my variables. The alert in the function findValue() returns the correct "thisID" in …

Member Avatar for SandraC
0
144
Member Avatar for lydia21

[CODE] <?php $hostname = "localhost"; $username = "hi"; $password = "bye"; $dbid = "jesus"; $link=mysql_connect($hostname, $username, $password); mysql_select_db($dbid) or die("unable to connect"); $name1=$_REQUEST['name1']; $result=("SELECT name FROM lydia WHERE nam='$name1'"); while($myrow = mysql_fetch_array($result)) { $first=$myrow[0]; echo $first; } ?> <html> <head> <script type="text/javascript"> function win() { var c='<?php echo $first; ?>'; …

Member Avatar for nav33n
0
78

The End.