that was my whole point. Your code will not work in my case. Thats why I was asking whether the jsp/html DOM would know and is there a way to get to that? (I dont exactly know what these are but am just guessing, would be more than willing to learn more)
thanks Dan. Nope the page is not fully loaded.
while the page is being rendered the first time when the servlet is called some text is flushed into the page which which force the page to reload thus calling the servlet again. In the servlet service method I have the logic to differentiate...
thanks kaht, I tried the way you suggested but with no avail. I do not have the luxury to get the ht and wth with the click of a link rather I have a servlet thats called twice when page tries to render a cell. The first time the cell is rendered I try to get the offsetWidth and height but the...
I've seen that setting thats evaluated to another value does not work in IE.
just wondering does this work?
var x = eval(the_form);
var y = eval(form_element);
document.x.y.value += thecode;
hi,
I am creting a flash image in a <td>. The width and height of the td is not specified since my flash image has a size and it is rendered in that cell with its specified dimension. Flash resizes itself when the browser size is changed (which is quite natural and is intended to work that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.