14,054 Topics

Member Avatar for
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 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
234
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
422
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
100
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
315
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
109
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
306
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
97
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
156
Member Avatar for mp54214

Hi, Can anyone say, why the following TEXTAREA-enlargening javaScript does not work in Firefox even though it works ok in IE7? <html> <head></head> <body> <form name="form1" method="post" action="" id="form1"> <br /> <br /> <textarea name="TextBox1" rows="4" cols="15" id="TextBox1" onClick="enLargeTbox(this.name)" onMouseOut="ReduceTbox(this.name)"></textarea><br /> <textarea name="TextBox2" rows="4" cols="15" id="TextBox2" onClick="enLargeTbox(this.name)" onMouseOut="ReduceTbox(this.name)"></textarea><br /> <textarea …

Member Avatar for GiorgosK
0
108
Member Avatar for Mikecool509

Hello, I am trying to integrate a link in a Visio diagram to a specific remote desktop session. Basically, I want to be able to click a server in my drawing, and have remote desktop come up with a connection to that server. I know that the syntax of the …

Member Avatar for digital-ether
0
78
Member Avatar for saswati_mishra

Hi, I have an html page which is designed using tables. I would like to know that if I click on a button located in one cell of the table, it should open another page in a new cell of a different table without refreshing the entire page. I tried …

Member Avatar for Kelicula
0
89
Member Avatar for ReverendBoltron

I have been working a bit in PHP and JavaScript and AJAX lately. I am very new at it all, so any help would be greatly appreciated. [B]Here is the question: [/B] What is the best way to make sure keep data from an AJAX call, and cut back on …

Member Avatar for ReverendBoltron
0
119
Member Avatar for Arch_Bytes

I found that my code keeps returning the no properties found error once more so I go ahead and try to debug it.. I used an alert box to see what value my component stores.. Unfortunately for me, it said that its value is UNDEFINED.. what is this supposed to …

Member Avatar for MidiMagic
0
121
Member Avatar for sillyboy

So I tried to google my problem, but for a change I didn't get any worthwhile answers. What I want to do is to have an external js file to define some functions (which will be used for form validation). Then I want to use the external functions inside each …

Member Avatar for sillyboy
0
99
Member Avatar for roryt

As you may have probably gathered Javascript isn't my strong point ;) I want to be able to swap a class of one div when a link is in the :hover state. Therefore I should be able to swap a background image. Thanks for you help.

Member Avatar for roryt
0
88
Member Avatar for DavidB

Here is a basic question (I thought I knew how to do this, but apparently not). (I am using Firefox 2.0.0.4, in case that is a factor). I am writing a Javascript page and want one of the text fields to default to a blank when the page is reloaded. …

Member Avatar for ~s.o.s~
0
123
Member Avatar for Spycat

Hello, I am running a homeowner's association website (1 page only). The manager asked if I might be able to allow her access to make announcements from time to time. I think this would be a good idea, but I don't want to give her carte blanche access to the …

Member Avatar for Resonate
0
120
Member Avatar for shockeye

My company provides a property listing service that is implemented via javascript and an iframe. This particular case is a lot more customized than most, passing variables from our site to their URI for more seamless integration (usually we just pass all URI variables in the iframe). Here's the unexpected …

Member Avatar for shockeye
0
124
Member Avatar for thornside

I have two frames. The links in the left frame open up in the right. I would like to know if it is possible when clicking on links in the right frame, to put focus on the corresponding link in the left frame. Thanks in advance.

Member Avatar for digital-ether
0
113
Member Avatar for Shamail

Hi, I am trying to create a web based text editor(the one just like in yahoo mail) and the feature i am trying to implement is of highlighting the text with different colors as you can do while composing email in yahoo.. can anyone please help?? Thanks,

0
58
Member Avatar for Racoon200

Iam making a game, the error is that in the "d" loop (for...) the value "holeBalls" stays always the same. [code] for (d=holeNum;d<=holeBalls;d++) { document.getElementById('hole'+d).value++ } } [/code] what i want is that holeBalls here, gets the value of "'hole'+id" because now what happens is that (this is a kalah …

Member Avatar for Racoon200
0
101

The End.