spivey 0 Newbie Poster

I am working on a mobile site for my library and want to include an mobile version of our catalog. But our catalog provider doesn't have a mobile version. I tried PHP scrapes, but the way the catalog handles session info made it impossible to return more than one page of results.

I thought of placing the catalog in an iframe area and simply disabling the CSS. I have the web developer toolbar and when I click "disable styles" that's basically what I want. Can I write a script that will do this within an iframe?