Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

JavaScript_Official · JavaScript . AJAX . ActionScript

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 7408
  • Category: JavaScript
  • Founded: Aug 27, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6835 - 6865 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6835 lazard3
numminen@... Send Email
May 1, 2003
11:09 am
I am making a chat. I write to a page from anothern frame vith javascript. I want to that frame where I write to scroll down to the newest message. how I can...
6836 Kenneth Bull
kenneth_bull Send Email
May 1, 2003
3:55 pm
It's in the official HTML 4.01 spec: http://www.w3.org/TR/html40/present/frames.html#h-16.2.2 ... Date: Mon, 28 Apr 2003 06:44:02 -0700 (PDT) From: Garvin...
6837 Kenneth Bull
kenneth_bull Send Email
May 1, 2003
4:05 pm
Try changing onchange='document.myform.submit();' to onchange='document.myform.submit.click();&#39; ... Date: Tue, 29 Apr 2003 15:58:46 -0000 From: "sudheer_chvr"...
6838 houstonyankee2002
houstonyanke... Send Email
May 1, 2003
4:52 pm
Hi, All-- I am creating an intranet Web site and have run into a problem. I have a java script top drop-down menu on the page, which was working fine before I...
6839 davidvoisine May 2, 2003
12:34 am
Welcome To The World Wide Web With so many years experience of being on the internet myself and Charmaine have come up with the idea of creating a group where...
6840 zeshanism
zeshanism@... Send Email
May 2, 2003
1:47 am
Looking for the simplest cookie form script, which can store two fields 'name' and 'email&#39; when the form is submitted and the form will be automatically...
6841 Garvin Casimir
khing2 Send Email
May 2, 2003
1:16 pm
put links... <a name=link1> <a name=link2> and use javascipt to point to these links ... ===== HTTP://SILASCO.PORT5.COM/TONES/ ...
6842 Gerri
warren_otaku Send Email
May 2, 2003
1:45 pm
Anyone know where I can get *good* free web hosting w/ FTP ? :) ~GERRI~ ... OH NO! A HORRIBLE AND TRAGIC EVENT HAS OCCURED! MY AMAZON.COM SHOPPING CART IS...
6843 Jeremy P. McKay
jeremymckay Send Email
May 2, 2003
3:05 pm
Tripod.com ... From: Gerri [mailto:ico.blue@...] Sent: Friday, May 02, 2003 6:52 AM To: javascript_official@yahoogroups.com Subject: [JavaScript] ...
6844 ICO.SYSTEM//
warren_otaku Send Email
May 2, 2003
5:31 pm
Isn't that part of angelfire ? (which has annoying pop up ads that pop up on refresh ?....) I had ads of my own [for my other sites] on there and it stuck...
6845 Jeremy P. McKay
jeremymckay Send Email
May 2, 2003
5:38 pm
SO who does free web with ftp without advertisements? - Jeremy ... From: ICO.SYSTEM// [mailto:ico.blue@...] Sent: Friday, May 02, 2003 10:32 AM To:...
6846 Garvin Casimir
khing2 Send Email
May 2, 2003
5:56 pm
http://www.portland.co.uk no adds...cgi, php support, ftp upload 50mb, even pop3 fowarding ... ...
6847 Its
one_sultrydiva Send Email
May 2, 2003
6:19 pm
I'm really new at this............ Does anyone know the code for the mouse trail words on this site? http://www.donnellan.org/ I'm just beginning to learn...
6848 ICO.SYSTEM//
warren_otaku Send Email
May 2, 2003
11:41 pm
It's not the ad problem. it's the fact they keep popping up after you close 'em. ================ COWBOY BEBOP BLUES: http://members.bellatlantic.net/~vze26khi...
6850 David Smart
david_j_smart Send Email
May 3, 2003
10:09 am
I didn't get mouse trail words as such (IE 6) but got a ball wandering about trailing words behind it - is that what you're asking about? If so, it's not...
6851 Garvin Casimir
khing2 Send Email
May 3, 2003
11:28 am
i have been doing javascript for years now and i still dont know. just go on the site and read the javascript. can you do that?? ... ===== ...
6852 Kenneth Bull
kenneth_bull Send Email
May 5, 2003
4:34 pm
Your out of luck, this page uses a Java Applet, not JavaScript: <applet CODEBASE="Java/" code="Ballwriter1_1.class"; width="492" height="410" align="right"> ...
6853 Its
one_sultrydiva Send Email
May 5, 2003
6:50 pm
Thanks, I had looked at the source of the page and didn't see the javascript. ... width="492" height="410" align="right"> ... www.citerus.se. All Rights...
6854 dmauray Send Email May 5, 2003
10:37 pm
Does anyone know how to get the size of the used space in a window. I am opening a new window and I don't know how many lines will be on it until it is...
6855 Stacy
l1l_b1onde Send Email
May 6, 2003
6:31 am
Okay, does anyone know the code, or where I could find the code, that finds whther or not a user has MSIE or NN? I have to use it inside a function, but I...
6856 Chris Adams
capcomedy Send Email
May 6, 2003
6:57 am
It's the navigator.appName function. It returns "Netscape"; for NN and "Microsoft Internet Explorer" for MSIE. Chris...
6857 Chris Adams
capcomedy Send Email
May 6, 2003
10:08 am
Dale, In Netscape, you can use the window.innerHeight function of Javascript. Unfortunately, that doesn't work in IE. So, for IE, you can use the old ...
6858 ICO.SYSTEM//
warren_otaku Send Email
May 6, 2003
12:31 pm
How does that 'image&#39; help with the page resize ? ~gerri~ ================ COWBOY BEBOP BLUES: http://members.bellatlantic.net/~vze26khi ... ...
6859 ed_mylonas Send Email May 6, 2003
3:26 pm
To anyone who wants a complete reference of javascript, like objects, methods, functions, properties, etc, go to the link below. There are pdf and html...
6860 pietro_carubbi Send Email May 6, 2003
3:36 pm
Hallo, I have some elements who are relatively positioned, for moving according the findings on a database. They are created after the element they will cover,...
6861 Chris Adams
capcomedy Send Email
May 6, 2003
7:17 pm
Well, it doesn't help if someone resizes a window after the page has loaded. However, if someone tends not to run their browser at full screen, the image is an...
6862 dmauray Send Email May 6, 2003
9:18 pm
I was thinking something with images also but the problem is that this image will fill the entire window. I need the size of the used portion of the window....
6863 entertainer1111@...
samsoftwareltd Send Email
May 6, 2003
10:13 pm
Hi, I am looking for opinion about the available tools to generate a reports in ASP, so any advise or comment would appreciated. The idea is to enable the...
6864 Swmfast85@...
l1l_b1onde Send Email
May 7, 2003
1:01 am
I have my code working to have a new window open with information, however, I have to position it on the right side of the screen. The only problem is that I...
6865 Leviaguirre Queral Jo...
JLEVIAGU@... Send Email
May 7, 2003
1:40 am
Hi, I am generating a txt file on the server side. I want to show the "Save file as..." dialog box. Just like when right clicking a file link to "save link...
Messages 6835 - 6865 of 16942   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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