Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I am writing an HTA application to use as a web browser for our iPac catalog in our public library. We don't want to use Internet Explorer becuase patrons are constantly closing the browser and making things complicated for the non-savy people. I am placing 5 buttons at the top which are: back, forward, refresh, home and print. I got the last three working, but am getting an error "Object doesn't support this property or method" when I click on the back or forward buttons. Here is my script: Any help would be greatly appreciated:
<HTML>
<HEAD><HTA:APPLICATION
ID="ipac"
APPLICATIONNAME="browser"
caption="no"
SINGLEINSTANCE="yes"
sysMenu="no"
showInTaskBar="no"
minimizeButton="no"
navigable="yes"
maximizeButton="no"
windowState="maximize"><TITLE>Ipac Web Browser - By: Jose M. Cervantes</TITLE>
<style>
.clsButton {
font-family: verdana;
font-size: 10pt;
background-color: #E0EDFF;
color: navy;
}IFRAME {
HEIGHT: 95%;
WIDTH: 100%;
OVERFLOW: scroll;
}
</style><script type="text/javascript">
</TD>
</TR>
<TR>
<TR>
<TD><span id="ctntFrame"></span></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR height="100%">
<TD valign="top">
<IFRAME onload="load();" id="ctntFrame" name="ctntFrame" style="width: 100%; height: 100%" src="http://66.14.38.104"></IFRAME></TD>
</TR>
</TABLE>
</BODY>
</HTML>

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |