Login | |
|
 |
RE: How to add HTML table with XML. - 9/27/2005 5:47:14 AM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
Hiya, from a HTML point of view it would be: code: [...] CSpace.EnableEvents = False CSpace.Load "http://abc/MakeChart.asp?Category=" & cboCategory.options(n).Text CSpace.EnableEvents = True divTxt.innerHTML = "<table><th>Information</th><tr><td>" & CSpace.MoreInfoHere & "</td></tr></table>" CSpace.Width = 600 CSpace.Height = 400 CSpace.Refresh [...] html: <DIV ID="divTxt"></DIV> <!-- create empty DIV b/c it will be dynamically filled //-->
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: How to add HTML table with XML. - 9/28/2005 6:01:08 AM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
how does you resultset come about? eather show the output or / and the way of providing the resultset....
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
| |
|
|
 |
|
 |
|
|