15,120 Topics

Member Avatar for
Member Avatar for forzadraco

i have some checkbox: i.e: [code=html]<input type="checkbox" name="a" value="a" onclick="check(this)" />a <input type="checkbox" name="b" value="b" onclick="check(this)" />b <input type="checkbox" name="c" value="c" onclick="check(this)" />c <input type="checkbox" name="d" value="a" onclick="check(this)" />a[/code] if user select >= 2choices, the other checkbox become disable and < 2choices become enable.. so user max choose 2 choices.. …

Member Avatar for ardeezstyle
0
101
Member Avatar for rajesh_2234

hi..plz help me in following case.. I have simple page in which i have 2 combo box.. i am filling second combo box , by Onchange event of first combo box using AJAX. But,when i submit the form,it shows me the value of second combo box as 'null'. plz help …

Member Avatar for Thirusha
0
56
Member Avatar for robsartain

Hi All, I am using AJAX to load content into a particular div on my webpage (it is a script from dynamic drive - [url]http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm)[/url]. I am also using another script created by [url]http://www.cabel.name/2008/02/fancyzoom-10.html[/url] to zoom out the screenshot/s that appear in the dynamically loaded content. Unfortunately, the fancyzoom script …

Member Avatar for SheSaidImaPregy
0
159
Member Avatar for patocardo

Hi: I'm trying to set a dropdown autosuggestion inside a textarea or a rich textarea (iframe+designmode). The problem I found is that I don't know how to get the caret coordinates in gecko-based navigators. In MSIE, the caret coordinates seems to be gotten by offsetTop and offsetLeft applied to the …

0
55
Member Avatar for thosecars82

Hello there I wanted to ask you whether it is worth or not using tools such as jquery or prototype comparing them to javascript. What do you suggest? Using those libraries or rely just on javascript? I knew javascript but I have got to know recently these libraries which seem …

0
49
Member Avatar for hidash_in

hi all, i wnat to upload multiple files to the server by clicking the upload button once. if anybody knows pls help me. thanks kumar.

0
96
Member Avatar for brr

how to get names in alphabetical order from the data base in the form of dropdown list when user enters alphabet in the text box... i think this is possible using AJAX programming, if any body konws pls guide me thanx,

Member Avatar for camspiers
1
94
Member Avatar for thosecars82

Hello there This really simple CSS drop down menu I have on the home button of this site [url]www.metatradersoftware.com[/url] is driving me mad. I do not know why, but it does not want to work on ie6 altough it is working in Safari, Opera and Firefox. Would you please take …

0
61
Member Avatar for talalshaikh

Dear All, Could u guys help me how to make a basic ajax application which could pull different map data from different sources like Google,Yahoo ,Virtual Earth and seemless show the same location in all,like in FlashEarth.com Thanks Talal Shaikh

Member Avatar for MidiMagic
0
37
Member Avatar for chronoel

I have a form with a reset button and what I want is to reset only some form elements when that button is clicked. [code] <form name="frmMyForm"> <input type="text" name="txtText" /> <input type="checkbox" name="chkCheckBox" /> <input type="reset" value="reset" /> </form> [/code] Now I want the checkbox to be reset when …

Member Avatar for MidiMagic
0
84
Member Avatar for Valk1520

I have done a fair amount of research trying to find a simple way to make two columns the same height at run time. This solution works and can be expanded to as many columns as needed. It works with the current version of Explorer and Firefox. I put this …

0
38
Member Avatar for vanessia_1999

Hi, I have a little problem. It is almost working but it continue to say undefine in the text area instead of the name they type in the txt box. I might be confusing you so i am going to put down what I have then explain what I am …

Member Avatar for vanessia_1999
0
106
Member Avatar for supriya.iiita

im making a dynamic table in ruby on rails in which im displaying devices in a table and corresponding to each device i want to show its status which is ibtained dynamically by an ajax function (periodically_call_remote) which updates a div. its working fine but its updating only the first …

Member Avatar for ~s.o.s~
0
205
Member Avatar for thosecars82

Hello there I would like to ask you a question concerning pop up menus. It turns out that I have seen some techniques which use just CSS. Nevertheless, what I usually see is techniques that use javascript to achieve this pop up menus. It seems to me that javascript might …

Member Avatar for Luckychap
0
106
Member Avatar for ajberrow

