writing embeded HTML

  • Thread starter Thread starter King Coffee
  • Start date Start date
K

King Coffee

Hi,

I have a file which contain HTML code. I also have a parent HTML file. I
want the parent to be able to write the file what contains HTML to the
screen and I want IE to process the embed HTML to the screen. How can I do
this?

King
 
I think I found the proper HTML command, Response.WriteFile(). If you still
have any other suggests please post them.

King
 
I'm sorry, that command isn't quite adequate. I need to embed the code in
the meddle of the parent text stream.

King
 
Back
Top