14,053 Topics

Member Avatar for
Member Avatar for kapildev

The websites which contain swf flash files display a dotted border around the flash swf file. And also when we move cursor on that, it displays, "[B]Click to activate[/B]". Can I overcome this problem, because famous sites such as msn has overcome this. Is any script there. Help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0
41
Member Avatar for justapimp

I have this ASP.NET web page that makes use of the <asp:TextBox> tag and I would like to use it with my codebehind as well as an a small AJAX code. The text box field will be use to edit/enter data into a database. at the same time, I would …

Member Avatar for justapimp
0
227
Member Avatar for CoMpUtErGoD20XX

All, I am working on developing a slideshow tool in JavaScript/HMTL. I have everything done and working except for some functionality that I would like when selecting the input images. The way I currently am doing this is by what could be called a standard browse button. When you click …

Member Avatar for CoMpUtErGoD20XX
0
232
Member Avatar for OmniX

Hi Everyone In a html document I declare several input tags. They all have the attribute name="input[]". So when they are intialized as input[0], input[1], etc. Now after they have been intialized I want to be able to access them using Javascript. How would I do this? The usual code …

Member Avatar for ~s.o.s~
0
78
Member Avatar for orico

Hello all, I have a few '<input type="text" />' controls on my ASP.NET 2.0 generated page. Every text-box control has it's specific tab-index. When I try to move focus to this specific text-box control on this page the focus is shifted to the window element instead of the control itself. …

Member Avatar for ~s.o.s~
0
99
Member Avatar for scushkadee

Hi. This is my first post. I have a MYSQL database, it has a title row, main img row, link row. I want to have a table that displays the main img (brings up picture) when the title and link rows are rolled over in a separate table. I need …

Member Avatar for scushkadee
0
78
Member Avatar for standardt

I have a gallery of thumbnails on a webpage, and when clicking on one of the thumbnail, the full image appears in a popup. All good, but the image in the pop-up loads only after the parent page finished loading, which can take quite long. It is my understanding that …

Member Avatar for badda
0
174
Member Avatar for pi415

I cannot find documentation of this anywhere. I am assuming from context that this goes a id lookup of a dom object and returns the object. Is that correct? If someone could point me to documentation of this, I would greatly appreciate it. Thanks,

Member Avatar for ~s.o.s~
0
91
Member Avatar for hbmarar

I got a imterface as attached. The image on default would be no image. when the user uploads an image, i need to know how to strip the defailt image and then use the ajax to update the new image uploaded in there. Any ideas.. i know it is possible.. …

0
77
Member Avatar for LogicWeb

Hello, I was informed (or suggested at least) to setup some method of javascript fallback. I'm not a programmer / designer by trade but I had to finish off the site design for my site due to the original freelancer not completely the job as promised, and paid for. [url]www.logicweb.com[/url] …

Member Avatar for serkan sendur
0
100
Member Avatar for redgoals

Hi, I have searched the forum for a similar problem but have been unable to find anything. What i am trying to achieve is a dropdown menu which behaves in the following way: 1, Someone selects an category from the first dropdown menu 2, if the category has subcategories then …

Member Avatar for peter_budo
0
86
Member Avatar for n33712

Hi Was wondering if anyone can tell me why the code below does not work! I am presuming it is something to do with the array but can't figure it out. Thanks var userpasswords = ['sooty', 'plane', 'sandra', 'football', 'laundry']; var password; password = window.prompt('Please enter your password','') while (password …

Member Avatar for ~s.o.s~
0
77
Member Avatar for fikka

Hi, I was using example of autocomplete function from this site: [url]http://www10.brinkster.com/a1ien51/jsExamples/typeAhead.html[/url] But I have to change it a little bit, so there is a question: I have 2 text boxes - theTextBox1, theTextBox2 and 1 array ar = new array ([“xxx1

Member Avatar for navyjax2
0
302
Member Avatar for hooray

I am a Javascript newb, and I am haveing some trouble with my arguments. [code=javascript] function openMenu(tableName) { document.getElementById(tableName).style.visibility="visible"; } [/code] This is the code i have, and it is working perfectly on the different menus at the top of my screen. The problem i have is with my table …

Member Avatar for ShawnCplus
0
125
Member Avatar for islandbreeze

