I am having issues with window.resizeTo() javascript call in Chrome. Here is a small snippet that doesn't work in Chrome.
<html> <script TYPE="text/javascript" LANGUAGE="javascript"> window.resizeTo(100,200); </script> </html> When this html is opened from Safari, Firefox or windows it opens up a Window of size (100, 200). However on Chrome this does not have any effect. Is this a known issue ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
