I have revamped my Contact page due to issues with EXTjs 3.0 library’s Window.hide() function bugs.

While all works great in Firefox, IE chokes on javascript…

Update:

   I have resolved the bugs related to the Ext.Window().hide() function. I found that my scoping was lost due to the way I instantiated the function. So, while I am able to once again have the Contact form open up in a “Window,” I feel that most users will appreciate a separate page more… In any case, this method improves load time of my home page since it doesn’t require any javascript…