View Single Post
Old 11-20-2005, 07:59 PM   #2 (permalink)
ez2c
Member
 
Join Date: Aug 2005
Location: Texas
Posts: 40
Default

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 is offline   Reply With Quote
Sponsored Links