Hi, A simple problem for you I hope. I have applied a pre-made javascript to a dreamwever template. It works fine when I preview the template in the browser. When I apply the template to other pages it will not work - the container box shows but it cannot show …

Member Avatar for islandbreeze
0
190
Member Avatar for rrocket

I have a page with radio buttons that either enable or disable textboxes depending on the radio button selection. When the user clicks submit the they are taken to a thank you page, but if they hit the back button on the browser the radio buttons both return false and …

Member Avatar for digital-ether
0
144
Member Avatar for rouse

I asked this question in the HTML and CSS note file, but I think that was the wrong area, so I am placing it here. I have been asked to write some code which holds, or scrolls a bit of content at a fixed location on the screen. I have …

Member Avatar for DangerDev
0
72
Member Avatar for abhi_elementx

Hi friends, I have a little difficulty accessing a textbox value from a function. Here's the code: [CODE] <HTML> <SCRIPT language = javascript> function getdata(f){ var myArray = new Array() for(var i = 0; i < 4; i++){//gets data myArray[i] = f.itemboxes[i].value } for(var i = 0; i < 4; …

Member Avatar for ~s.o.s~
0
116
Member Avatar for Ankita B

hi, i have a form with 3 radio buttons and one submit button.on clicking submit i want to navigate to page corresponding to the radio button selected.How can i achieve this?..

Member Avatar for ~s.o.s~
0
76
Member Avatar for serkan sendur
Member Avatar for serkan sendur

i want to have my page scroll to a position smoothly, i use javascript scrollIntoView method to provide scrolling for the page, but it moves suddenly. i want the user to keep trace of where she/he is scrolling. thanks in advance

Member Avatar for serkan sendur
0
107
Member Avatar for world_weapon

Hello everybody, I was just trying to understand why IE 6 displays this horizontal menu offset to the right some. I think it will display properly in IE7, and I know for a fact it shows up the way I want in Mozilla/Firefox. Basically I wanted the menu to be …

Member Avatar for world_weapon
0
89
Member Avatar for n33712

Hi The following code is part of a program i have written: for (var count = 1; count <= password.length-2; count = count + 1) { document.write('*') }; What i want is for the output of the above (which would be a number of characters the password is minus 2 …

Member Avatar for n33712
0
94
Member Avatar for moestavern

hello, i have what i think is a novice javascript problem, all help is appreciated. i'm trying to run a couple of the same scripts with different arrays on the same page. the scripts are running fine, the problem is they're both grabbing from one array. normally these scripts live …

Member Avatar for serkan sendur
0
82
Member Avatar for sree22_happy

Hi friends, i have a problem in ajax.The code will get values when i use IE but it doesnt work with mozilla browser.It showing the alert message ? I am adding the code along with this.Expecting the reply soon. var xmlHttp; function getXmlHttp() { try { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } catch …

Member Avatar for sree22_happy
0
211
Member Avatar for bogdangwawa

I create dynamic bottom like this: [code] formElement = document.createElement('input'); formElement.setAttribute("type", "button"); [/code] after this I can see button. Next code line not working on IE only, why? And where is mistake [code] formElement.setAttribute("onClick", "buttonfunction()"); [/code]

Member Avatar for ~s.o.s~
0
84
Member Avatar for anupamamk2005

Hello Everybody, I am new to javascript programming. I want some help regarding this. I want a javascript code in which it should disable fields automatically when we onload a page.

Member Avatar for serkan sendur
0
75
Member Avatar for sree22_happy

hi friends i have a problem in previewing image in mozilla browser.I will give the code. [code] script code <script type="text/javascript"> function loading(img) { document.getElementById('disp').src=img; } </script> [/code] [code] jsp page code <html:file property="productImage" value="${product.productImage}" styleClass="sni_input" onchange="loading(this.value)"/> <img src="" id="disp"> [/code] only few codes are written.I think you can understand …

Member Avatar for sree22_happy
0
222
Member Avatar for toadzky

Basically I have a table that I generating using javascript. I wrote a function to build the row and I call it a bunch of times with different parameters. I know the individual functions work because I can pull them onto their own page and attach them to an onclick …

Member Avatar for toadzky
0
83
Member Avatar for xsorimachi

How to pass a form value from one to another form in javascript? I am using Velocity templates.

Member Avatar for DangerDev
0
35

The End.