destroyblaze
01-29-2012, 02:40 AM
Hi guys,
Bit of a complicated question, so be prepared...
Ok, so what I am doing is I am creating a box which will have input into it. I want there to be a side panel to the box, which has multiple options such as:
* Option 1
* Option 2
* Option 3
* Option 4
each option will bring in a new html file of text into the message box. Here is an example of the box I want to bring the files into.
<html>
<body>
<div style="height:270px;width:600px;overflow:scroll;">This is where the html files are loaded into</div>
<p style="font-size:10px;">
</body>
<html>
If anybody has any ideas please let me know! This has me absolutely stomped. But I know this can definately be done as I done it a couple of years ago for a university project.
Thanks
:D
Bit of a complicated question, so be prepared...
Ok, so what I am doing is I am creating a box which will have input into it. I want there to be a side panel to the box, which has multiple options such as:
* Option 1
* Option 2
* Option 3
* Option 4
each option will bring in a new html file of text into the message box. Here is an example of the box I want to bring the files into.
<html>
<body>
<div style="height:270px;width:600px;overflow:scroll;">This is where the html files are loaded into</div>
<p style="font-size:10px;">
</body>
<html>
If anybody has any ideas please let me know! This has me absolutely stomped. But I know this can definately be done as I done it a couple of years ago for a university project.
Thanks
:D