I have an HTML static page how i can show it in a div ?
A:
You might want to take a look at this previous question on stackoverflow.
Alternatively, frinity has an easy tutorial on how to do this.
sthg
2009-11-04 09:20:32
+1
A:
If you can include jQuery, then the task will be very simple.
$("#your-div-id").load("static.html");
Makram Saleh
2009-11-04 09:39:16