|
-
Nov 3rd, 2001, 06:31 PM
#1
Thread Starter
Addicted Member
Javascript Tool
Does anyone know of a utility that will rewrite an html page in javascript example:
html:
<body>
<b>some text here</b>
<hr>
<b>some more text</b>
</body>
javascript:
document.write('<body>');
document.write(' <b>some text "here"</b>');
document.write(' <hr>');
document.write(' <b>some more text</b>');
document.write('</body>');
Jeremy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|