Is it possible to embed a html file using javascript?

Aluxian

New member
Is it possible to embed a html file using javascript? I mean a frame. For example, in HTML is used the <frame> tag. But in JS?
And how can I insert this into a x.js file? <a href="#" title="help" target ="_blank"><img src="img.gif" border=0 width="88" height="31"></a>. document.write is not working
 
Back
Top