Some JavaScript code which used to work for IE6 no longer works for IE7. Any ideas what I could try to correct the problem? The scripts change a user's password by opening a child window, grabbing the old password, new password and user name from the opener, then execute a …

0
80
Member Avatar for vp.softverm

hi all., We r using AJAX for our ERP system. In our project am facing the cross browser compatibility problem, The problem is the [B]javascript grid is displaying out of the <TD> in a table actually am putting scroll bars to the Td of the table. The grid is displaying …

Member Avatar for vp.softverm
0
108
Member Avatar for mikki2

Hi! How do i add "extras" to comment boxes like is done in the comment box, which you will use to reply this post? You know, the "change font color" icon, "bold", "italics", etc... i checked daniweb's source code and i saw <script> tags and an array within a variable …

Member Avatar for mikki2
0
98
Member Avatar for adiga
Member Avatar for optiwizer

The following comes up on a bunch of my indexed pages: "Hello, you need to enable JavaScript to use this network. Please check your browser settings or contact your system administrator. ... " Should I be worried?

Member Avatar for jwenting
0
90
Member Avatar for Inny

I want to know if its possible to over-ride a setting that is part of an included js **that i dont have direct access to.** below is the js in question. the only part i want to change is the Tab-key feature. can I wite a new function to switch …

Member Avatar for Inny
0
123
Member Avatar for Inny

Im getting an Error (ie) 'undefined' relating to the path of a clicked image. How to define its path please? Full working code supplied error seems to be in this line Function('onclick=jkpopimage(this.src,600,500);'); where 'this.src' is undefined? <html> <head> <script type='text/javascript'> // for free JavaScript tutorials and scripts // This notice …

Member Avatar for jbennet
0
1K
Member Avatar for o0DarkEvil0o

Hi all! I found that is difficult to search a simple javascript code about scrolling image slide. You can find them on Internet but they often are long and complex or hidden from us to prevent edit. I just found a simple way to resolve this. I hope it will …

Member Avatar for ~s.o.s~
1
149
Member Avatar for tye680

I currently am on IE , but dont know which version. I believe its 7 but im not positive. For the last 2 weeks ive not been able to click on certain links (mostly myspace links but others as well) For instance, Ill click on it, and on the bottom …

0
20
Member Avatar for vanessia_1999

Hi everyone, I am so new to javascript and it is really giving me a micrain. It looks easy but tend to be hard. Atleast for me since I am a beginner. I need help please. I need to make work with the element getElementById I have tried numerous way …

Member Avatar for vanessia_1999
0
126
Member Avatar for tefflox

hello, i'm trying to get [URL="http://superiorminitrucks.com/admin"]http://superiorminitrucks.com/admin[/URL] login functionality to work. It's my first logon script, which was tested to work, but I'm running out of brute force to get this one through... [CODE]<?php //////**************************************/ // // LOGIN PAGE // // Server-side: // 1. Start a session // 2. Clear the …

Member Avatar for Narue
-1
306
Member Avatar for scottholmes

It seems I have a choice, my menu item can follow suckerfish and change background color on hover or the document.submit() function can work. Not both. Any ideas about this would be appreciated. I have this bit of code for a menu option: [ICODE]<li><a href="#" onClick="document.getElementById('cf').submit()">Commit</a></li>[/ICODE] This allows the Commit …

0
57
Member Avatar for thedbz

Hi All I have been struggling with trying to post back a variable from an ajax page to another website using javascript, I keep getting the error "Access Denied". I have been researching on the web and have come across that javascript cant post data across domains. But both web …

0
55
Member Avatar for LogicWeb

Greetings everyone, On the [url]www.logicweb.com[/url] top banner (static), the live chat white circle image map area has an IE issue here. The live chat image map works fine in Firefox and Oprea but not in IE7. I believe its the # link. What can I do to the below code …

Member Avatar for arifathar
0
257
Member Avatar for Confused@JS

I need help positioning my sidebar on my browser. Every time I scroll down the sidebar follows down the screen causing me to lose half the info on the sidebar and only showing what fits in the screen. It has became a really pain in the @ss and I would …

Member Avatar for mikki2
1
218
Member Avatar for freshface001

hi to all my problem when i add form field dynamically to the page in java script (form method is get )it is well worked in IE but not working in mozilla fire fox problem is ,does not pass the form field element value to the url for the use …

0
66

The End.