Problem substituting CSS for frames

I have a website in which I link a real estate idx search engine using a frame. I want to change this to CSS to get the website ready for XHTML strict, but I have been unable to get the page loaded.

The page to be loaded ishttp://tarmls.rapmls.com/scripts/mgrqispi.dll?APPNAME=Tucson&amp;PRGNAME=MLSLogin&amp;ARGUMENT=6mNQtqRwUcziNf%2BGEU9r3A%3D%3D. Part of the problem is that it isn't an html page: it is a compiled dll. Can that be loaded using <object>? I've tried and so far I'm unsuccessful. Thanks for any response.

Scott

[851 byte] By [scottgibson] at [2008-2-17]
# 1

A compiled dll would need to be installed on teh client machine and registered as an ActiveX control that is signed and safe for scripting in order for it to be instantiated on the client machine. It sounds as if you want to run it on the server though so your question may be better targeted in one of the ASP forums.

Thanks
-Dave

DaveMassy at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Web Development...