15,127 Topics

Member Avatar for
Member Avatar for OmniX

I have done this in IE but unable to in firefox. So can someone generate a simple piece of code using javascript that will allow me to PHYSICALLY ONLY enter Numbers\Letters\Etc. Not a message popping up once the form is submitted stating that I have numbers where letters should be …

Member Avatar for OmniX
0
149
Member Avatar for kmaven

I have a web poll that I would like my visitors to only take once. I think I understand the logic but don't know where to start with the code. Here is what I am thinking: [LIST=1] [*]User clicks on a link to get to the form [*]A cookie is …

Member Avatar for ~s.o.s~
0
101
Member Avatar for OmniX

I have javascript and ALL of it works in IE but in FF NONE of it works at all. Anything I should be aware of in general? Most are based on onClick events. Thanks, Regards X.

Member Avatar for ~s.o.s~
0
147
Member Avatar for adiga
Member Avatar for Traicey
0
79
Member Avatar for tattee

Can some please help me with this script.. it will not show the scrolling text in firefox browsers.. [code] <script type="text/javascript"> <!-- /* Typing Scroller */ //Secify scroller contents var line=new Array() line[1]="This is an awsome script" line[2]="It brings up the text you want..." line[3]="One letter at a time" line[4]="You …

Member Avatar for tattee
0
124
Member Avatar for rpjanaka

hi all, in my form there are number of checkboxes that is dynamically generated. accordig to the user,s action (when going to edit a record), i want some of them are checked using javascript. but i dont have id of checkboxes that i want to check, only have the value …

Member Avatar for ardeezstyle
0
80
Member Avatar for dello

Hi all, I was wondering if somebody could help me... I have a form field which I want to lock down so users can only enter a specific combination eg. first character is a letter - can be either B,C,W,F,A,H which is followed by seven numbers. I have got some …

Member Avatar for ardeezstyle
0
145
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
50
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
85
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
207
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
107
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
109
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
124
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

The End.