alaios
02-26-2003, 09:37 AM
hi i have create this code for url verification
can u help me to test it?
isUrl = /(http\:\/\/www\.\w+\.\w+$)/;
Also help me to fix this problem
http://www.in.gr (is ok)
http://utopia.gr (not ok)
http://www._.gr (not ok)
http://www.utopia.cs.teiath.gr (not ok)
can u help me to test it?
isUrl = /(http\:\/\/www\.\w+\.\w+$)/;
Also help me to fix this problem
http://www.in.gr (is ok)
http://utopia.gr (not ok)
http://www._.gr (not ok)
http://www.utopia.cs.teiath.gr (not ok)