2002-03-14 12:02:06
Hmmm... here's an idea...
Make a page with links that call the following java script . We use this on our 404 page to open a new window for users looking for old content that generates a 404 error:
<SCRIPT language="java script ">
window.open("http://www.weslow.net/webskin/1/toc.asp","","copyhistory=1,location=1,toolbar=1,menubar=1,scrollbars=1,resizable=1,width=700,height=480");
</SCRIPT>
Of course, replace with your own URL. Primarily what you would want to change is, of course, the width and height. I would set those to various resolutions and just make a page with links that called all of these one by one.
--Vermyndax
|