Replacing a Line
Posted: Tue Jan 18, 2011 1:30 pm
Hi.
Can anyone Help me to do this, what I want do is.
Replace this line:
With:
Here is a example of what I want to do.
By change I don't mean that changing the line which should be seen in the source code. What I want to do is, while page is shown, show the inline css which I've applied.
Thank you.
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.