hey all,... I want to know and learn more about javascript..... help me to find code javascript about collapse menu I want my menu have more interaction thanks...
acep ridwannulloh
ridwans_24@...
Sep 1, 2006 9:14 am
2605
This site has lots of different types of collapsible menus :- http://www.treemenu.net/ Robert. ... From: 1stJavaScript@yahoogroups.com...
Instant Eyedropper is a simple color picker that is very convenient to use and offers flexible color code output options. It runs in the system tray and...
good morning. hello there.... I have trouble for combo box scripting.... ... regional ... - id_reg - name ... sub regional ... id_sub_reg id_reg name if...
acep ridwannulloh
ridwans_24@...
Sep 11, 2006 8:26 am
2609
Please read this page :- http://www.trans4mind.com/personal_development/JavaScript/Doublemenu2.htm ... From: 1stJavaScript@yahoogroups.com...
pl. tell me how to use javascript in php and how to start php program pra ... Stay in the know. Pulse on the new Yahoo.com. Check it out. [Non-text portions...
How do i add two numbers entered from an user in a webpage? No matter how much i try, i get 1+1=11 and not 2 my function is taking the input as strings and...
Somu
som.ctc@...
Oct 9, 2006 7:56 am
2613
Hello everyone, Does anyone here know of a way using javascript to detect if a specific website is up (by accessing a specific url for example), and then once ...
Please send in your complete script. Robert. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of Somu Sent: 03 October...
Martin, you could use AJAX (Asynchronous JavaScript & XML) to do that, by making an AJAX request and then checking object.readyState. See this tutorial for...
What is it you are trying to do exactly? Robert. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of prabhu k Sent: 09...
Well, use top instead of screeny and left instead of screenx. Works with both Netscape class (Netscape, Mozilla, Firefox) and IE class (IE, Opera, neoplanet)...
Thanx.. i did it. i only forgot the parseInt() ... -- Love, Somu, http://lose.yourself.mcommunity.biz http://fidel.castro.peperonity.com...
Somu
som.ctc@...
Oct 11, 2006 9:21 am
2620
I am new to the Javascript and the Prototype library. I am having a problem with scope of a variable. I have a class XYZManager in which I pass a parameter...
I don't have regular internet access, but fell in love with JavaScript about 4 years ago. I have written many websites for use at home, offline. They all ...
Hello T'ni You can solve this problem each time you start it with IE by simply clicking into the yellow bar and allowing the page to work (first option in the...
I have written a ebook and need some help. I know this is stupid but i have been searching online for 3 days to find something like what I am trying to do....
This is a beginner question. I am in college, and just learning javascript. The book does not really help me for the order/layout I should use. This is a...
There are three types of dilogs. 1.Alert 2.Confirm 3.Prompt. Above three are called by using window object. 1.Alert: It will give a lert with some text. ...
Matthew, you should find this piece of code does what you want. Let me know if you don't understand anything. <html> <head> <title>Roll Fields</title> <script>...
I got to this point and I am stumped. I need the alert to read the amount entered(dollaramount) is converted amount Norway Kroners. That is the currency I am...
<html> <head> <script type="text/javascript"> function prompter() { var nokamount=6.49434 var dollaramount = prompt('Enter amount in U.S. dollars',"") ; alert...
How can I extract in JS the value out of a textfield and stock it in a variable please? EXAMPLE <form> <input name=userInput type=text value="something"> ...