Results 1 to 2 of 2

Thread: New small window 'about this site'

  1. #1
    Join Date
    Oct 2001
    Posts
    94

    Default New small window 'about this site'

    Someone kindly help me with some code on how to open a new small window for a description of my site.
    I want to add a link on the front page 'about this site' .
    This link will open a small explorer window with a description and how to use our site.

    Thank You
    Binto

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    I use this code in admin cp to open small window to view category's hierarchy:

    <script language="JavaScript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
    }
    //-->
    </script>


    On text link:
    <a href="#" target=menu onclick="MM_openBrWindow('cat_view_hierarchy.php', 'hierarchy','status=yes,menubar=yes,width=400,heig ht=400')">View Hierarchy</a>

Similar Threads

  1. Replies: 0
    Last Post: 02-13-2004, 08:56 PM
  2. Linked site in a frame ?
    By Frank71 in forum v3.2
    Replies: 11
    Last Post: 09-01-2003, 04:37 PM
  3. Addition of a framed return to site on top
    By lordkinjo in forum v3.2
    Replies: 3
    Last Post: 07-09-2003, 09:28 AM
  4. Replies: 4
    Last Post: 03-18-2003, 03:30 PM
  5. Hot Links left on main site
    By Frank71 in forum v5.x
    Replies: 3
    Last Post: 12-07-2002, 02:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •