Debt Consolidation - Debt Consolidation - Find jobs - Air Jordans - Property in Dubai

PDA

View Full Version : Javascript to Remove URL tags


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>