Alt-web

 

 

More on this site

Alt-Web Home Page

Chalk Board Intro

CSS  Styled Background Images

Image Borders on Mouse Over

Iframes

Print Page Buttons

Close Window Buttons

Scrollable Divisions

CSS  Flyout Menus

Vertical & Horizontal Centering

Centered on  Two-toned Background Image

Liquid Layouts

Images and Text

Layout Regions

Printer Friendly Pages

Web Color Assist Tool

Hex  Color Chart

Favicons

Fast Contact Forms

 

 

 

banner

 

Print this Page Print this Page

Making Print Page and Close Window Buttons in Net Objects Fusion

Description:

These are nothing more than a form button with an onClick="javascript" trigger.

Print Page Button Shortcut:

  1. Draw a text box in your page layout area - above or below your page content.
  2. Hit Ctrl+T to bring up an HTML insertion box like the one shown here.

HTML-insertionBox

  1. Copy & Paste the following code in the HTML insertion box and hit OK.

<input type="button" value="Print Page" onClick="javascript:window.print();">

 

Close Window button Shortcut:

  1. Follow steps 1 - 3 above and use this HTML code:

<input type="button" value="Close Window" onClick="javascript:self.close();">

 

Styling your form buttons with CSS:

<input type="button" style="background-color:#FFCC66; color:#000000;font-family:arial,tahoma,sans-serif; font-size:18px; width:175px; height:35px" value="Close Window" onClick="javascript:self.close();">

 

Simply change the Hex # Color Codes to match your site's color scheme or use this handy Color Picker Tool to help with color selection.

Adjust font-size, width and height values in pixels to fit your needs.

That's all there is to it. We hope you enjoyed this tutorial.

 


 

Reach the World with Alt-Web

If you use the free content on this site, please provide a link from your site to ours. Or visit our Free Reciprocal Link Exchange Page. Thank you.

 
© 1995 - 2007 Alt-Web Design and Publishing
Nancy O'Shea