15,688 Topics

Member Avatar for
Member Avatar for bigalo

Hello, I woould like to add 2 links to this code. One to "expand all" panels and the other to "callapse all". Also, when they expand and callapse all, the plus and minus images change accordingly. Can anyone please help? [CODE] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> …

Member Avatar for bigalo
0
170
Member Avatar for justinmyoung

How do you keep multiple javascripts from interacting and effecting each other? thanks

Member Avatar for justinmyoung
0
102
Member Avatar for shilpamg
Member Avatar for nikesh.yadav
0
102
Member Avatar for amarprem

I want to move or drag image or div inside another div. I can't know that when to stop dragging or moving when an dragging element reaches its parents boundry. I don't know which properties of both elements to be measured for dragging. So please help me for this.

Member Avatar for nikesh.yadav
0
46
Member Avatar for dello

Hello everyone - firstly apologies... long post ahead. I was wondering if someone could please help me out a little. I just can't figure this out! I am trying to call a javascript function which exists in the same page from within InnerHTML in another script and I can't seem …

Member Avatar for dello
0
2K
Member Avatar for nileema

hi I want to add combobox dynamicaly on onclick event of button . On next page i want to get that selected item of each combo. How would i get the id each combo?

Member Avatar for essential
0
664
Member Avatar for greeny_1984

hi, iam using the following javascript a page opener.location.reload( true ); but every time the page reloads iam a getting alert message. How can i reload a page with out a alert message

Member Avatar for greeny_1984
0
134
Member Avatar for creativehacker

Hi Can Anyone please give me a script which is used to drag a text from within a webpage to the textarea present on the page. I want a certain text to be appended to the textarea text and I want a certain text to be added anywhere in the …

Member Avatar for ~s.o.s~
0
270
Member Avatar for trevata

Hi ! I need a javascript code which sends variable to PHP. I have a drop down menu (<select>) in the select there are diffrent cities and i have an array of neighborhoods and when one city is selected, a part of that array shows up, e.g. from 13 to …

Member Avatar for trevata
0
147
Member Avatar for knarffrank
Member Avatar for Kusno

Dear all, I have a problem. I want to subtract two dates use JavaScript. First date source is from SQL database, I format it use ASP.Net code to "yyyy-MM-dd" without time and save it into TxtDate. The second date is from current date. I want subtract those two dates without …

Member Avatar for ~s.o.s~
0
155
Member Avatar for pranabmohanty

hi, i m in to performance testing. so for me to mandatory to know that whether a website using ajax or not? an if yes ,what are different things associated with it in that perticular webiste? so can any body tel me, is there any way to know that whether …

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

hi i want to validate more than one radio button i.e more than group to be validated in a page.i searched for many but did not find good validation please send sample code

Member Avatar for essential
0
69
Member Avatar for rameshk_tvm

Hi, I have created a web page with javascript, its successfully working in firefox but not in internet explorer version 6 and 7. I am not good in scripting and I have done this page with the help of my friend. I have uploaded the zip file. It contain two …

Member Avatar for rameshk_tvm
0
136
Member Avatar for BillyMako

Hi, I have an Alert box which pops up when a customer enters in "po box" in IE7 it doesn't let the user continue after entering "po box" in the field but in Firefox after Alerting it still lets the customer continue. How can i make it so that on …

Member Avatar for essential
0
131
Member Avatar for pandax

Hello, I'm not sure about my situation. As common, I created two pages for my project: gallery.html (thumbnails) -> view.html (photo) Is it possible for me to view the large photo while i am in gallery page? I mean when I click (a link) on gallery, it will show the …

Member Avatar for pandax
0
80
Member Avatar for anuj_sharma

hey guys, I have made a web page which comprises of two divisions.The first div is used to display a table which shows the inhouse trainess and the other div also displays a table which shows the outside trainess. Initially when the page loads both the divisions are hidden.I have …

Member Avatar for essential
0
92
Member Avatar for knarffrank

I want to create a search engine page where i can get google's number of result for example: When I type the word "Car" it will search in the google's search engine and it will return the number of results.. Note: the page will not go to google's page

Member Avatar for amithc
0
184
Member Avatar for marcux

Hi all! I am trying to make use of JDOMP but apparently something does not work. Here is my code: [CODE] function saveTextToServer(){ var dateNow = new Date(); var time = dateNow.getTime(); var url = "saveNotewall.php?text="; var noteField = document.getElementById("noteField"); url = url + noteField.value + "&time=" + time; var …

Member Avatar for marcux
0
80
Member Avatar for chry_15

Hi everyone, I'm a newbbie on javascript... I'm trying to develope a js to compare the first two letters of two fields... Any help would be appritiated!!!! Thanks Chris

Member Avatar for ~s.o.s~
0
95
Member Avatar for amarprem

I want to create a simple table in js from array. I want to retrieve records as user scrolls. I donot want to use paging. So please any one help me about this. Give me a simple example.

Member Avatar for ~s.o.s~
0
29
Member Avatar for andr3a

Hi Guys I am trying to create an opinion poll using javascript for my website. It just requests a yes or no answer. Any solutions?

Member Avatar for peter_budo
0
89
Member Avatar for chennaiaras

Hi In internet explorer, the default zoom percentage for ' print preview ' is 75%. In programming by using the <object clsid> how can i set the default zoom percentage to 100%. thanks in advance. regards, aras

0
35
Member Avatar for praveen_dusari

hi all, i want a menu script like[URL="http://www.emirates.com/cn/english/"]http://www.emirates.com/cn/english/[/URL] the main thing is the border red line should appear i tried but left with no other option to request for help from u guys plz help

Member Avatar for langsor
0
131
Member Avatar for anuj_sharma

hey guys, I am not sure if this is the right place to ask this question but i was wonderring if you could print out a letter in a web page using html. Actually m making a project in which if a user's form is accepted then a confirmation letter …

Member Avatar for langsor
0
104
Member Avatar for Adi_2021

Hey guys! I recently made a html document with a password field. But for some reason when i load the page the password field already has some text loaded inside it. Was it because of the java script used in it or the Html document itself?

Member Avatar for langsor
0
88
Member Avatar for chry_15

Hi everyone, I'm a newbbie on javascript... I'm trying to develope a js to compare the first two letters of two fields... Any help would be appritiated!!!! Thanks Chris

Member Avatar for langsor
0
117
Member Avatar for jumbojs

Ok, let me try to explain what I am doing here. I have five buttons that are red and when rolledover display the same five images except in color. Pretty typical rollover. But when you rollover a button, not only does the image turn to color but the image underneath …

Member Avatar for langsor
0
98
Member Avatar for jmasta

Hello everyone, I just have a quick Javascript question I haven't found an answer to on the net. What is the difference between [icode] arrayName[0] [/icode] and [icode] arrayName.item(0) [/icode] I've run across instances of both, but nowhere have I seen the difference between the two. Thank you, Jmasta

Member Avatar for jmasta
0
163
Member Avatar for veledrom

Hi, I have 2 textbox and 2 buttons in my form. Seperatly, Button 1 will validate textbox 1 and Button 2 will validate textbox 2, if they are empty or not. How can we do it? Thanks

Member Avatar for veledrom
0
101

The End.