Hello:

I want to thank all that reply.

I have finally got a Command button (Activex) on one of my ASP pages. Here is all I am trying to do. When the command button is clicked I want it to goto another ASP page. Here is my code.

<Script Language="VBScript">
Sub Commandbutton1_Click

end sub
</Script>

I have tried. <a href="srchtitles.asp"</a> this does not work. Can someone point me in the right direction?

Thanks
David M. Camp