Search the web
Sign In
New User? Sign Up
1stJavaScript · This is a group where questions, suggestions, etc can be posted about HTML, JavaScript and CSS, etc.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2610 - 2639 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2610
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...
prabhu k
webdez_hyd
Offline Send Email
Oct 9, 2006
7:55 am
2611
Hi, See the following URL for the concerned page: http://home.scarlet.be/kenya-belgium/list_2_en/a_kenyan_cat_and_a_belgia\ n_cat.html ...
kdgeda
Offline Send Email
Oct 9, 2006
7:56 am
2612
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@...
Send Email
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 ...
morrog_1972
Offline Send Email
Oct 9, 2006
8:06 am
2614
Please send in your complete script. Robert. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of Somu Sent: 03 October...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 9, 2006
8:06 am
2615
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...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 9, 2006
8:14 am
2616
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...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 9, 2006
8:41 am
2617
Have you thought about opening the window as 1px x 1px, moving it to the desired location and then making it bigger? Robert. ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 9, 2006
1:56 pm
2618
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)...
Razee Marikar
razeetg
Offline Send Email
Oct 11, 2006
4:43 am
2619
Thanx.. i did it. i only forgot the parseInt() ... -- Love, Somu, http://lose.yourself.mcommunity.biz http://fidel.castro.peperonity.com...
Somu
som.ctc@...
Send Email
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...
moushumi_baliga
Offline Send Email
Oct 20, 2006
3:14 pm
2621
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 ...
vulcanfeline
Offline Send Email
Oct 30, 2006
8:52 am
2622
Try reading this thread :- http://groups.google.com/group/microsoft.public.windows.inetexplorer.ie6.brow ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Oct 30, 2006
8:59 am
2623
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...
ierets
Offline Send Email
Oct 31, 2006
10:22 am
2624
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....
Matthew Brown
matthewsbrow...
Offline Send Email
Nov 3, 2006
8:53 am
2625
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...
jen694169
Offline Send Email
Nov 3, 2006
8:57 am
2626
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. ...
parameshwara reddy
param0404
Offline Send Email
Nov 3, 2006
10:28 am
2627
Jen, there are lots of JavaScript Tutorials around the web, which will also help. This is the one I used to learn JavaScript :- ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 3, 2006
10:43 am
2628
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>...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 3, 2006
10:51 am
2629
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...
jen694169
Offline Send Email
Nov 5, 2006
11:55 am
2630
<html> <head> <script type="text/javascript"> function prompter() { var nokamount=6.49434 var dollaramount = prompt('Enter amount in U.S. dollars',"") ; alert...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 6, 2006
9:28 am
2631
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"> ...
Willy
willee27
Offline Send Email
Nov 15, 2006
9:29 am
2632
You first need to give your INPUT tag an ID :- <input ID="userInput" name=userInput type=text value="something"> Then :- <script> content =...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 15, 2006
10:06 am
2633
<form name="form1"> <input name=userInput type=text value="something" onBlur="testok();"> </form> <script> function testok() { content = document.form1.value;...
hafidz arifin
hafidz_pens
Offline Send Email
Nov 15, 2006
11:39 am
2634
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...
ramabharti
Offline Send Email
Nov 17, 2006
8:41 am
2635
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...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 17, 2006
8:56 am
2636
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 -...
contact me
godwyns
Offline Send Email
Nov 19, 2006
2:42 pm
2637
You can't use spaces in the window name. Change it to 'blackmagictop_army'. Rob. ________________________________ From: 1stJavaScript@yahoogroups.com on behalf...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 19, 2006
7:17 pm
2638
i also tried using only 'blackmagictop'... and remove spaces between all the other parameters but it aint work ...
Godwin Onwuchekwa
godwyns
Offline Send Email
Nov 20, 2006
8:48 am
2639
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....
Atkinson, Robert
ratkinsonuk
Offline Send Email
Nov 20, 2006
8:55 am
Messages 2610 - 2639 of 2988   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help