Hey you do not have someone code to search elements on a web page?
I need code to find and call the first three elements ...
On the site there may be more but I need only the first three.
In <div class="wherebuy" onclick=""> <p class="price"><strong> <a href="http://www.blabla.com/" class="pricen" target="_blank"> 889 Kč
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title>
</title>
</head>
<body>
<div class="wherebuy" onclick="">
<p class="price"><strong>
<a href="http://www.blabla.com/" class="pricen" target="_blank">889 Kč</a></strong>
</p>
<p class="butt">
<a href="http://www.blabla.com/" class="buy-butt">
<span>Do obchodu
</span></a>
</p>
<p class="shop-name">
<a target="_blank" class="link" href="http://www.blabla.com/" onclick="">KSOFT</a>
</p>
</div>
<div class="wherebuy" onclick="">
<p class="price"><strong>
<a href="http://www.blabla.com/" class="pricen" target="_blank">1889 Kč</a></strong>
</p>
<p class="butt">
<a href="http://www.blabla.com/" class="buy-butt">
<span>Do obchodu
</span></a>
</p>
<p class="shop-name">
<a target="_blank" class="link" href="http://www.blabla.com/" onclick="">KSOFT</a>
</p>
</div>
<div class="wherebuy" onclick="">
<p class="price"><strong>
<a href="http://www.blabla.com/" class="pricen" target="_blank">951 Kč</a></strong>
</p>
<p class="butt">
<a href="http://www.blabla.com/" class="buy-butt">
<span>Do obchodu
</span></a>
</p>
<p class="shop-name">
<a target="_blank" class="link" href="http://www.blabla.com/" onclick="">KSOFT</a>
</p>
</div>
</body>
</html>
thx :duck:
I need code to find and call the first three elements ...
On the site there may be more but I need only the first three.
In <div class="wherebuy" onclick=""> <p class="price"><strong> <a href="http://www.blabla.com/" class="pricen" target="_blank"> 889 Kč
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title>
</title>
</head>
<body>
<div class="wherebuy" onclick="">
<p class="price"><strong>
<a href="http://www.blabla.com/" class="pricen" target="_blank">889 Kč</a></strong>
</p>
<p class="butt">
<a href="http://www.blabla.com/" class="buy-butt">
<span>Do obchodu
</span></a>
</p>
<p class="shop-name">
<a target="_blank" class="link" href="http://www.blabla.com/" onclick="">KSOFT</a>
</p>
</div>
<div class="wherebuy" onclick="">
<p class="price"><strong>
<a href="http://www.blabla.com/" class="pricen" target="_blank">1889 Kč</a></strong>
</p>
<p class="butt">
<a href="http://www.blabla.com/" class="buy-butt">
<span>Do obchodu
</span></a>
</p>
<p class="shop-name">
<a target="_blank" class="link" href="http://www.blabla.com/" onclick="">KSOFT</a>
</p>
</div>
<div class="wherebuy" onclick="">
<p class="price"><strong>
<a href="http://www.blabla.com/" class="pricen" target="_blank">951 Kč</a></strong>
</p>
<p class="butt">
<a href="http://www.blabla.com/" class="buy-butt">
<span>Do obchodu
</span></a>
</p>
<p class="shop-name">
<a target="_blank" class="link" href="http://www.blabla.com/" onclick="">KSOFT</a>
</p>
</div>
</body>
</html>
thx :duck: