Ensure that you are having the Activexviewer.cab in the path where you are having the smartvieweractivex.asp(the content you gave here will be present in the asp file i mentioned.)
Search for the Activexviewer.cab in your m/c and copy it in asp file path.
also change the following line,
WIDTH="100%" HEIGHT="99%"
CODEBASE="/Viewers/ActiveXViewer/activexviewer.cab#Version=8,0,0,371" VIEWASTEXT>
to
WIDTH="100%" HEIGHT="99%"
CODEBASE="activexviewer.cab#Version=8,0,0,371" VIEWASTEXT>
Now you launch it wll work.
|