View Single Post
Old 02-14-2008, 01:22 AM   #34
MrPib
Junior Member
MrPib has learned how to buy an e-book online
 
Posts: 9
Karma: 96
Join Date: Aug 2007
Device: none
Just for giggles, I changed

Code:
<function id="doCenter">
this.doCenterF();
</function>
to

Code:
<function id="doSize">
this.doCenterF();
</function>
and it works -- using the Size button instead of Enter, of course.
MrPib is offline   Reply With Quote