Click here to Skip to main content
15,889,878 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How can we prevent Search Engines Caching or indexing ? Pin
Mohammad Dayyan14-Oct-08 23:17
Mohammad Dayyan14-Oct-08 23:17 
QuestionIE7 rendering bug Pin
Christian Graus1-Oct-08 15:35
protectorChristian Graus1-Oct-08 15:35 
QuestionHow to Avoid session Pin
suresh_0011-Oct-08 12:03
suresh_0011-Oct-08 12:03 
AnswerRe: How to Avoid session Pin
Christian Graus1-Oct-08 15:13
protectorChristian Graus1-Oct-08 15:13 
AnswerRe: How to Avoid session Pin
Jaffer Mumtaz2-Oct-08 0:33
Jaffer Mumtaz2-Oct-08 0:33 
GeneralRe: How to Avoid session Pin
Christian Graus2-Oct-08 0:54
protectorChristian Graus2-Oct-08 0:54 
QuestionA DHTML question ? Pin
Mohammad Dayyan1-Oct-08 11:32
Mohammad Dayyan1-Oct-08 11:32 
AnswerRe: A DHTML question ? Pin
Shog91-Oct-08 11:50
sitebuilderShog91-Oct-08 11:50 
Brute force:
var cells = document.getElementsByTagName("TD");
for (var i=0; i<cells.length; ++i)
   cells[i].style.backgroundColor="orange";
Or some smart use of CSS:
<style>
table.orangeCells { background-color: orange; }
</style>

...

document.getElementById("MDS_Table").className = "orangeCells";



----
You're right.
These facts that you've laid out totally contradict the wild ramblings that I pulled off the back of cornflakes packets.

GeneralRe: A DHTML question ? Pin
Mohammad Dayyan1-Oct-08 12:00
Mohammad Dayyan1-Oct-08 12:00 
Questioni need a simple piece of code [modified] Pin
brimbis1-Oct-08 7:15
brimbis1-Oct-08 7:15 
AnswerRe: i need a simple piece of code Pin
User 17164921-Oct-08 8:06
professionalUser 17164921-Oct-08 8:06 
GeneralRe: i need a simple piece of code Pin
brimbis1-Oct-08 9:21
brimbis1-Oct-08 9:21 
QuestionJavaScript using Client-Side FSO CopyFile Pin
jonatec1-Oct-08 5:08
jonatec1-Oct-08 5:08 
AnswerRe: JavaScript using Client-Side FSO CopyFile Pin
Ashfield2-Oct-08 3:47
Ashfield2-Oct-08 3:47 
GeneralRe: JavaScript using Client-Side FSO CopyFile Pin
jonatec2-Oct-08 6:07
jonatec2-Oct-08 6:07 
GeneralRe: JavaScript using Client-Side FSO CopyFile Pin
Ashfield2-Oct-08 8:36
Ashfield2-Oct-08 8:36 
QuestionPDF content not rendering Pin
kc_krishnan30-Sep-08 22:56
kc_krishnan30-Sep-08 22:56 
AnswerRe: PDF content not rendering Pin
kc_krishnan1-Oct-08 4:59
kc_krishnan1-Oct-08 4:59 
QuestionASP .net app, and server side assembly that needs to read an XSL resource Pin
Braulio Dez30-Sep-08 19:57
Braulio Dez30-Sep-08 19:57 
QuestionHow to update a HTML textbox from a 'C' executable running in the background Pin
sccjazz130-Sep-08 16:20
sccjazz130-Sep-08 16:20 
AnswerRe: How to update a HTML textbox from a 'C' executable running in the background Pin
sccjazz13-Oct-08 16:02
sccjazz13-Oct-08 16:02 
QuestionInternet explorer and fire fox help :D Pin
JACENZ30-Sep-08 14:06
JACENZ30-Sep-08 14:06 
AnswerRe: Internet explorer and fire fox help :D Pin
Shog930-Sep-08 14:55
sitebuilderShog930-Sep-08 14:55 
QuestionHow to code file handling vb program to c#. Pin
abhichin30-Sep-08 8:50
abhichin30-Sep-08 8:50 
QuestionConditional operators Pin
t7bros30-Sep-08 3:51
t7bros30-Sep-08 3:51 

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.