What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] Removing tags

[help] Removing tags
Author: Message:
grae
New Member
*


Posts: 2
Joined: Jun 2006
O.P. [help] Removing tags
"8><li value=8 id=d360284>some text some text ..."


I am getting a text from an url like seen above, I want to remove the tags before the text. The "value" and "id" numbers are variable, so I made this code for this..

kokentry is the text.


basla = kokentry.indexOf("<li value=");
bit = kokentry.indexOf(">",basla);
kokentry = kokentry.remove(0, bit);


But it gives me an error at the line 3: "The object does not support this property or method."

I don't know what to do.
06-28-2006 03:21 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] Removing tags - by grae on 06-28-2006 at 03:21 PM
RE: [help] Removing tags - by Mnjul on 06-28-2006 at 03:51 PM
RE: [help] Removing tags - by grae on 06-28-2006 at 04:36 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On