14,053 Topics

Member Avatar for
Member Avatar for ashercharles

hai guys i have generated a captcha image and i want the image to change every time the user reaches the page.......... the code seem to work well with IE but in firefox the image does not get changed .......i tried "onload" command but the image goes on for an …

Member Avatar for ashercharles
0
187
Member Avatar for ceyesuma

Yes it's should be simple.Can anyone tell me why this won't right a string in the flippin body? Thanks [code] <!-- Document : computer_object Created on : Feb 23, 2008, 11:47:50 PM Author : James Howerton --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>computer_object</title> <meta http-equiv="Content-Type" content="text/html; …

Member Avatar for DangerDev
0
73
Member Avatar for tylerrr

Hello, I am hoping one of you guru's can help me out. I am new to Javascript and a bit of a hack at HTML. The following works correctly in IE7 but doesn't work in Firefox. Any idea? Also, is there any way to get IE to quit waring people …

Member Avatar for DangerDev
0
194
Member Avatar for nameunknown

Hi everyone, I currently have this script on my page that allows users to add and remove rows in the page. I have a another script that calculates a value on the dynamically generated elements and static ones too. my problem is, I cant figure out a way to pass …

Member Avatar for DangerDev
0
119
Member Avatar for TobbeK

Is any way to fill an ASP variable at clientside with javascript. I like to use that value to send as a string with a textlink like described below. <SELECT ONCHANGE="location = this.options[this.selectedIndex].value;"> <option value="">Choose something</option> <option value="0">------------------</option> <option value="1">option 1</option> <option value="2">option 2</option> <option value="3">option 3</option> <option value="4">option 4</option> …

Member Avatar for katarey
0
760
Member Avatar for martinkorner

I have some music in the background of my website (Let it snow.mp3) - using the following code: <script language="JavaScript"><!-- if(navigator.appName=="Netscape"){ document.write('<embed src="let it snow.mp3" autostart="true" loop="true" controls="SmallConsole" width=50 height=15></embed>');} else if(navigator.appName=="Microsoft Internet Explorer"){ document.write('<embed src="let it snow.mp3" autostart="true" loop="true" width=70 height=25></embed>');} else{ document.write('<embed src="let it snow.mp3" autostart="true" loop="true"></embed>');} //--> …

Member Avatar for MattEvans
0
157
Member Avatar for bosanava

Hi I built a website in dreamweaver, (on a mac). The pictures are aligned great, in Firefox and Safari. When I open Explorer, the picture at the homepage is smaller and doesn't cover all the cell. it's in the middle and there is a lot of black around it. How …

Member Avatar for MidiMagic
0
94
Member Avatar for ceyesuma

Is there a JavaScript api to look at methods? I googled and I didn't find anything familiar. I am used to the java api.

Member Avatar for Renincuente
0
75
Member Avatar for rrocket

What can I do not get this to work in Firefox? [code]document.getElementById("type_" + x).checked[/code] When I used [code]alert(document.getElementById("type_" + x).checked);[/code] to check the value it comes up fine in IE, but I get a "has no properties" error in FireFox.

Member Avatar for Porthos
0
95
Member Avatar for sinjix_media

Hi all. I was wondering if anyone can point me in the right direction as to how to create a top navigation like the one on apple.com (the tabs)

Member Avatar for Vai
0
69
Member Avatar for Renincuente

Hello all: I'm working on a user control that wraps some of the functionality of the VE maps. It can be "maximized" and "restored" by clicking on an image (just as the middle button of any window does).Initially the map is positioned in any city and can have several pushpins …

Member Avatar for Renincuente
0
86
Member Avatar for john_aa

Hey guys, I am interested in knowing, what new Web Development projects you are doing, curious to know, what data base you use, and if you are using Linux or Windows platform. Also, will like to know, if there are any alternatives to Adobe products, that you may be using

Member Avatar for DangerDev
0
70
Member Avatar for nishanthaMe

Hi all; i want to insert a a div tag inside the javascript (in order to : xmlhttpreuest object status is not 4 then a messaga saying Loading..............) as well as I want to put that message center of the page but should not change if the scroll bar dragged.so …

Member Avatar for DangerDev
0
61
Member Avatar for Tom Tolleson

Hi! I'm working on a graphics interface that is almost completely JavaScript. I want to assign a key combination to a function. For example: if the user hits Control+T, a new window would pop open. Any tips? Thanks! Tom Tolleson

Member Avatar for DangerDev
0
334
Member Avatar for twkillswitch

on my website i have a series of tables that i use to layout all the elements. On the homepage i have a horizontal navbar that uses javascript. below that is a graphic in a row and then another row below that with my flash element. The rows are not …

Member Avatar for twkillswitch
0
72
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
207
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
49
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 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
232
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
177
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
114
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
100
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
105

The End.