Hi,
I like to put a part of a page in a string using DOM javascript.
Suppose I have the following html page
Code:
<html>
<head>
</head>
<body>
<div class='content'>
<h1>text</h1>
<p>even more text</p>
bla bla bla
<div>
<body>
</html>
now I would like to put all html inside the div tags inside a string.
The html in the string would be
Code:
<h1>text</h1>
<p>even more text</p>
bla bla bla
Can anyone help me with this.
Thnx
__________________________________________________ ________
This is my junk I'm gona eat it