I have an HTML static page how i can show it in a d开发者_如何转开发iv ?
If you can include jQuery, then the task will be very simple.
$("#your-div-id").load("static.html");
You might want to take a look at this previous question on stackoverflow.
Alternatively, frinity has an easy tutorial on how to do this.
精彩评论