Results 1 to 10 of 137

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Define Pages Generator addon - Support

    Add the title tag ie:

    alt="xyz" title="xyz"
    • 446F63746F722057686F •

  2. #2
    Join Date
    May 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Quote Originally Posted by skipwater View Post
    Add the title tag ie:

    alt="xyz" title="xyz"
    thanks, works great. next silly question. Can i use java script to make the new window popup in a browser size of my choice using this? Also, is this secure if i use it in my secure pages.
    last are any outside hyperlinks good to have on my secure pages.
    any help would be appreciated.
    <script type="text/javascript">
    function showPopup(url) {
    newwindow=window.open(url,'name','height=190,width=520,top=200,left=300,resizabl e');
    if (window.focus) {newwindow.focus()}
    }
    </script>


    Then you code your link like that:


    <a href='...' onClick='showPopup(this.href);return(false);'>Info</a>


    When javascript is disabled, the link still works the normal way.

 

 

Similar Threads

  1. Define Pages Generator on 1.39h ?
    By pizza392 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Mar 2011, 06:47 AM
  2. Define Define Pages / Information pages Manager needed
    By thunderesl in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Jun 2010, 02:42 PM
  3. ePier Bulk File Generator Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 28 Jul 2009, 08:16 PM
  4. How do I change navbar titles in Pages made using define pages generator?
    By lifebot in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Mar 2008, 06:13 PM
  5. index_default & define pages(4+ define pages on frontpage?)
    By mrmarcus66 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 May 2006, 07:38 PM

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