IE7 - Anyway to override a page that dosent let you resize?

aphex

Moderator<br>All Things Apple
Moderator
Jul 19, 2001
38,572
2
91
I am using an online based flash website to answer some practice questions. Problem is, I have so many of them to do, my eyes get tired from reading the small text day in and out.

I noticed that IE7 can expand the flash itself, 150%, 175%, 200% etc... Problem is, the window it loads up in has resizing disabled. So although I can see the entire program as if zoomed in, I can't resize the window to make it all fit, so I have to scroll around constantly.

Is there a way to override the resizing control in IE7? I assume its javascript that is locking the controls, but im not 100% sure.
 

aphex

Moderator<br>All Things Apple
Moderator
Jul 19, 2001
38,572
2
91
I can view source on the page that launches the flash based application....

It shows;

<input type="submit" name="dgUserContent:_ctl2:btnLaunchContent" value="Launch App" id="dgUserContent__ctl2_btnLaunchContent" onclick="window.open('AppLaunch.aspx?str=StudySmart',null,'height=600, width=800,status= no, resizable= no, scrollbars=no, toolbar=no,location=no,menubar=no ');" style="width:100px;" />
 

aphex

Moderator<br>All Things Apple
Moderator
Jul 19, 2001
38,572
2
91
HAH! Nevermind, just cut and pasted the website where the flash was located into a new browser window without using the launch button, DUH!