php v3 ?? ... ===== HTTP://SILASCO.PORT5.COM/TONES/ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design...
Good news for Java learners, job seekers, certification exam takers, employee training managers, and US school applicants / current students! A Professor of...
Advanced DHTML Dropdown List component (Javascript,ASP,.NET,PHP) enhances usability of large dropdown lists with type & select feature. It suggests possible...
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@...
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 ...
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@...
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...
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...
... 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@...
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...
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...
... 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...
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...
Advanced DHTML Dropdown List component (Javascript,ASP,.NET,PHP) enhances usability of large dropdown lists with type & select feature. It suggests possible...
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...
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...
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...
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...
... 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...
... 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...
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@...
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 ...
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...
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...
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...