in reply to Need to use Javascript function in Code

I have several web applications that I resize the window on also. I use an onClick resize when the window opens but I also use an onLoad to resize the loading page. That way if another developer wants to create a link to the script and they forget to resize with the OnClick, you know that the page will resize itself. Resizing when the page loads initially opens a normal size window but then resizes when the javascript executes.
Daniel
  • Comment on Re: Need to use Javascript function in Code