FrontPage OrderBar howto

In FrontPage it's even easier.


Adding the order icon
  • Position your cursor where you want the OrderBar icon to appear.
  • In the Frontpage tool bar click 'Insert' -> 'Advanced' -> 'Html' (this will open the HTML Markup window).
  • Next, copy 'n paste the following OrderBar code into the HTML window:

<applet code = "OrderBar.class" codebase = "http://www.programsplus.us/merchant/classes/" width = "45" height = "22">
<param name = "description" value = "Product Description Goes Here">
<param name = "ProductCodeNumber" value = "ABC123">
<param name = "unitPrice" value = "1.39">
<param name = "showButton" value = "on">
</applet>



Adding the checkout page icon
  • Next postion your cursor where you want the checkout page link to appear,
  • click 'Insert', 'Advanced', 'Html' in the main Frontpage toolbar, and
  • 'copy n paste' the following code into the HTML Markup window just as before:


<a href = "http://www.programsplus.us/merchant/checkoutPage.html"> <img src = "http://www.programsplus.us/merchant/images/checkout.jpg" border = "0"> </a>


You won't see the Java OrderBar applet in FrontPage when you use the HTML insertion tool until you click preview in FrontPage or save your page and open it in a browser such as Internet Explorer.



WARNING!!! Do not use the Java Applet insertion tool. You'll have to define all of the parameters and everything else about the code everytime you install an applet. Use the HTML insertion tool instead. It will allow you to easily copy and paste the code and save you a lot of time.


 
<<< Go Back