Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

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 15432 - 15461 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15432
Dear Alberto, surely you are right when you say I have to study js deeply, and this is a task I have in my plans, even if my schedule cannot unfortunately...
Pietro Carubbi
pietro_carubbi
Offline Send Email
Sep 1, 2002
1:16 pm
15433
hi, I have a <td> in which is present an image as well as a textbox.. onclicking the <td> I want to change to image displayed.. How can I access the image...
Sandeep Murphy
sandeepmurthy
Offline Send Email
Sep 2, 2002
11:22 am
15434
oops.. got it.. dumb mistake..:) ... From: Sandeep Murphy Sent: segunda-feira, 2 de Setembro de 2002 12:23 To: JS-Jive@yahoogroups.com Subject: <td> and images...
Sandeep Murphy
sandeepmurthy
Offline Send Email
Sep 2, 2002
11:30 am
15435
I need a more exact script to detect browser types, not the simple IE or Netscape stuff. I need something to detect IE 5.50 or 5.501 I was going to do...
Ryan Roskilly
rroskilly
Offline Send Email
Sep 3, 2002
3:40 pm
15436
Hi I've just noticed that my behaviors call the htc file for each instance of the item that the behavior is attached to. So, if I have a behavior on a div...
Andre Turrettini
IT404
Offline Send Email
Sep 3, 2002
6:51 pm
15437
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>this will tell you what version</title> <script type="text/javascript"> //...
Eric Richards
e.richards@...
Send Email
Sep 3, 2002
7:12 pm
15438
Hi there! Here's my question: How do I load a web page into a frame from JS. I've got a form. The user puts his ref number into a textbox and press ...
Dirk Mallinson (DJ)
kriidler
Offline Send Email
Sep 3, 2002
7:37 pm
15439
thanks that script works great! But is there any way other then using a regexp and match to find out the exact version number? ... From: Eric Richards...
Ryan Roskilly
rroskilly
Offline Send Email
Sep 3, 2002
7:41 pm
15440
... The only variable that is trustworthy in all browsers is navigator.userAgent . appVersion usually doesn't contain the correct version number. See...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Sep 3, 2002
7:42 pm
15441
I would set a variable equal to what ever was typed in and open that document in the targeted window. "Dirk Mallinson (DJ)" wrote:Hi there! Here's my question:...
Free Roulette Systems
AIhacker
Offline Send Email
Sep 3, 2002
11:12 pm
15442
To reload the bottom frame have the onSubmit call top.frames[1].location.href = yoururl?ref=1234; or top.frames[1].location.replace(yoururl?ref=1234); /* this...
Hays, Duncan
DHays@...
Send Email
Sep 4, 2002
12:32 pm
15443
Hi, who is familiar with 'addEventListener'? It has w3.org DOM specification and a javascript binding in Mozilla. But all given examples, don't solve my...
immanuel_normann
immanuel_nor...
Offline Send Email
Sep 4, 2002
3:54 pm
15444
Immanuel, Like many functions in ECMAScript/JavaScript, it's wanting a reference to a function. One way around this is to do: elem.addEventListener("click",...
Dan G. Switzer, II
dswitzer2
Offline Send Email
Sep 4, 2002
4:33 pm
15445
What is the way to detect the version of Internet Explorer and redirect the Web page to another page if the workstation does have IE 5.5 installed? Daniel...
Kang, Daniel
DKang@...
Send Email
Sep 4, 2002
5:23 pm
15446
you can use navigator.userAgent and RegEx to detect "MSIE" and redirect based on that. "Kang, Daniel" <DKang@...> on 09/04/2002 12:22:04 PM Please...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Sep 4, 2002
5:50 pm
15447
... And it doesn't work in IE or Opera. Not recommended, for the moment. ... elem.onclick = function {} (foo(x,y)}; ... No, it's the way addEventListener...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Sep 4, 2002
5:57 pm
15448
Thank you for your words of support. As a member of several yahoo groups, I get inundated with the *messages* that VMIS2001@... sends out. Interesting...
George J Belland
geodentech
Offline Send Email
Sep 4, 2002
8:08 pm
15449
I refer the Spammer to http://docs.yahoo.com/info/terms/ Section 6 MEMBER CONDUCT "You agree to not use the Service to: g. upload, post, email, transmit or...
Holtz, Brian
chibri1705
Offline Send Email
Sep 4, 2002
8:16 pm
15450
Hallo, in my page I have layers on which texts are displayed when the mouse is over some linked images. These texts have their individual style, and I would...
Pietro Carubbi
pietro_carubbi
Offline Send Email
Sep 4, 2002
9:09 pm
15451
I am attempting to run both Milonic Menus and a news headline rotate/fade out script on the same page. However, I believe the "setTimeOut" vars in each script...
David Hannum (Ohio Un...
OUJasper
Offline Send Email
Sep 4, 2002
10:31 pm
15452
Greetings, I understand I can use innerText to dynamically modify the content of an anchor tag. E.g. <a id="abc">Whatever</a> <button onclick="Javascript:...
tsangtsunchi
Offline Send Email
Sep 5, 2002
2:59 am
15453
Hi Wierd and strange request, but, I need to be able to launch applications (for example MS Word, Excel etc..) via a Web Browser. Its an Intranet so security...
johnny.miller@...
jpm_rc
Offline Send Email
Sep 5, 2002
1:37 pm
15454
use document.formname.buttonname.value = xxx "tsangtsunchi" <george.tsang@...> on 09/04/2002 09:59:08 PM Please respond to JS-Jive@yahoogroups.com ...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Sep 5, 2002
2:51 pm
15455
... Try: <button onclick="document.getElementById('abc').innerHTML='xxx';"> - tested in IE5.5/Win and Moz1.0/Win ... ... HTH! -- H* Hassan Schroeder...
Hassan Schroeder
laughingandj...
Offline Send Email
Sep 5, 2002
2:51 pm
15456
IE or NS? johnny.miller@... on 09/05/2002 08:37:37 AM Please respond to JS-Jive@yahoogroups.com To: js-jive@yahoogroups.com cc: Subject: executing...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Sep 5, 2002
3:36 pm
15457
IE. ... From: savan.thongvanh@... [mailto:savan.thongvanh@...] Sent: 05 September 2002 16:33 To: JS-Jive@yahoogroups.com Subject: Re: executing...
johnny.miller@...
jpm_rc
Offline Send Email
Sep 5, 2002
3:40 pm
15458
If you have a layer (let's call its div id "fred") and in that layer is an image, is it possible to apply script to the image to that when moused over, it...
Gary Lofgren
gwlofgren59
Offline Send Email
Sep 5, 2002
3:55 pm
15459
... W3C DOM: <div id="fred"> <img onMouseOver="alert(this.parentNode.id)"> </div> Won't work in NN4, will work in IE4 when you use this.parentElement.id ppk ...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Sep 5, 2002
4:45 pm
15460
depending on what mimetypes you have set up on your intranet you may just be able to link to a blank document of that type. Just toss up a blank document of...
savan.thongvanh@...
dsmwebguy
Offline Send Email
Sep 5, 2002
5:03 pm
15461
Thanks, but that's not quite what I am looking for. They want to be able actually launch an application via the browser. Basically using a web page as their...
johnny.miller@...
jpm_rc
Offline Send Email
Sep 5, 2002
5:09 pm
Messages 15432 - 15461 of 21091   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