User Profile

Collapse

Profile Sidebar

Collapse
rajeshbhatiya
rajeshbhatiya
Last Activity: Jul 27 '07, 10:36 AM
Joined: Jul 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rajeshbhatiya
    replied to java script for url validation
    [CODE=javascript]if(document.frm Register.WebSit e.value!="")
    {
    if (document.frmRe gister.WebSite. value.indexOf ('www', 0) == -1 || document.frmReg ister.WebSite.v alue.length < 10)
    {
    if(document.frm Register.WebSit e.value.indexOf ('.com', 0) == -1 || document.frmReg ister.WebSite.v alue.length < 10)
    {
    alert ("Enter a valid URL")
    document.frmReg ister.WebSite.f ocus();...
    See more | Go to post

    Leave a comment:


  • rajeshbhatiya
    replied to java script for url validation
    plese set fields
    [CODE=javascript]if(document.frm Register.WebSit e.value!="")
    {
    if (document.frmRe gister.WebSite. value.indexOf ('www', 0) == -1 || document.frmReg ister.WebSite.v alue.length < 10)
    {
    if(document.frm Register.WebSit e.value.indexOf ('.com', 0) == -1 || document.frmReg ister.WebSite.v alue.length < 10)
    {
    alert ("Enter a valid URL")...
    See more | Go to post
    Last edited by gits; Jul 27 '07, 10:56 AM. Reason: added CODE tags

    Leave a comment:

No activity results to display
Show More
Working...