Click here to Skip to main content
15,921,643 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Clearing the Screen Pin
Guffa8-Oct-05 1:03
Guffa8-Oct-05 1:03 
AnswerRe: Clearing the Screen Pin
moggers698-Oct-05 16:35
moggers698-Oct-05 16:35 
GeneralRe: Clearing the Screen Pin
moggers698-Oct-05 18:37
moggers698-Oct-05 18:37 
GeneralRe: Clearing the Screen Pin
Guffa9-Oct-05 2:04
Guffa9-Oct-05 2:04 
AnswerRe: Clearing the Screen Pin
moggers6912-Oct-05 17:28
moggers6912-Oct-05 17:28 
AnswerRe: Clearing the Screen Pin
T1TAN11-Oct-05 2:47
T1TAN11-Oct-05 2:47 
AnswerRe: Clearing the Screen Pin
moggers6912-Oct-05 17:25
moggers6912-Oct-05 17:25 
GeneralRe: Clearing the Screen Pin
T1TAN12-Oct-05 20:56
T1TAN12-Oct-05 20:56 
Hm.. I'm not sure this will work, but you might try it anyway:

<table id="the_table"><br />
-your stuff inside-<br />
</table>


and in JS, maybe you could do something like:

document.getElementById('the_table').innerHtml = "";

and then start writing in it again, with something like:

document.getElementById('the_table').innerHtml += "<tr><td>stuff</td></tr>";

It's just a theory, but do let me know if it worksCool | :cool:

---
http://sprdsoft.cmar-net.org - We Sprd You Softly
Our site features contents and several images. All of this is very weird.
http://sprd.12.forumer.com
Our forum features..err..nothing. You're welcome to contribute.

In the end, war is not about who's right, it's about who's left.
AnswerTHANKS 2 ALL Pin
moggers6920-Oct-05 1:30
moggers6920-Oct-05 1:30 
QuestionHow to Highlight the items in listbox in javascript? Pin
bin_bin17-Oct-05 9:04
bin_bin17-Oct-05 9:04 
QuestionError using the Web Site Administration Tool Pin
Anonymous7-Oct-05 7:03
Anonymous7-Oct-05 7:03 
QuestionUnable to script library Pin
Chiari6-Oct-05 17:56
Chiari6-Oct-05 17:56 
AnswerRe: Unable to script library Pin
Gavin Jeffrey6-Oct-05 22:40
Gavin Jeffrey6-Oct-05 22:40 
GeneralRe: Unable to script library Pin
Chiari9-Oct-05 15:17
Chiari9-Oct-05 15:17 
QuestionSession time out Pin
Chiari6-Oct-05 17:14
Chiari6-Oct-05 17:14 
AnswerRe: Session time out Pin
Gavin Jeffrey6-Oct-05 23:36
Gavin Jeffrey6-Oct-05 23:36 
GeneralRe: Session time out Pin
Guffa8-Oct-05 1:16
Guffa8-Oct-05 1:16 
AnswerRe: Session time out Pin
Guffa8-Oct-05 1:15
Guffa8-Oct-05 1:15 
GeneralRe: Session time out Pin
Chiari9-Oct-05 15:22
Chiari9-Oct-05 15:22 
GeneralRe: Session time out Pin
Guffa9-Oct-05 22:30
Guffa9-Oct-05 22:30 
QuestionWeb based active directory login Pin
hbwelsh6-Oct-05 9:58
hbwelsh6-Oct-05 9:58 
AnswerRe: Web based active directory login Pin
Gavin Jeffrey6-Oct-05 22:52
Gavin Jeffrey6-Oct-05 22:52 
QuestionCatching Iframe events Pin
Anonymous6-Oct-05 0:19
Anonymous6-Oct-05 0:19 
AnswerRe: Catching Iframe events Pin
Guffa6-Oct-05 0:29
Guffa6-Oct-05 0:29 
GeneralRe: Catching Iframe events Pin
iAtreyu6-Oct-05 3:52
iAtreyu6-Oct-05 3:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.