![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Mar 2011
Posts: 111
Thanks: 5
Thanked 12 Times in 8 Posts
|
Guys need help: I am doing CPV and I use a html code to resize my CPV popups to max size: <html> <title>Move, Resize</title> <body bgcolor="#FFFFFF"> <script language="JavaScript"> function movesize() { window.moveTo(0,0) window.resizeTo(screen.availWidth,screen.availHeig ht); } --> </script> <br> Click <a href="javascript:movesize();">here</a> to test. </body> </html> And It is working good when I use it onclick on img, BUT only in IE and Firefox. It doesnt work in Chrome and Opera. So guys how to solve the resize problem in this browsers please give the solution! |
| | |
| | |
| | #2 |
| HyperActive Warrior Join Date: Mar 2011
Posts: 111
Thanks: 5
Thanked 12 Times in 8 Posts
|
Guys maybe ANY ideas ??? |
| | |
| | |
![]() |
|
| Tags |
| chrome, code, cpv, onclick, opera, popup, resize |
| Thread Tools | |
| |
![]() |