Hi friends, Thanks for the responses. My apologies for the delayed reply. I was not well for the past couple of days. I am afraid that i am not giving you the right direction towards my problem. here i will cut & paste a code.
-----------------------------------------------------
HTML Code:
function avoidchr()
{
if (event.keyCode == 60 || event.keyCode == 62 || event.keyCode == 47)
event.returnValue = false;
}
-------------------------------------------------
please see the out put of the code and i want the outer table (ash color) to be full area of the browser and the inner table (blue one) to be in the middle of the browser.
A couple of options which i have found is
1. remove the Docytpe tag
1. paste this prior version instead of existing one.
But these two are illegal regarding to the W3Standard.
Could you try any other options.
Regards
Anandprakash