15,121 Topics

Member Avatar for
Member Avatar for hooray

Hi, i have a form on my website, and I would like to have a text box next to another text box that displays how many letters the user can type into the box eg: [code=html] <td><input type="text" name="description" maxlength="30" /></td> <td><input type="text" class="counter" value="30" disabled="true" /></td> [/code] This is …

Member Avatar for hooray
0
112
Member Avatar for gembutt

Hi Every1 I have been making a site in dreamweaver which has drop down html navigation above a rollover flash animation (a carosell of images with text appearing over it when rolled over - all made in flash and imported in). I am really stuck though! I have managed to …

Member Avatar for DangerDev
0
84
Member Avatar for m.cliter

Hello, I have searched in google, but I didn't find the answer. I want to creat something like that using javaScript: [CODE] <input type="text" onfocus="this.select();lcs(this);" onclick="event.cancelBubble=true;this.select();lcs(this);" /> [/CODE] here is my try, which works fine in Firefox but the events are not working in IE. [CODE] var parent = document.getElementById(parentID); …

Member Avatar for DangerDev
0
209
Member Avatar for dev.cplusplus

Hi to all I new in the programing in JavaScript and get the following problem. I want to debug my code in VS2005. For IE if I write the line [code] debugger; [/code] and open the IE browser, I can debug in VS2005. But of course for Firefox is not …

Member Avatar for DangerDev
0
50
Member Avatar for srinukatkam

hi guys i have a problem for dropdown list in repeator control ,in dropdown list 1 to 98 (rows)number is there,if i'll select 1 number it doesn't appear 1 number but it'll show remaining numbers ,then if I'll select 2nd number it doesn't appear 2nd number but it will appear …

Member Avatar for sagedavis
0
54
Member Avatar for rojakc

Hello everyone I am developing an application in which , i wrote the code for a pop up confirmation box in javascript, & when it presees ok , i want to call a PHP file from javascript......tried but not working......if anybody can help, would be great...... roja.

Member Avatar for katarey
0
2K
Member Avatar for ili82

Hi I'm triying to develop an application to read barcode (from laser scanner) and manipulate the string with mysql. I've read something about serial port but i'm not sure how to do it. Could somebody give me a piece of advice?

Member Avatar for raghusan
0
105
Member Avatar for allsenseless

I need help I am pretty new to JavaScript... I try my best at it but I am getting lost and need some help. What I want to do is grab an elements width and height and apply it to a window or a popup window. In my case this …

Member Avatar for DangerDev
0
107
Member Avatar for srinukatkam
Member Avatar for katarey
0
241
Member Avatar for zipperzz

Hi everybody, I have been trying to use MS Frontpage 2003 and the feature for allowing a bullet list to be created and then subsequently to be enabled with the collapse ability. I have followed the help in Frontpage and in the MS tech site but keep receiving an error …

Member Avatar for DangerDev
0
184
Member Avatar for protos1

Hi I'm building a site which uses ajax and DHTML heavily to build a frontend. Th frontend has a lot of transparent PNGs for which I use the filter hack to display them in IE6. The issue arises when I'm building a new component in javascript which has transparent PNGs …

Member Avatar for protos1
0
134
Member Avatar for hunkychop

how could i call a javascript function through an url like> [CODE]http://localhost/?functionname.params[/CODE] i get how to do a link but i need to know if it is possible through an url. if it is not posible with just javascript, php scripts will do thanks!

Member Avatar for DangerDev
0
183
Member Avatar for sagedavis

