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 12784 - 12813 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12784
You're a bit of a star this week Moretti! anyway... I need to have the action changed so that the filename is in the action for the form, so that when a file...
Rich Wild
r.wild@...
Send Email
Mar 1, 2002
8:18 am
12785
... What do you mean "this week"??? I'm always a star! ;oD Besides, its more fun to do someone else's work when you should be getting on with your own mess of...
Stephen Moretti
cfdeveloperuk
Offline Send Email
Mar 1, 2002
9:15 am
12786
christ.... you know sometimes you feel like a freakin eejit? there...er...was a form variable called action in the form..... coat. me. get. I think I've got...
Rich Wild
r.wild@...
Send Email
Mar 1, 2002
9:21 am
12787
I stumbled across a ref to this searching the MS site yesterday. Very cool and amazingly simple to do what I need to do. ... From: Paul Connolly...
Hays, Duncan
DHays@...
Send Email
Mar 1, 2002
11:54 am
12788
Yeah, that's pretty much what I want to do. When the picture changes though, I want the page to remain the same. For instance, and I'm actually working with a...
petersruby
Offline Send Email
Mar 1, 2002
1:28 pm
12789
http://www.bmo.com/ At this website there is a really great sitemap component. You click on sitemap in the top corner and you get a javascript breakout ...
robbiehenry
Offline Send Email
Mar 1, 2002
4:41 pm
12790
onclick ="this.focus()" on all the links Matt...
Matt Horn
horn_matt
Offline Send Email
Mar 1, 2002
4:43 pm
12791
I've got the following code on a submit button <input type="SUBMIT" value="Search" name="B1" onclick="window.open ('searching.htm', 'srchwnd',...
rang5r
Offline Send Email
Mar 1, 2002
7:00 pm
12792
By "On the page that this goes to", do you mean the new window that was opened? If so, try: window.close(); ... From: rang5r...
Don Arnett
darnit78
Offline Send Email
Mar 1, 2002
7:24 pm
12793
yes, i would also like to know what i can do. I have had this problem too and have just had to forget about it. I am sure there is a way. There has to be. ...
Tyler Clendenin
dariusj18
Offline Send Email
Mar 1, 2002
7:47 pm
12794
... self.close(), not srchwnd.close() ppk _________________________________________________________________ Send and receive Hotmail on your mobile device:...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Mar 1, 2002
9:40 pm
12795
Sorry, I should have explained a bit better. Page 1 has the form which opens a pop-up window (srchwnd) but submits to a results page. Page 2 (results page) is...
rang5r
Offline Send Email
Mar 1, 2002
10:06 pm
12796
Try window.opener.close() Tim Heald ACP/CCFD :) Application Development www.schoollink.net...
Timothy Heald
theald@...
Send Email
Mar 1, 2002
10:09 pm
12797
that doesn't make sense ... From: "Timothy Heald" <theald@...> To: <JS-Jive@yahoogroups.com> Sent: Friday, March 01, 2002 5:08 PM Subject: RE:...
Tyler Clendenin
dariusj18
Offline Send Email
Mar 1, 2002
10:15 pm
12798
Just guessing, but I would think that the opener window should save the pointer to the opened window and then use that to close. var srchwnd; srchwnd =...
Don Arnett
darnit78
Offline Send Email
Mar 1, 2002
10:16 pm
12799
Your right. I read it wrong. I think that he's saying: Page 1 opens a popup splash screen (page 1b) and then does a submit. The submit returns a results...
Don Arnett
darnit78
Offline Send Email
Mar 1, 2002
10:20 pm
12800
How about something like this ? Get the popup window to periodically check it's opener, and set a variable on the second page to identify itself. eg,...
Paul Connolly
connolly_p
Offline Send Email
Mar 1, 2002
10:32 pm
12801
Great stuff Paul, but this is exactly the problem, Page 1, the submit form closes straight away, but Page 2 takes time to come up because the results need to...
rang5r
Offline Send Email
Mar 2, 2002
6:37 am
12802
hi; i'm looking for "building an executable file by using java". the file will be similar to audiogalaxy satellitte on some ways.. it will store user's...
mkeremyuksel
Offline Send Email
Mar 2, 2002
9:21 am
12803
Well, this is a Javascript forum, not JAVA, so you might be out of luck.. I bought the book JAVA in a Nutshell, and found it very useful... Have you installed...
Franki
frankieh@...
Send Email
Mar 2, 2002
9:26 am
12804
Done it!!!! First Open the window as before using the onclick then in the second page, insert the following srchwnd = window.open('','srchwnd'); ...
rang5r
Offline Send Email
Mar 2, 2002
10:16 am
12805
ciao Inca well most would use new Option, although you can use a more typical old fashioned approach, for time is not an issue at all unless your options...
vallinis
Offline Send Email
Mar 3, 2002
5:27 am
12806
That's what the finished variable is there for - make sure it is set to false on the first page, and true on the results. ie, if (!window.opener.finished) ... ...
Paul Connolly
connolly_p
Offline Send Email
Mar 3, 2002
9:39 am
12807
Is it possible to create a textarea so that when you move your mouse over the area with the text in it an alert will come up and is it possible to allow it to...
balsdd58
Offline Send Email
Mar 4, 2002
12:00 pm
12808
Is there anyway to detect in an email whether the recipient has a html enabled email client? then if he/she has then provide encoded email otherwise text? Paul...
Paul McGuire
paulmcguireabc
Offline Send Email
Mar 4, 2002
12:12 pm
12809
I wouldnt say there really was. If they are only able to read text emails, then there wont be any kind of JS functionality in the client to detect that will...
Bunyan, Toby
toby_bunyan
Offline Send Email
Mar 4, 2002
12:15 pm
12810
I was wondering if maybe at the time you sign up for the email (in this case its an order confirmation) you could check. is there any server variables or the...
Paul McGuire
paulmcguireabc
Offline Send Email
Mar 4, 2002
12:30 pm
12811
... case ... or ... Not that I know of (but then im not exactly a JS guru, just thinking in terms of the actual problem). I dont think server variables will...
Bunyan, Toby
toby_bunyan
Offline Send Email
Mar 4, 2002
1:02 pm
12812
... -- pAt² -- Join zWallet.com and get paid to email! Please use my User ID (patpot)when asked if someone referred you. Thanks! ...
Pat²
patpot@...
Send Email
Mar 5, 2002
3:16 pm
12813
I'm with Toby on this: just because a person uses IE5.5 does not mean they use outlook express for mail. It's pretty simple to use Eudora and Opera, or the...
David Huyck
davidhuyck
Offline Send Email
Mar 5, 2002
3:23 pm
Messages 12784 - 12813 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