Marco van Hylckama Vlieg wrote:

Therefore I wonder if anyone knows
a technique (possibly a javascript thing) that can force a re-render of the page after loading. It should not be a
full refresh, just a re-render, like it happens when you resize your browser.

If you just want a resize:

window.onload = function () { window.resizeBy(-1,0); }

HTH!
--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.


****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to