Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

A thread with some common answers.

Featured Replies

  • Author

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.