DigitalBoy
Programmer
Fellow Developers:
Here is a small problem that I am working on right now. If anyone has any quick solutions, please let me know. Thanks.
GOAL - Create code that will take a variable(s) and dynamically write them as the contents of a table cell. For example, consider the following:
.
.
<tr>
<td><b>[DYNAMICALLY GENERATED ASCII TEXT]</b></td>
</tr>
.
.
PROBLEM - I know that once you close the stream to a client, the page can no longer be written to (at least in JS1.2 which is what I must adhere to.) So how would something like this be done? Oh, I forgot to mention: I am using this same code to control the same app on a different platform that DOES permit post-close screen drawing, so I have to take both situations into account.
- DB Web Developer
Digital Video Arts, LTD.
AIM: dgtlby
ICQ: 68300740
Here is a small problem that I am working on right now. If anyone has any quick solutions, please let me know. Thanks.
GOAL - Create code that will take a variable(s) and dynamically write them as the contents of a table cell. For example, consider the following:
.
.
<tr>
<td><b>[DYNAMICALLY GENERATED ASCII TEXT]</b></td>
</tr>
.
.
PROBLEM - I know that once you close the stream to a client, the page can no longer be written to (at least in JS1.2 which is what I must adhere to.) So how would something like this be done? Oh, I forgot to mention: I am using this same code to control the same app on a different platform that DOES permit post-close screen drawing, so I have to take both situations into account.
- DB Web Developer
Digital Video Arts, LTD.
AIM: dgtlby
ICQ: 68300740