Forum Moderators: open
An alternative to CreateObject is to use the OBJECT tag:
<OBJECT RUNAT=Server SCOPE=Session ID=MyConn
PROGID="ADODB.Connection">
</OBJECT>
If your provider isn't letting you use custom controls, it's definitely time to find another! Even the $4.95 a month sites let you use built-in controls.
S
What exactly is it you are trying to do?
Have the ability for users to search my site via my custom search engine.
----
The only time you need CreateObject is when you wish to use custom objects.
Do you need custom objects for to have a custom search engine.
----
Custom
By custom a mean a search engine which does not need google site search to run.
----