|
-
Jan 29th, 2009, 04:48 AM
#17
Re: Webbrowser
 Originally Posted by garylazz
If you load the page, and scroll to the bottom you will see an 'Exoclick' add. Your code doesnt load the links to do with this add.... is this because it is text/javascript?
Is it possible to get the refs to these adds?
Yes, that is the reason. You asked for links. That is not a link. A link is an element that begings with <a.... and ends with </a> tags.
Yes it is possible to pull these out. It just requires additional search loops. It would appear in the list box as this:
<script type="text/javascript" src="http://syndication.exoclick.com/ads.php?type=260x340-thumbs&login=searchportal&cat=311&search=&ad_title_color=000000&bgcolor=FFFFFF&border=1&border_color =000000&font=&block_keywords=&ad_text_color=000000&adult=0&sub=&text_only="></script>
Is this what you want? It will not be pulled out as the three seperate clickable links you see in the box area and I am not even sure once it is extracted out you could even click on it in the same sense as you can click on an actual hyperlink because those three ads you see are generated by the Java script and to do so you would have to execute the Java script code to generate those adds and that is a horse of another color.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|