특정부분만 뽑아내기 정보
특정부분만 뽑아내기본문
<div style="position:relative; width:100px; height:75px; float:left">
<img src="http://5389.cbr.com/2008/0111/10025992420080111214122.jpg" width="100px" height="75px" onError="this.src='http://image.cbr.com/imag/default_sum.gif'">
</div>
<div style="position:relative; float:left; margin-left:0.5em">
<b><font style="font-size:13px; font-family:돋움; color:#555555; text-decoration:none">곰인코더 ㅗ^^ㅗ</font></b>
</a>
</div>
위와 같이 쓴 글에서...
http://5389.cbr.com/2008/0111/10025992420080111214122.jpg
부분만 따로 뽑아서 저장하는 방법은 없나요???
함수를 찾아보아도 함수로는 안되는 것 같던데요...
부탁드립니다..
<img src="http://5389.cbr.com/2008/0111/10025992420080111214122.jpg" width="100px" height="75px" onError="this.src='http://image.cbr.com/imag/default_sum.gif'">
</div>
<div style="position:relative; float:left; margin-left:0.5em">
<b><font style="font-size:13px; font-family:돋움; color:#555555; text-decoration:none">곰인코더 ㅗ^^ㅗ</font></b>
</a>
</div>
위와 같이 쓴 글에서...
http://5389.cbr.com/2008/0111/10025992420080111214122.jpg
부분만 따로 뽑아서 저장하는 방법은 없나요???
함수를 찾아보아도 함수로는 안되는 것 같던데요...
부탁드립니다..
댓글 전체
<img src="http://~~~" id='img'>
<script>
alert(document.getElementById('img').src);
</script>
<script>
alert(document.getElementById('img').src);
</script>