matt3830
Sep 10th 2006, 3:07 pm
I need a javascript that can remove url tags if they are present. Something like this:
<script>
var url = "the url";
if url contains [ url ] and [ /url ]
{
strip url tags from the url
}
else
{
output the url
}
</script>
<script>
var url = "the url";
if url contains [ url ] and [ /url ]
{
strip url tags from the url
}
else
{
output the url
}
</script>