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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 18918 - 18948 of 21091   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18918
php v3 ?? ... ===== HTTP://SILASCO.PORT5.COM/TONES/ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design...
Garvin Casimir
khing2
Offline Send Email
Sep 1, 2003
10:02 pm
18919
Good news for Java learners, job seekers, certification exam takers, employee training managers, and US school applicants / current students! A Professor of...
Javaonline.org
java_abs_beg
Offline Send Email
Sep 2, 2003
4:02 am
18920
Advanced DHTML Dropdown List component (Javascript,ASP,.NET,PHP) enhances usability of large dropdown lists with type & select feature. It suggests possible...
ethslz
Offline Send Email
Sep 2, 2003
12:12 pm
18921
Greetings ALL: I have a small problem using regular expression and I'll appreciate if anybody could help me. The problem is : I need to used RE to validate a...
Kayode Yusuf
Kayode.Yusuf@...
Send Email
Sep 2, 2003
10:20 pm
18922
How about something like M?T?W?t?F?S?s? after checking the length of the string (preferably with whitespace removed). -- Ben Doom Programmer & General Lackey ...
Ben Doom
doom_tmh
Offline Send Email
Sep 3, 2003
2:49 pm
18923
Thanks - that would work but it will force the user to enter the days in a particular order only. The aim is to allow the user specify arbitrary days if the...
Kayode Yusuf
Kayode.Yusuf@...
Send Email
Sep 3, 2003
3:17 pm
18924
Does anyone have a nice script that will compare two prices? I want to verify a products sales price is less than its regular price. Thanks, Dave HTC...
Bosky, Dave
sknyppy
Offline Send Email
Sep 3, 2003
8:32 pm
18925
It might be easier to write a routine to remove repeated letters. -- Ben Doom Programmer & General Lackey Moonbow Software, Inc...
Ben Doom
doom_tmh
Offline Send Email
Sep 4, 2003
3:43 pm
18926
Hello Everyone, I'm new to this group and wonder if anyone has a fix for validating telephone numbers. I can validate size and force numbers only without any...
JvegaA
Offline Send Email
Sep 5, 2003
12:08 am
18927
... Hi, why do you want to force someone to take the time and fake a pseudo valid number? Are your employers that stupid to force you to do it. The obvious ...
laurence
ldweb@...
Send Email
Sep 5, 2003
7:06 am
18928
off the hip here, can you modify it to be: ([M?][T?][W?]t?][F?][S?][s?]) I think that should ignore the order. DRE...
Andre Turrettini
IT404
Offline Send Email
Sep 5, 2003
10:38 pm
18929
Yeppers. Kymberley...
Kymberley Peterson
prncskymbrly
Offline Send Email
Sep 6, 2003
3:45 am
18930
Hi all Ok I wrote some code that is a lot like frames but I used <div> tags instead know I can have 1 main page instead of the 125 indivisible page, I have...
Richard
rich54110
Offline Send Email
Sep 6, 2003
2:31 pm
18931
... I think I understand the problem you are describing... You are worried that the search engine will reference one of the pages in your frameset, instead of...
Dean Hamack
tactics2337
Offline Send Email
Sep 6, 2003
5:10 pm
18932
FREE NEW BOOKS, PRODUCTS AND SOFTWARE FOR NEW FOCUS GROUP MEMBERS FREE PC/MAC/UNIX/LINUX SOFTWARE & BOOKS Nexus Reviews needs new focus group members to...
reviewsite15
Offline Send Email
Sep 6, 2003
7:35 pm
18933
Thank Dean thats what I need ... From: "Dean Hamack" <dean@...> To: <JS-Jive@yahoogroups.com> Sent: Saturday, September 06, 2003 1:10 PM ...
Richard
rich54110
Offline Send Email
Sep 7, 2003
4:06 am
18934
Advanced DHTML Dropdown List component (Javascript,ASP,.NET,PHP) enhances usability of large dropdown lists with type & select feature. It suggests possible...
ethslz
Offline Send Email
Sep 8, 2003
6:37 am
18935
Hi! I wonder if any of you had this same problem: I have a function to format a number as currency (it adds a comma to separate the last to numbers, if I enter...
Sabrina Leandro
saleandro
Offline Send Email
Sep 8, 2003
12:26 pm
18936 Muriph, Michael
MMuriph@...
Send Email
Sep 8, 2003
5:08 pm
18937
That won't work for two reasons. First, the parens won't do anything in this case (except generate a useless backreference). More importantly, I think you...
Ben Doom
doom_tmh
Offline Send Email
Sep 8, 2003
6:43 pm
18939
Hi all, I've looked and looked but haven't found the "Class ID" and "Codebase" for Windows Media Player 9. I've found it for 5.x and 6.x, but not for 9. I need...
Mark Wheeler
musicarr34
Offline Send Email
Sep 8, 2003
9:14 pm
18940
... Hmm, useless maybe but it wont break it. ... exactly what I meant, but wont that fix the order issue in the previous given solution? DRE...
Andre Turrettini
IT404
Offline Send Email
Sep 9, 2003
8:16 pm
18941
Hello, I have a main window which spawns a small child window that allows the user to update some information and then save it. Since the user may want to...
Jason Palmatier
cobraconn
Offline Send Email
Sep 9, 2003
8:51 pm
18942
... No. Your regex will accept M??t?Ss but not ?M?t?sS To be honest, I really can't think of a way to do exactly what the original question asked. --Ben...
Ben Doom
doom_tmh
Offline Send Email
Sep 9, 2003
9:16 pm
18943
... After my last post went out, I realized I misinterpreted what you meant. Using [M]? won't fix the order problem, as [M]? is the same as M? which is what I...
Ben Doom
doom_tmh
Offline Send Email
Sep 9, 2003
9:20 pm
18944
I am the original poster. I am doing an XML input and using the XSD for validation. The XSD allows me to specify the pattern to be used for validating a given...
Kayode Yusuf
Kayode.Yusuf@...
Send Email
Sep 9, 2003
9:26 pm
18945
i dont understand why it would output 1,23. The function that adds the commas should be written in a way that it would re-evaluate the number and give the ...
Garvin Casimir
khing2
Offline Send Email
Sep 10, 2003
4:11 pm
18946
Hi Garvin. ... That´s because I am brazilian, and here the decimal point is a comma, not a period. Sorry for not being specific, I want to add a decimal...
Sabrina Leandro
saleandro
Offline Send Email
Sep 11, 2003
11:54 am
18947
I've got a jump menu that resides in a frame. Currently it opens a whole new frameset. I need it to open an href in a frame named "bottom" instead. But I can't...
Dean Hamack
tactics2337
Offline Send Email
Sep 12, 2003
3:39 am
18948
Hi ALL, I am submitting a page.After submission I want to retain Hourglass.In that page I am having IFRAME. The hour glass is visible when it is focused out of...
mnath111
Offline Send Email
Sep 12, 2003
1:54 pm
Messages 18918 - 18948 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