Results 1 to 10 of 15

Threaded View

  1. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Trying to Update the PayPal Verified Sidebox

    I believe that you need one more file a .js file named jscript_positionedPopup.js with this as the contents
    Code:
    <script language="javascript">
    var popupWindow = null;
    function positionedPopup(url,winName,w,h,t,l,scroll){
    settings =
    'height='+h+',width='+w+',top='+t+',left='+l+',scrollbars='+scroll+',resizable'
    popupWindow = window.open(url,winName,settings)
    }
    </script>
    Place the file in your templates jscript folder
    includes/templates/dream9shp/jscript/
    and adjust your "onclick" code
    Code:
    onclick="positionedPopup...
    Last edited by kobra; 15 Apr 2016 at 12:17 AM.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. paypal verified sidebox
    By moesoap in forum Addon Sideboxes
    Replies: 0
    Last Post: 6 Nov 2010, 04:35 PM
  2. sidebox html - add image/link to paypal verified sidebox
    By wasana in forum General Questions
    Replies: 0
    Last Post: 14 Jul 2006, 04:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR