| 
 | 
  | 
Ask FAQ'S
  This is a compiled list of the most Frequently Ask Questions in our database. 
  | 
 
  | 
 
 
| 
 
 
| On Sunday, December 16, 2012 Steve Miller asked | 
 
? The floating images on my holiday plugins are not working  | 
 
 | 
 
  | 
 
| On Sunday, December 16, 2012 Steve Miller asked | 
 
? Addon Menu file layout   | 
 
 | 
 
  | 
 
| On Sunday, December 16, 2012 Steve Miller asked | 
 
? Embed a script page from an addon into the left/right menu sections under the addon menu.  | 
 
 | 
 
  | 
 
| On Sunday, December 16, 2012 Steve Miller asked | 
 
? How do I send email from my addon  | 
 
 | 
 
  | 
 
| On Sunday, December 16, 2012 Steve Miller asked | 
 
? Why are the email forms not work on my website  | 
 
 | 
 
  | 
 
| On Sunday, December 16, 2012 Steve Miller asked | 
 
? Can I get a link list of all pages in the website for the addon that I am developing  | 
 
| On Sunday, December 16, 2012 Steve Miller answered | 
 
put in the url form field  
  
title="double click here for website links list"  ondblclick="javascript:openYourAddonNameWindow('YourFormNameHere')"  Name your url link field [ Link ]  
Add This to your  javascript file 
function openYourAddonNameWindow(frm) { var jumpToHere; var winOptions; var popUpWindow; var swidth; var sheight 
swidth = 400 sheight = 600 jumpToHere = "../../../administrator/link_list.asp?frm=" + frm winOptions = "Width=" + swidth + ", height=" + sheight + ",top=0, left=0,scrollbars=yes,resizable=yes"; popUpWindow = open(jumpToHere, "MasterLinkList", winOptions); }
  
This will open the master link list and when you click on a link it will copy it to the form field     | 
 
  | 
 
| On Tuesday, December 18, 2012 Steve Miller asked | 
 
? what Upload component do I use when developing my addon  | 
 
 | 
 
 
 | 
 
 
 
 
 | 
  | 
 | 
 |