Hi all, At work, we are using prototype vs 1.5 (don't know the sub version off hand). I have been doing all of my development in firefox. The problem is almost 80% of our site's users use IE6 or IE7, and since they are on their company computers, they do …

Member Avatar for sagedavis
0
101
Member Avatar for hbmarar

Hi , I have a input field which on select a local file sents a ajax request with the file name . I use this filename to create a <img> tag with src to this filename but i got a issue with this... img.src=c://Documents and settings//All users// and so... how …

Member Avatar for ~s.o.s~
0
65
Member Avatar for emhmk1

i am having a problem with this snippet of code, please could somene take a look and tell me what i need to do to make it work in most browsers, so far it only seems to works in IE and Opera. thank you [CODE] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML …

Member Avatar for richie513
0
86
Member Avatar for theskindiver

Hi, I'm bedeviled by the problem of wanting to write an article with an image in it. What I need to do is have a table cell with an image positioned in the upper left hand corner and then have the text wrap around it. Up to now, I've had …

Member Avatar for MidiMagic
0
108
Member Avatar for r.scan

Does anyone know how to remove the title bar from a popup window? I have a close label so I do not need any of the windows buttons in the title bar. I have read that you cannot disable the title bar for ie 5 and later and need a …

Member Avatar for MidiMagic
0
86
Member Avatar for sree22_happy

hi friends, Can anyone tell me how to capture window events.I searched for events but i found resize,scroll. Does any mouse click ,mouse move ,mouse over events exists.My problem is ,i want to load a flash file when the browser is idle.Using document object i can capture the mouse events. …

Member Avatar for MidiMagic
0
81
Member Avatar for webopolis

I need help figuring this out. I have a "contenteditable" div. I have a menu that does the basics, bold, italic, etc. I need to add custom tags that will be represented in the source, not visually. In other words, when I use the code below: [ICODE]function myCustomTag(v) { var …

0
59
Member Avatar for ajithraj

[B]haiii i want to generate dynamic buttons(that is , the number of buttons depend on the number in database).... and want to get the value of the button when clicked...how to set the values... thanksss[/B]

Member Avatar for ajithraj
0
58
Member Avatar for ashercharles

hai guys.................. hey anybody got i dea abt how to restrict the user from viewing the JS source .......... pls help

Member Avatar for ShawnCplus
0
127
Member Avatar for web_lock

I have got a page which has a link pertaining to a close window function. The window.close() function works perfectly fine in the case of IE based browsers , however it fails to respond on a Mozilla browser(working on tab panes) . I have tried to make use of self.close(), …

Member Avatar for web_lock
0
108
Member Avatar for smilyswapna10

Hi, I am working on the IE7 bowser. when i close(exit) the browser. i want to need a conformation. I have written the below code but its working in IE6 only. code : <html> <head> <script type="text/javascript"> window.onbeforeunload=function(){ if (window.event.clientY < 0 && (window.event.clientX > (document.documentElement.clientWidth - 5) || window.event.clientX …

Member Avatar for smilyswapna10
0
111
Member Avatar for alek3tt

here is my problem. I have html page with flash content set to 100% x 100%. I would like to somehow add scrollbars to window if it is resized below 700px x 700px (or opened in window smaller that that value) this is website I'm working on: [url]http://www.peternelgrupa.com/[/url] so the …

Member Avatar for ShawnCplus
0
92
Member Avatar for justapimp

Hi Fellow programmers, I need to print the content of a repeater list located inside of an asp:panel. once the page is loaded, the code for the asp:panel is displayed as a regular div tag. What I need to do is to print the content of the div/asp:panel once the …

Member Avatar for justapimp
0
600
Member Avatar for m.cliter

Hi, I m new to JavaScript. And I have a webpage where a user can upload 5 images. so I have five input tags, but I want to give him add extra image option,when a user hit add extra image a new input tag appeare. how can I do that …

Member Avatar for m.cliter
0
117
Member Avatar for a496761

I'm typically a server-side programmer, but I've been asked to figure out how to replicate a javascript/dhtml feature. I think my biggest problem is I don't know what this is called, so I can't Google it! :) Anyways, I am trying to replicate [url]http://amfam.com/[/url] when you click on "Life & …

Member Avatar for a496761
0
74
Member Avatar for Wiizl

I really need help on this one. The problem is quite simple- I've got many text fields that user has to fill. The thing I can't figure out is how NOT to allow go to next field if the length of current field's value is less than 6 digits. I …

Member Avatar for peter_budo
0
80
Member Avatar for lordx78

[code=HTML] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title> Test </title> <script language='javascript'> redirTime = "5000"; redirURL = "/common/index.php"; function redirTimer() { self.setTimeout("self.location.href redirURL;",redirTime); } </script> </head> <body> <script language='javascript'> onload="redirTimer()" </script> </body> </html> [/code]

Member Avatar for lordx78
0
92
Member Avatar for serkan sendur

hi fellas, I set timeout for some function but within that duration if something happens i want to quit timeout and execute the function. i dont mean i need clear interval. let say settimeout will call a function 1 minute later, but about 30 seconds after i noticed that something …

Member Avatar for DangerDev
0
105

The End.