Computing.Net > Forums > Programming > HTA Error

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

HTA Error

Reply to Message Icon

Name: cervanj
Date: November 10, 2005 at 16:55:37 Pacific
OS: Windows XP Pro
CPU/Ram: 1.2Ghz/512Mb
Comment:

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>



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


programming/broswer help ... java switch statement pro...



Post Locked

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


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: HTA Error

error when loading word documents www.computing.net/answers/programming/error-when-loading-word-documents/5126.html

pg_dump error www.computing.net/answers/programming/pgdump-error/10757.html

ASP display error www.computing.net/answers/programming/asp-display-error/1030.html