Click to See Complete Forum and Search --> : NOSCRIPT tag - how I can implement if... then... else logic?


gregaizi
04-06-2007, 05:32 AM
Hello all,

I want different html code depending on availability of javascript.

I tryed to put <noscript></noscript> tags before anything else and put inside </body></html> closing tags,
but IE 7 shows both html code anyway.

How I can implement if-the-else logic in HTML?

gregaizi
04-06-2007, 05:40 AM
I've found the solution.
The javascript code has to create its part of html code dynamically.
Thank you all.