Reply
Select title of the link
Old 03-07-2007, 12:47 PM Select title of the link
Novice Talker

Posts: 6
Name: Ivan Varga
I need help !

I need to select everything that is between the <a ... > and the </a> tags on a certain webpage. Any help?

(or even between <a and </a> tags)
__________________
Proud owner of http://www.blog-stuff.net
jaffarbp is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 03-07-2007, 02:08 PM Re: Select title of the link
Insensus's Avatar
Ultra Talker

Posts: 275
Name: Mark Stegeman
Location: Netherlands, Europe
Code:
<a id="test">Content</a>
<script language="javascript">
document.write(document.getElementById('test').innerHTML) // 'Content'
</script>
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
Insensus is offline
Reply With Quote
View Public Profile
 
Old 03-07-2007, 05:04 PM Re: Select title of the link
Novice Talker

Posts: 7
Same as above should be ok
dietcoke is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Select title of the link
 

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12371 seconds with 12 queries