Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Other Programming - Perl, C++, Java, ASP, .NET Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 09-10-2006, 09:14 PM   #1 (permalink)
matt3830
Junior Member
 
Join Date: Sep 2006
Posts: 1
Default Need Help - Javascript to Remove URL tags

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>
matt3830 is offline   Reply With Quote
Sponsored Links
Old 10-23-2006, 04:15 AM   #2 (permalink)
BurgerKing
Junior Member
 
Join Date: Oct 2006
Posts: 5
Default Re: Need Help - Javascript to Remove URL tags

Just use the .replace function to remove the url tags.

Code:
<script> var testurl='[u#rl]hello.com[/u#rl]'; testurl = testurl.replace(/\[u#rl\]/g,''); testurl = testurl.replace(/\[\/u#rl\]/g,''); document.write(testurl); </script>

Note, remove the #s from the code. I have to insert them because I have less than 5 posts, so can't post a url tag (even in code!).

Cheers.
BurgerKing is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 07:17 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums