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"> ...
Hi, I do not know much about javascript. Basically I have a number of html pages located at my local disk. This is nothing related to client server concept. I...
Rama. Because JavaScript does not have any functions to access the files on your local drive, it cannot be used to read and display data from them. This is by...
Please can someone explain to me why this code will not work: <a href="ed_img/gallery/army/army1.gif" onClick="window.open ('army1.gif', 'blackmagictop -...
You can't use spaces in the window name. Change it to 'blackmagictop_army'. Rob. ________________________________ From: 1stJavaScript@yahoogroups.com on behalf...
It might be that you're wrapping the code - it's hard to tell in this email. Have a look at the working version at http://hpug.org.uk/test/popup_test.html Rob....