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...
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 19892 - 19921 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19892
Is it possile to read the html source of a frame with javascript? That is I want to have a popup window read the calling window or frames source code on the...
rtJupiter
Offline Send Email
Apr 1, 2004
9:22 am
19893
Is it possible to send a user back to the Browsers home page that would open if they opened their browser for the first time? Thank you for you help....
joshua_s_us
Offline Send Email
Apr 1, 2004
3:34 pm
19894
Hello, you have not answered my question about cookies, but I must insist because is very important. It seems that there is some problem in the expiration ...
kjhseka
Offline Send Email
Apr 1, 2004
3:41 pm
19895
You mean the one set in the OPTIONS of the browser settings? If so the answer is no because both server and client side scriptings can't meddle for security...
AV
vallinis
Offline Send Email
Apr 1, 2004
5:32 pm
19896
This seems to work. A basic error by the w3ay was that you were asking for gn[1] and gn[2] whereas only gn[0] and gn[1] exist <script> ...
AV
vallinis
Offline Send Email
Apr 1, 2004
5:40 pm
19897
You can try this, though some would find it rather unsual assigning an id to the <html> tag: 1) assign an id to the <html> tag, which encloses the whole...
AV
vallinis
Offline Send Email
Apr 1, 2004
5:41 pm
19898
Yes, that is the one I meant. I didn't think so either, but i had to check to make sure. Thank you. Josh "AV" <vallinis@yahoo. To:...
jsheriff@...
joshua_s_us
Offline Send Email
Apr 1, 2004
5:50 pm
19899
I'm sure it is possible but still can't remember how... so what I want is either script or CSS that will tell browser to strech background picture to fit...
Predrag Tomasevic
t_predrag
Offline Send Email
Apr 1, 2004
10:32 pm
19900
Josh Might be worthwhile telling us why you'd want to do it. There may be another way to achieve what you want. Dave S ... From: <jsheriff@...> To:...
David Smart
smartware_co...
Offline Send Email
Apr 1, 2004
11:06 pm
19901
Hello and thanks for your answer. Unfortunately the array is not the problem. Even if it would refer to an undefined element, the text file should be printed...
kjhseka
Offline Send Email
Apr 2, 2004
1:33 am
19902
Predrag, ... The only way I can think of to do this is to add an img to your page and use css to position it to take up the whole window. This code works in...
Roger Roelofs
rogerroelofs
Offline Send Email
Apr 2, 2004
2:08 am
19903
Make sure you're not clearing your temporary Internet files cache at the end of the session. I haven't tried it, but I'd expect that that would remove the...
David Smart
smartware_co...
Offline Send Email
Apr 2, 2004
3:55 am
19904
Thank you for your responce, It is very close to my needs, What I am hoping for ultimately is to not have to edit the original file. My scenerio is a side...
Rich DesCombaz
rtJupiter
Offline Send Email
Apr 2, 2004
10:18 am
19905
My temporary files are not automatically cleared at the end of the session. I'm not configured IE this way. Perhaps in the script there can be something that...
kjhseka
Offline Send Email
Apr 2, 2004
5:09 pm
19906
Hello Guys: I am having a problem with being able to double-click to open a new window. What I have: is a list of search results, broken down into an HTML...
kamills@...
historynut13
Offline Send Email
Apr 2, 2004
6:38 pm
19907
Hello, I am writing a basket perl module that dynamically generates html/javascript. The amount of radio objects varies depending on a few conditions. I am...
adamgotch
Offline Send Email
Apr 2, 2004
7:31 pm
19908
not sure if this is what you're after and i'm betting its not the best way to go about it but it'll build a collection of all your radio buttons: function...
Carlos Mossman
spamcarloshere
Offline Send Email
Apr 2, 2004
7:45 pm
19909
You're not using ondblclick? Dave S ... From: <kamills@...> To: <js-jive@yahoogroups.com> Sent: Saturday, April 03, 2004 4:11 AM Subject: Double or...
David Smart
smartware_co...
Offline Send Email
Apr 2, 2004
8:31 pm
19910
how are you capturing double clicks? here's a snippet for the actual double click event, in case you're not doing it that way... ...
Carlos Mossman
spamcarloshere
Offline Send Email
Apr 2, 2004
8:35 pm
19911
Presumably you know at execution time how many there are, so all you need is a way of dynamically constructing their names. Just use document.getElementById...
David Smart
smartware_co...
Offline Send Email
Apr 2, 2004
10:30 pm
19912
There is a method for that. I will have to try that on monday. Thanks Andy ... From: "David Smart" <smartware@...> To: <JS-Jive@yahoogroups.com> ...
Kim and Andy Mills
historynut13
Offline Send Email
Apr 3, 2004
2:31 am
19913
You can alternatively use the following, which prints to a textarea and needs NOT to give an id to the html tag as it seemed to me you preferred. From your...
AV
vallinis
Offline Send Email
Apr 3, 2004
6:32 am
19914
Hmph... sure that there isn't way to do width=100% height=100% for background pic? :) ... From: "Roger Roelofs" <roger-roelofs@...> To:...
Predrag Tomasevic
t_predrag
Offline Send Email
Apr 3, 2004
3:43 pm
19915
... Yes. That's why a 'background-size' property has been added to the current *draft* CSS3 Backgrounds module: ...
Hassan Schroeder
laughingandj...
Offline Send Email
Apr 3, 2004
4:13 pm
19916
Mike ... Certainly, people do it all the time. ... Not sure what you mean here. If it's automated, why have it at all? Do you mean that you want to assist...
David Smart
smartware_co...
Offline Send Email
Apr 3, 2004
9:26 pm
19917
I've a frameset containing 2 frames. In one of these (frame #1) there are dynamic generated links pointing to some web pages which should be displayed in the...
paulogoes2002
Offline Send Email
Apr 4, 2004
2:49 am
19918
Hello all Once again I have to disturb you all... This time I am developing a Swing application in which I am using JComboBox I am not getting error message...
Pradeep Gupta
pradeep_gs_2001
Offline Send Email
Apr 4, 2004
2:49 am
19919
Thanks Carlos, I think this gets me an array of radio html elements, but not of DOM objects. I am trying to get an array of radio objects. I think I am going...
Adam Gotch
adamgotch
Offline Send Email
Apr 4, 2004
2:49 am
19920
I'm not sure I follow - this builds an array of object references to all the radio buttons in your document. When you say "I am trying to get an array of...
Carlos Mossman
spamcarloshere
Offline Send Email
Apr 4, 2004
5:27 am
19921
... In general you cannot define a click and dblclick event on the same element because it's nearly impossible to find out what the user actually did. Even ...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Apr 4, 2004
1:05 pm
Messages 19892 - 19921 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