14,053 Topics

Member Avatar for
Member Avatar for thirunavukaras

i used in this below code in usercontrol but error happen because the checkbox value didn't pass please help how to pass the checkbox value i try `<!--onclick="checkedChanged(this,'checkbox')--> this line` but the checkbox is `runat=server` so different value is generated in html view source code... so doesn't work this code........... …

Member Avatar for MidiMagic
0
116
Member Avatar for vssp

Hi Friends I need to validate the email address when submit the form using java script. When I enter one email address i have to val;idate the mail id. But at the same time I have entered multiple email address seprated by comma . I unable to validate How can …

Member Avatar for vssp
0
93
Member Avatar for Alexandro

I need to round a result number,by precision; Example: Math : y=x/1000000; x=5 => y=0.000005, but if I do this in java script y=0.00000500001;(not right) ;how do I round a equation by precision to have a math result

Member Avatar for ~s.o.s~
0
115
Member Avatar for himanjim

Hi... I'm developing a simple script using AJAX and php to update a database...But the script is running fine on IE but not at all on Firefox2.0.0.3....Please help me out Here's my AJAX script var xmlHttp function showUser(str) { xmlHttp=GetXmlHttpObject() if (xmlHttp==null) { alert ("Browser does not support HTTP Request") …

Member Avatar for smalldog
-1
247
Member Avatar for MrScruff

Is it possible to have a link so users can add my site to their bookmarks via a link? I have found out how to do it using IE but it doesn't work with Firefox. Cheers for anyhelp.

Member Avatar for maa_ku
0
843
Member Avatar for willeffects

I wouldn't even consider myself a rookie with javascript but know it can be done, so thanks for any help. What function would I use to have javascript read the page it is on, grab the url which is like: [url]http://site.com/boards/index.php?showtopic=88837&mode=linear[/url] and say if the url includes "mode=linear" then apply …

Member Avatar for MidiMagic
0
155
Member Avatar for ongxizhe

Hey all. Does anyone knows where to get some tutorials of JavaScript? Or someone willing to teach about JavaScript please kindly send a PM and include your contact or reply here. Your help willl be appreciated. Thank you. Xizhe

Member Avatar for ongxizhe
0
73
Member Avatar for chubbywubba

[COLOR=#000000]If PHP is ran through the Apache server the files must be in the what folder?[/COLOR]

Member Avatar for pty
0
61
Member Avatar for enggars

Hi i have a script like this : function add() { c=document.form1.status1.checked; d=document.form1.status2.checked; if(c!=1) document.form1.hidsum1.value=0; else document.form1.hidsum1.value=document.form1.sum1.value if(d!=1) document.form1.hidsum2.value=0; else document.form1.hidsum2.value=document.form1.sum2.value a=document.form1.hidsum1.value; b=document.form1.hidsum2.value; var e = parseInt(a)+parseInt(b); document.form1.total.value=e; } And it works though. But i want to use looping to simplify the code. Anybody can helps? i have no idea …

Member Avatar for MidiMagic
0
134
Member Avatar for edouard89

In one of my previous posts [URL="http://www.daniweb.com/techtalkforums/thread77253.html"]here[/URL] I got the information on what I had to do. Now I have a similar problem instead of using a button to do that I have 2 links that when clicked will take you to the same page but depending on the link …

Member Avatar for edouard89
0
181
Member Avatar for joe33

I have a field called [EMAIL="field@code1"]field@code1[/EMAIL] in a form in a XSL page. i want to use java script to do validation. the javascript errors if there is a @ in it. 1. is there any way of putitng an @ in javascript 2. is there any other way i …

Member Avatar for MattEvans
0
78
Member Avatar for jamello

Hi there folks, What do I do if a want a list of all the countries in the world loaded up into a html dropdown listbox. Thanks for the help in advance

Member Avatar for jamello
0
133
Member Avatar for kannabiran

Hi Guys, Im using c# asp.net,i had used datagrid to display the record from the database,in the datagrid i had used template column as textbox now i need to highlight the row onmouseover using javascript and also specify in server side how to hande this? help me rgrds Kanna...

0
71
Member Avatar for vssp

hai friends I need to check the password value have one numaric value .how to check the numeric value in given password. please help me Thanks

Member Avatar for MidiMagic
0
58
Member Avatar for jcisml

is there an alternative to this website preview tool? I'm looking for a tool that will preview websites from linked images not linked text. thanks

0
73
Member Avatar for enggars

Hello, i have a multiple checkbox that needs checking. So i build some validation code through javascript. I found some problem in setting the name of checkbox in a loop. The loop should check three checkboxes. Which are [B]status1[/B], [B]status2[/B], and [B]status3[/B]. You might want to see my code below. …

Member Avatar for MidiMagic
0
122
Member Avatar for rwchad
Member Avatar for h2c357
0
98
Member Avatar for MidiMagic

OK, I know how to address all of the radio buttons on a page as an array, and address all of the radio buttons in a single group as an array. And I know how to create multidimensional objects in JavaScript. But how can I create a two-dimensional array of …

Member Avatar for MidiMagic
0
1K
Member Avatar for Hibiscus

Hi friends, i have a html page containing three frames..Each frame having source .aspx pages. one frame contains menus, on click of the menuitem how to redirect it to another frame? i'm very new to Javascript.. i will definitely appreciate your help. Thanks

Member Avatar for Hibiscus
0
103
Member Avatar for bgagan911

Hi there guys..!! Well what I'm looking for is.. [IMG]http://www.dynamicdrive.com/forums/images/smilies/biggrin.gif[/IMG] Basically I want to have an HTML POP-UP Window, which would contain a FLASH File of the RESOLUTION "800x622". I want to have Google ads on both sides and at the bottom too. It's easy to define a layout for …

Member Avatar for bgagan911
0
126
Member Avatar for csj16

I am trying to use the following script for something. [IMG]http://www.kirupa.com/forum/images/smilies/hugegrin.gif[/IMG] [URL="http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm"]http://www.dynamicdrive.com/dynamici...thumbnail2.htm[/URL] What I have done with this script is that I have a few "loadareas" where the images show up. So basically I have 3 load areas. "loadarea1", "loadarea2" and "loadarea3". In each load area the default image is …

Member Avatar for MidiMagic
0
91
Member Avatar for Hellodear

Dear Guys, I am a newb in javascript. I have a question, please help me out! Please make this is in Javascript. [COLOR=blue]Q1. Design a webpage to operate a simpe arithmetic calculator that accepts two numbers and performs the calculation (Hint: create three text boxes - two for operands and …

Member Avatar for Hellodear
0
164
Member Avatar for amtallah

hi, please i want to make function java script that check if user enter empty string([U][B](" ") more one space)[/B][/U] or no if yes prevent this string from submit to database (this string will enter to database) i know there are function trim() can remove empty string from text but …

Member Avatar for ~s.o.s~
0
90
Member Avatar for Seb_london

Hi Guys, Does anyone know how to remove the space between the paragraphes when creating a new element <p>? (see the example below). [URL]http://www.mozilla.org/docs/dom/technote/intro/example.html[/URL] Thanks!

Member Avatar for AnzJ
0
70
Member Avatar for Dani

I am calling a JS file with a [INLINECODE]<script src=...>[/INLINECODE] tag in the header. It's a rather large file. The thing is, there is one function in the file that needs a query parameter, and I therefore must pass it to the file, making the file not really cachable. Should …

Member Avatar for Dani
0
93
Member Avatar for MidiMagic

In every book I have on HTML, it shows a database or other file associated with a form. I want to use form elements with JavaScript to control the web pages themselves, without the use of an external file. Can this be done?

Member Avatar for MidiMagic
0
100
Member Avatar for obscured47

Hey, sorry if this is a really stupid question but i'm a bit in a hurry, got this coursework due tomorrow and i realised there are some problems with my code. I have a text area where the user can type a message and change the font-family, font-style, font-size etc …

Member Avatar for MidiMagic
0
84
Member Avatar for MidiMagic

I want to understand the difference in parameter passing between the three methods used: - Returning an array in the return statement. (variable a in the code below) - Returning an array copied as a unit from another array. (variable c in the code below) - Returning an array, each …

Member Avatar for MidiMagic
0
90
Member Avatar for mahesh_gupta024

I am developing a small Embedded webserver with some webpages written in CGI, so that whenever I execute a CGI, the code in Webserver will be executed and HTML content is sent to browser. Now if I press refresh continusly only half the page is being displayed on the browser. …

Member Avatar for MattEvans
0
109
Member Avatar for amtallah

hi i make textarea for user to insert your comment on topic and press submit to enter comment in database , problem i want to privant user to write empty string and press submit to enter it in database and i want to make this validation on textarea or submit …

Member Avatar for MattEvans
0
103

The End.