Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vtatta

  1. vtatta

    size of a cell.

    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)
  2. vtatta

    size of a cell.

    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...
  3. vtatta

    size of a cell.

    any suggestions ?? regards.
  4. vtatta

    size of a cell.

    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...
  5. vtatta

    passing form elements to function as parameter

    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;
  6. vtatta

    size of a cell.

    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...

Part and Inventory Search

Back
Top