Thread
:
strip character from javascript form data
View Single Post
11-20-2005, 07:59 PM
#
2
(
permalink
)
ez2c
Member
Join Date: Aug 2005
Location: Texas
Posts: 40
Hello -
Just a guess here based on my js experience try this:
add the escape character (\) in front of the period:
pStrip = ip.replace(/\./g,"");
hope that helps ya
ez2c
View Public Profile
Send a private message to ez2c
Find More Posts by ez2c
Sponsored Links