良好的验证包 [英] Good validation package

查看:47
本文介绍了良好的验证包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


那里有一个很好的验证包,可用于

javascript吗?我在这里尝试了一个:

http:// www。 peterbailey.net/fValidate/


但是实现它时遇到了一些问题;-(


我看过Dreamweaver的那个但是我没有使用这个包。


还有什么可以使用吗?

任何帮助,提示或建议都将不胜感激; - )


TIA

解决方案

2004年12月13日11:05:19 -0800 ,milkyway< d0 ****** @ hotmail.com>写道:


[snip]

我在这里试了一下:

http://www.peterbailey.net/fValidate/

但有一些实现它的问题;-(


我很高兴。提供超过50KB的代码来验证一些表格

控制是愚蠢的。 />
我见过Dreamweaver中的那个,但我没有使用这个包。


我看过Dreamweaver生成的大部分代码都是垃圾。我如果表格验证的东西更好的话,我会感到惊讶。

还有什么可以使用吗?


你真的想要验证什么?使用

小巧高效的东西更为明智。

任何帮助,提示或建议都会受到赞赏; - )




关于其他主题,请发布到适当的新主题sgroups。这个解决方案

与Java无关,ciwah处理在

Web上编写HTML而不是脚本。


关注-bs设置为cljs。


Mike


-

Michael Winter

替换.invalid与.uk通过电子邮件回复。


HI - 抱歉发布。还在学习所有这些。


我正在尝试验证数据:字符串,数字,金钱,社交,

电话号码,日期和邮政编码。


我以为在

客户端有一种验证这些东西的方法。


任何想法?


亲切的问候。


Michael Winter写道

13 2004年12月11:05:19 -0800,milkyway< d0 ****** @ hotmail.com>写道:

[snip]

我在这里试了一下:

http://www.peterbailey.net/fValidate/

但在实施过程中遇到了一些问题; - (



我很高兴。提供超过50KB的代码来验证一些表格
控件是愚蠢的。

我见过Dreamweaver中的那个,但我没有使用这个包。



我看过Dreamweaver生成的大部分代码都是垃圾。我会<如果表单验证的东西更好的话会感到惊讶。

还有什么可以使用吗?



什么是你真的试图验证?使用小而有效的东西更为明智。

任何帮助,提示或建议都会受到赞赏; - )

关于其他主题,请发布到适当的新闻组。这个解决方案与Java无关,ciwah处理在Web上创作HTML而不是脚本。

后续设置为cljs。




当javascript包含在


< link rel ="脚本中时;类型= QUOT;文本/ JavaScript的" href =" URI / xxx.js">


< LINK REL =" STYLESHEET" TYPE =" TEXT / JAVASCRIPT" HREF =" classes.jss">


标记,然后javascript只在客户端上存在一次。




http:// www。 iota-six.co.uk/html/14_jss.htm


搜索ctrl f''链接''


-

Heiner Kuecker

互联网: http: //www.heinerkuecker.de http://www.heiner-kuecker.de

JSP WorkFlow PageFlow页面流程FlowControl导航: http://www.control-and-command.de

Java表达式公式解析器: http://www.heinerkuecker.de/Expression.html

CnC模板技术 http://www.heinerkuecker.de/Expression.html#templ


Hello,

Is there a good validation package out there that can be used with
javascript? I have tried the one here:

http://www.peterbailey.net/fValidate/

but had some problems implementing it ;-(

I have seen the one from Dreamweaver but I am not using this package.

Is there anything else out there that one can use?
Any help, hints or advice would be appreciated ;-)

TIA

解决方案

On 13 Dec 2004 11:05:19 -0800, milkyway <d0******@hotmail.com> wrote:

[snip]

I have tried the one here:

http://www.peterbailey.net/fValidate/

but had some problems implementing it ;-(
I''m somewhat glad. Serving up over 50KBs of code to validate a few form
controls is stupid.
I have seen the one from Dreamweaver but I am not using this package.
Most of the code I''ve seen generated by Dreamweaver is rubbish. I''d be
surprised if the form validation stuff is any better.
Is there anything else out there that one can use?
What are you actually trying to validate? It''s far more sensible to use
something small and efficient.
Any help, hints or advice would be appreciated ;-)



On a different topic, please post to appropriate newsgroups. This solution
has nothing to do with Java, and ciwah deals with authoring HTML on the
Web not scripting.

Follow-ups set to c.l.js.

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.


HI - sorry about the posting. Just still learning all of this.

I am trying to validate data for: strings, numbers, money, social,
phone number, date and zipcode.

I had thought that there would be a way to validate these things on the
client side.

Any ideas?

Kind Regards.


Michael Winter wrote

On 13 Dec 2004 11:05:19 -0800, milkyway <d0******@hotmail.com> wrote:

[snip]

I have tried the one here:

http://www.peterbailey.net/fValidate/

but had some problems implementing it ;-(



I''m somewhat glad. Serving up over 50KBs of code to validate a few form
controls is stupid.

I have seen the one from Dreamweaver but I am not using this package.



Most of the code I''ve seen generated by Dreamweaver is rubbish. I''d be
surprised if the form validation stuff is any better.

Is there anything else out there that one can use?



What are you actually trying to validate? It''s far more sensible to use
something small and efficient.

Any help, hints or advice would be appreciated ;-)



On a different topic, please post to appropriate newsgroups. This solution
has nothing to do with Java, and ciwah deals with authoring HTML on the
Web not scripting.

Follow-ups set to c.l.js.

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.



When the javascript is included with the

<link rel="script" type="text/javascript" href="URI/xxx.js">

<LINK REL="STYLESHEET" TYPE="TEXT/JAVASCRIPT" HREF="classes.jss">

Tag, then the javascript exists only one time on the the client.

see at

http://www.iota-six.co.uk/html/14_jss.htm

search over ctrl f ''link''

--
Heiner Kuecker
Internet: http://www.heinerkuecker.de http://www.heiner-kuecker.de
JSP WorkFlow PageFlow Page Flow FlowControl Navigation: http://www.control-and-command.de
Java Expression Formula Parser: http://www.heinerkuecker.de/Expression.html
CnC Template Technology http://www.heinerkuecker.de/Expression.html#templ


这篇关于良好的验证包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