hi how to display file contents inside the <Div> tag.help me plz.
hi how to display file contents inside the <Div> tag.help me plz.
1. Place an IFrame inside a DIV block
2. Refer the required file through IFrame
Something like the following
The height and width of the Iframe can be directly mapped to the height and width of the div block in which you place the iframeCode:<div> <iframe src="yourpage.htm" height="500" width="760" frameborder="0" id="ifr" name="ifr" scrolling="auto"></iframe> </div>
Last edited by codeexploiter; 04-26-2007 at 05:42 AM. Reason: more details
Or, better, use a server-side script. Requires your server to have one installed and enabled, though.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks