Can anyone Help me to do this, what I want do is.
Replace this line:
Code: Select all
<div class="uniquevalue">Code: Select all
<div class="uniquevalue" style="border:1px solid #ccc">Code: Select all
<html>
<head>
//some javascript code to replace the line
</head>
<body onload="replacetext();">
<div class="uniquevalue"> //line to be changed
//some content
</div>
</body>
<html>Thank you.