Search within html <body> tags
I need to help create a Page for search like this
http://img844.imageshack.us/img844/3258/lig2.jpg
I have more than 500 html pages , every page contains different codes in between <body></body> tags
like
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>my title</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="style.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="jquery.js"></script>
</head>
<body>
here is the code like 234556 with some other contents
</body>
</html>
when user give input like this
http://img855.imageshack.us/img855/1497/fd7h.jpg
The Search Result Should Come out like this
http://img834.imageshack.us/img834/982/tl4y.jpg