Search:
Type: Posts; User: dr_pompeii
Search :
Search took 0.01 seconds.
My point was about avoid to let the user know information about what logic or type of validation are working, perhaps I wrote a bad regex control (we are human) and hey could take advantage of this,...
Thanks for the reply
I didnt realize about that
Could be, but I wrote this question due security reasons, thats all, like regex and special validation control, I want avoid give an idea...
Hello Guys
I have a Web application and the web resources like jss,css,jquery files are located outside of the WEB-INF directory (Java application) and if some user or hacker change the URL...
Hello Guys
Could you share your best recommendation for free Obfuscator tools for javascript and jquery/css?
I have a Java Web application and the web resources like jss,css,jquery files are...
Dear Members
I need valuable suggestions, could you share please some tools (free)
that let me create easily menus for web environments? based on CSS/JS
Something like this OpenCube
Thanks...
Dear members
i have this part of code in some jsp file
<td><input type="text" id="preciounitarioventa"
value="${articulo.precioUnitario}" size="15"
...
thanks the reply
thats right, but for a application for a intranet the user is already adviced
and how a page like amazon can avoid this situation?
in the sentide of avoid that the...
Helo guys
thanks for the replies
thats right, but for a application for a intranet and i am using Spring Web Flow
the user can forget and close some window while the process it still alive
...
what about of download helper a plugin for firefox
it can be avoid it too?
Dear members
is a easy and smart way to disabled wih function all the F# keys (special F5)
with js?
some library of your preference?
thanks in advanced
Dear members
i am in a hard situation
normaly in a web browser(in my case for opera), well the main window and even the popups
has in the upper right corner 3 buttons, my problem is the...
hello guys i have almost 100 jsp/html files
that it use 3-4 js files, each of them has more of 2000 lines of code
i want split code of these 3-4 js files to the necessary new files maybe (10...
god bless you
thanks its works :)
regards and best wishes
yep
i thought that the pattern should be easy
onblur option i dont like, the last line of defense should be the onSubmit
thanks for your time friend
Hello scragar
and thanks for the reply
//onkeypress="return quiremisionA(this.onkeypress.arguments[0], this.value);"
function quiremisionA(e,str){
var key = window.event ? e.keyCode :...
Hello
thanks for the reply again, well your regex expresion works for the second part of my problem, thanks
the onSubmit validation
function validator(){
var x =...
Hello scragar
thanks for the reply, well it doesnt works yet
if i think to use your regex pattern for a validation after that user filled the textfield (onSubmit control) well
function...
hello guys
in the next code below
the user for a text field can write characters
(one by one of course)
to fill this format ###-#######
function numeroguiaremisioncontrol(e,str){
thanks for the reply
it works!!!
but i have a correction
var myregex = new RegExp("^(\\d|$){3}(-|$)(\\d|$){7}$","g");
check it that is \\ <--- twice
Hi Dok
thanks for the reply
it doesnt work yet :(
function numerofacturacontrol(e,str){
var key = window.event ? e.keyCode : e.which;
Hello guys
i need validate this format ###-####### (where # is a number of course)
like
123-1234567
001-5469898
when the user fills the field
the point is i have this and doesnt work yet
hi Arty
god bless you :), works!
regards!
hello artemis
try it in opera or firefox, doesnt work, only work in IE
if i am wrong
copy here a simple sample for a link with
<html>
hello guys
i have asimple question
pls see this code below
var myregex = new RegExp("[a-z A-Z ñ Ñ 0-9 / ( ) \\- ]");
wondered why in the range a-z and A-Z the charecters in the bold part...
thanks for all
i am testing your way and works
thanks!