Hi,
I am using MasterPages with ASP.NET. The main contstruct of my MasterPage is a table providing a header, menu panel, main content and footer. I would like the table to at least fill the whole screen height. I've found (thru Google) a way of determining the screen height. The only way I can adjust the height of the table is to do it from a Javascript function which is called from the Code-Behind Page_Load. All attempts doing this purely by Javascript have failed. Trouble is that this Code-Behind / Javascript solution stops the javascript alert (pop-up) function working. Would really appreciate some advice on this. Haven't included any code here in case this is a recognisable problem, but am happy to do so. Have done decades of client-server development but first time into proper web development.
Thanks,
UJD.