Jump to content

A thread with some common answers.


Recommended Posts

This is a change yo make in WPI.hta.

You need to find this peice of code:

<!-- The exit button. -->
<a href=""
 onMouseDown="document.exitbutton.src='./graphics/exitdown.gif';"
 onMouseOver="document.exitbutton.src='./graphics/exitover.gif';stm(getText(ttExit),Style[0]);"
 onMouseOut="document.exitbutton.src='./graphics/exit.gif'; htm()">
 <img
  src="./graphics/exit.gif"
  align="absmiddle"
   class="mainbtn"
  border="0"
  name="exitbutton"
  onClick="onExit()">
 </img>
 <font class="side" onClick="onExit()"><b><script>document.write(getText(lblExit));</script></b></font></a>

You find this at the bottom of the page.

Then cut that out and go up again.

Stop when you reach this code:

<img
   src="./graphics/question.gif"
   align="absmiddle"
   class="mainbtn"
   border="0"
   name="helpbutton"
   onClick="stopInterval(),alert(getText(txtUsage))">
  </img><font class="side" onClick="stopInterval(),alert(getText(txtUsage))"><b><script>document.write(getText(lblHelp));</script></b></font></a><br />
 
 <img src="./graphics/seperator.gif"></img>

Then just UNDER the

<img src="./graphics/seperator.gif"></img>

write <br> and paste what you copied.

If you need help just send the WPI.hta to me and i'll do it - takes 2 mins.

This is the result:

th_14bb6_Image1.jpg

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...