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...
Show off your group to the world. Share a photo of your group with us.

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 18464 - 18493 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18464
Hi, Your hunch seems valid. Try using the following snippet of code to ascertain whether its indeed a browser cache problem or not: <META HTTP-EQUIV="Pragma"...
smithakr
Offline Send Email
Jul 1, 2003
12:19 pm
18465
I am new to linux. Can any body helps me in writing service(or daemons). regards, M. Usman...
usmantest1
Offline Send Email
Jul 1, 2003
1:43 pm
18466
Try a linux group! ... From: usmantest1 [mailto:usmantest1@...] Sent: 01 July 2003 14:43 To: JS-Jive@yahoogroups.com Subject: How to write a...
johnny.miller@...
jpm_rc
Offline Send Email
Jul 1, 2003
2:09 pm
18467
Apologies, that was a bit harsh. Didnt meant it to sound like that. I should read my emails before sending them. Sorry. Johnny ... From: johnny.miller@......
johnny.miller@...
jpm_rc
Offline Send Email
Jul 1, 2003
2:12 pm
18468
true though ... From: johnny.miller@... [mailto:johnny.miller@...] Sent: 01 July 2003 15:12 To: JS-Jive@yahoogroups.com Subject: RE: How to write a...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Send Email
Jul 1, 2003
2:13 pm
18469
Safari also has another nice bug I just found. Hidden formfields get submitted regardless. ... From: Mark Wheeler [mailto:musicarr@...] Sent: 30 June...
Snake Hollywood
snake.lists@...
Send Email
Jul 1, 2003
8:49 pm
18470
... Erm, "regardless" of what? Hidden fields are only "hidden" in the sense of not being rendered visible to the end user -- they're *supposed* to be submitted...
Hassan Schroeder
laughingandj...
Offline Send Email
Jul 1, 2003
9:02 pm
18471
Maybe he means even if they are disabled? ... From: Hassan Schroeder To: JS-Jive@yahoogroups.com Sent: 7/1/2003 2:02 PM Subject: Re: Safari - Centering popup...
Paul Lucas
PaulL@...
Send Email
Jul 1, 2003
9:13 pm
18472
Hello, I am writing a script to store all the form element properties into a cookie and back. The form elements properties to be save should be, in case they...
Leviaguirre Queral Jo...
JLEVIAGU@...
Send Email
Jul 2, 2003
2:22 pm
18473
José, ... qForms (http://www.pengoworks.com/qforms/) comes with an add-on mod which does exactly this for you. Check out the this example page: ...
Dan G. Switzer, II
dswitzer2
Online Now Send Email
Jul 2, 2003
2:48 pm
18474
Are there any scripts available that will validate dates using Month, Day, Year select boxes. Like -> If I choose February from the Month select box, the Day...
Bosky, Dave
sknyppy
Offline Send Email
Jul 2, 2003
3:17 pm
18475
check out http:\\javascript.internet.com tons of free scripts Doug ... http://docs.yahoo.com/info/terms/...
Douglas.Knudsen@...
Send Email
Jul 2, 2003
3:22 pm
18476
Hello All, I want to submit a form in JS to a new popup window and KEEP the form values from the main page, how do I do this? script theForm.action = thisPage...
Mike Hughes
mhughes615
Offline Send Email
Jul 2, 2003
3:22 pm
18477
Well - the info supplied is not too clear. Are you saying you can not within 'thisPage' access the URL variables, Section & Display? Better still, you could...
Kayode Yusuf
Kayode.Yusuf@...
Send Email
Jul 2, 2003
3:35 pm
18478
I wouldnt call it reinventing the wheel. cause you really have to write thise one to suite what you wanna do. but what you can do is this. before writing it to...
Garvin Casimir
khing2
Offline Send Email
Jul 2, 2003
3:38 pm
18479
Hello Kayode, yes I can make the URL correct, some of the values in the URL come from the FORM, I can convert the form field into URL to send them to the next...
Mike Hughes
mhughes615
Offline Send Email
Jul 2, 2003
3:48 pm
18480
Yep. That's a good site I found exacting what I was looking for. Thanks. ... From: Douglas.Knudsen@... [mailto:Douglas.Knudsen@...] Sent:...
Bosky, Dave
sknyppy
Offline Send Email
Jul 2, 2003
3:51 pm
18481
Well - that is easy - Declare a var in the popup window that points to the opener and then, through that var you can access anything from the opener. ...
Kayode Yusuf
Kayode.Yusuf@...
Send Email
Jul 2, 2003
3:54 pm
18482
Addendum - Assumption that both the Opener and the PopupWindow belong to the same URL domain. i.e You can not do this if the base URL for the opener is...
Kayode Yusuf
Kayode.Yusuf@...
Send Email
Jul 2, 2003
3:58 pm
18483
... http://www.xs4all.nl/~ppk/js/index.html?datecheck.html validates the date for you, though it doesn't change the boxes. ... ppk, freelance web developer ...
Peter-Paul Koch
gassinaumasis
Offline Send Email
Jul 2, 2003
8:31 pm
18484
you know messing around in forums and stuff?? i am hoping i can learn from a master ;) thanx, peachsouffle x...
peachsouffle7
Offline Send Email
Jul 3, 2003
12:41 am
18485
I have the output of a query in an array as such: name[0] offc_phone[0] home_phone[0] name[1] offc_phone[1] home_phone[1] name[2] offc_phone[2]...
David Hannum (Ohio Un...
OUJasper
Offline Send Email
Jul 3, 2003
2:00 am
18486
hi, What you have asked for seems to be a very simple functionality. Anyways,this is a sample html with jscript code that i wrote just now that answers your...
smithakr
Offline Send Email
Jul 3, 2003
6:00 am
18487
Hi Farhan(?), Tell me what do you mean by hacking? By the way, from past experience, I've learned that you need to be an expert (or very nearly so) to be...
Dirk Mallinson (DJ)
kriidler
Offline Send Email
Jul 3, 2003
7:29 am
18488
Hi! Can anybody tell me that how can i execute an application at client side on a click of a button button (I know the path) Bye! [Non-text portions of this...
Adnan B.
adnan_badar
Offline Send Email
Jul 3, 2003
7:51 am
18489
Adnan ... This isn't possible. You cannot guarantee an application will be installed at all let alone in the same place on all computers. Its is also not ...
Stephen Moretti
cfdeveloperuk
Offline Send Email
Jul 3, 2003
9:17 am
18490
You cant. But have a a look at this to for more info: http://www.whirlywiryweb.com/q/launchinie.asp Johnny ... From: Adnan B. [mailto:adnan@...] Sent:...
johnny.miller@...
jpm_rc
Offline Send Email
Jul 3, 2003
9:20 am
18491
how can i access the registry through jscript [Non-text portions of this message have been removed]...
Adnan B.
adnan_badar
Offline Send Email
Jul 3, 2003
9:28 am
18492
Here Security is not an issue and the application is installed! now ? ... From: "Stephen Moretti" <stephen@...> To: <JS-Jive@yahoogroups.com> Sent:...
Adnan B.
adnan_badar
Offline Send Email
Jul 3, 2003
9:30 am
18493
how can i access the registry through jscript [Non-text portions of this message have been removed]...
Adnan B.
adnan_badar
Offline Send Email
Jul 3, 2003
9:30 am
Messages 18464 - 18493 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