Click here to Skip to main content
15,918,193 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Javascript problem, please help Pin
Edbert P13-Oct-05 18:00
Edbert P13-Oct-05 18:00 
QuestionClearing the Screen Pin
moggers697-Oct-05 17:35
moggers697-Oct-05 17:35 
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 
I'm not sure if I understand the problem correctly but here goes my 2c Cool | :cool:

You could put the whole page in a <table> like this:

<body><br />
<table id="some_name"><br />
put your stuff here in tr/td..<br />
</table><br />
</body>


and in JS, just do something like

getElementById('some_name').visible = false;

That should do it..

---
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.
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 
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 

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.