15,127 Topics

Member Avatar for
Member Avatar for techbuddy

A string array has to be listed in a div object. How do i allow keyboard users to access the list ? please help !!

Member Avatar for MidiMagic
0
52
Member Avatar for mikeandike22

I want to make like a loading page that shows a progress bar and then displays an enter button so they can enter the website. Something with an ajax like look.

Member Avatar for mikeandike22
0
68
Member Avatar for JC4QLx3

I am new to DOM and need a little help. I have opened a named page with window.open. Later when the user clicks on the link from the parent page that was used to open the child window, they are confused because they think the function doesn't work. Of course, …

Member Avatar for ~s.o.s~
0
172
Member Avatar for Cerberus

Hi. Can anyone tell me how i can make a call to a javascript function when a user clicks on some plain text. Thanks.

Member Avatar for Cerberus
0
56
Member Avatar for vinod varma
Member Avatar for cmg1986

Hello... I have a quiz application based on PHP. I use paging, which is showing only one question per page. I want to set a time limitation on the application. The problem is that when i do refresh the page then javascript countdown timer start from starting. What i want …

Member Avatar for MidiMagic
0
115
Member Avatar for greeny_1984

hi every one, i want to create autocomplete for a search textbox in a site.can any one say how to create it using only javascript not ajax or other advanced options. waiting for u r replies bye

Member Avatar for MidiMagic
0
64
Member Avatar for Arch_Bytes

I was wondering if there was a way to know, in javascript, which form is active or which form the user is accessing? Thanks in advance!

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

Hi. Im developing my first website and need some help with my menu. Im trying to use the rollover effect using images. The 'MouseOver' function is working just fine. But I need the second image(hover image) to appear and stay there when the user clicks on the link and opens …

Member Avatar for ~s.o.s~
0
103
Member Avatar for jeepj27

Hi To All - Is anyone aware of how, or if there is a script available that I can use to have a + or - button on each page of my site that will allow visually impaired visitors to ENLARGE THE TEXT on that page? Thanks for anyone's time/help! …

Member Avatar for ~s.o.s~
0
122
Member Avatar for vinoth_nat

Hi all... My coding is in below working good in IE. But not in Firefox, I don't know what i am doing wrong? Can any one help me...? document.getElementById([COLOR=#800000]"nodeValue"[/COLOR]).innerHTML=afor(); here the afor() function will return a string. Thanx advance....

Member Avatar for ~s.o.s~
0
112
Member Avatar for kranthipoturaju

Hello friends, I am doing Final year in Batchelor of Technology in the branch Information technology. I am devlopping an application in ajax that is Chatting application.Can u please help me to give the requirements

Member Avatar for MidiMagic
0
55
Member Avatar for hbmarar

Hi, I would like to know whether is there any way i could avoid mailto to take outlook or any other email client or could i control to use only a specific email client? I have heard of uniformmail but i would like to know of this. i request pointers …

Member Avatar for MidiMagic
0
71
Member Avatar for akash_msrit

hi this is manjunath new to cgi, i have some cgi code, now i want to implement the same in javascript or jsp, please help me to do this. or please explain me what this code is doing. here is the code: $c = 1; while(Allbase::FetchRow(\@d)) { $d[2] = substr($d[2],0,10); …

Member Avatar for KevinADC
0
84
Member Avatar for hari_haran900

i want to design a email creation form in java script...if u have had that code ..send me..urgent..plz...

0
55
Member Avatar for DeOiD

hi i need to open a new window using [INLINECODE]open.window[/INLINECODE] to control some parameters, like window size, bars, scrollbars... the problem is that this way the brower blocks the window like if it was a popup... is there any way to solve this? if there is any other way to …

Member Avatar for MidiMagic
0
235
Member Avatar for ShawnCplus

Most likely you've seen a flash MP3 player or two while searching the web but I have a favorite. This is the [URL="http://www.jeroenwijering.com/?item=JW_MP3_Player"]JW MP3 Player[/URL], mainly because it has external JavaScript functions that can be used to access data about the player dynamically. I've written a few things for it …

Member Avatar for ~s.o.s~
1
450
Member Avatar for praveen_kr541

Here in my project i am using [COLOR="Red"]this[/COLOR] reference to know my current name of td. Below i provided sample code similar to my project. "[COLOR="Red"]this[/COLOR]" won't working in Mozilla. I am migrating my project to Mozilla . So please help me. [code] <html> <head> <script> function f(a) { alert(a); …

Member Avatar for Voynex
0
104
Member Avatar for DeOiD

hi again is there a way to change css rules using javascript? i have this: [INLINECODE]<style type="text/css"> .flash { position:absolute; left:52px; bottom:30px; } .logo { position:absolute; left:0px; top:20px } </style>[/INLINECODE] and i want to change .logo and .flash attributes depending on the window size... thanks

Member Avatar for Voynex
0
112
Member Avatar for Sebarry

Hi, I have a Javascript function that creates an Ajax request, returning an XML document into [inlinecode]transport.responseXML[/inlinecode]. I want to process this document but without hardcoding each tag name i.e. [inlinecode] xmlOptions[0].getElementsByTagName('salary')[0].firstChild.data [/inlinecode]. I would like to iterate over the XML document and find each tag and its value. The …

Member Avatar for stymiee
0
72
Member Avatar for tom_oxygen

hi,so many problem with my comp these days.... so,i will go straight to the point. I use hotmail and whenever i look at the mailbox website,at the bottom of the window(where usually says done after done) always says 'error on page' and i cannot open or delete my message,i know …

Member Avatar for MidiMagic
0
172
Member Avatar for Alexandro

I need to parse a element from a XML file: <a> <b>45</b> <c>67</c> </a> <a> <b>98</b> <c>89</c> </a> So I try to read and put in a html element the first value of b with the next code: [CODE] document.getElementById("apDiv3").innerHTML=xmlDoc.getElementsByTagName("b")[0].data; or document.getElementById("apDiv3").innerHTML=xmlDoc.getElementsByTagName("b")[0].value; [/CODE] and I get a undefined message.Where is …

Member Avatar for Alexandro
0
316
Member Avatar for thirunavukaras

I have a link wich opens a the second page with links wich call a javascript function. I have some problem with javascript. i am two aspx page.. in my first aspx page contain the second aspx page name.. i am clicking the second page link the second page is …

Member Avatar for ~s.o.s~
0
111
Member Avatar for Fungus1487

hello, im guessing this question is quite trivial. i have a page setup as follows. MAIN PAGE [CODE] <html> <head> </head> <body> <div id='innerlogin'><iframe src='INNER PAGE'></iframe></div> </body> </html> [/CODE] INNER PAGE [CODE] <html> <head> <script type="text/javascript"> function RemoveDiv(){ d = parent.document.body; d_nested = parent.document.getElementById("innerlogin"); throwaway = d.removeChild(d_nested); } </script> </head> …

Member Avatar for MidiMagic
0
308
Member Avatar for ashneet

I dont really have code for this but here it goes. First of all I have basic knowledge of JavaScript and have moderate knowledge of php. What I am trying to do is when someone click on a link. It will display a hidden form via Javascript modifying CSS(which I …

Member Avatar for MidiMagic
0
59
Member Avatar for ashneet

Here is a function I made: [code]function dis_sub(CID,ALI,NAME,PIC,EID) { SUB_CAT+CID.ALI.value = ALI; SUB_CAT+CID.NA.value = NAME; SUB_CAT+CID.IDD.value = EID; }[/code] It is saying that I have syntax error right after the = sign. Also SUB_CAT is not a variable.

Member Avatar for ashneet
0
79
Member Avatar for ndeniche

i've seen several threads about javascript books... but, since there are other people that learn faster from internet tutorials... could someone point me out where to look for javascript and ajax tutorials?

Member Avatar for ndeniche
0
86
Member Avatar for Lbruce

Hello, does anyone know how i can validate a date field using javascript. The field is a text field that accepts a date in the format yyyy-mm-dd. i appreciate your help. Thanks.

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

I have a form that consists of indexed fields like: [code] <input type="text" name="formItems[0].part" value="TK02"> <input type="text" name="formItems[0].price" value="13.0"> <input type="text" name="formItems[0].qty" value="1"> <input type="text" name="formItems[1].part" value="AG-1"> <input type="text" name="formItems[1].price" value="7.0"> <input type="text" name="formItems[1].qty" value="10"> [/code] In netscape/firefox, i can access the qtyOrdered value using: [code] document.forms['ShoppingCartForm'].elements['formItems[0].qty'].value [/code] How do …

Member Avatar for digital-ether
0
105
Member Avatar for Pro2000

Hello there, I designed 3 buttons and a form contains a Text Input, I want to make those 3 buttons add tags inside the Text Input,Explain: Example: I am a user, I wrote in that Input a text,the text is: "Hello How are you, bla bla bla..." I want to …

Member Avatar for Pro2000
0
228

The End.