Adding the order icon
<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
<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 |