Results 1 to 4 of 4

Thread: Double click drop and drag script

  1. #1
    Join Date
    Nov 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Double click drop and drag script

    Hi there. Can some one please tell me what to enter in the search menue or send me a direct link on how to find the double click script? It is by RL Duckett and Nick Lowe. Here is a doll maker site with the script on it. I cant seem to find it any where. I would like to know if I can make my doll makers useing this script as I have very large doll maker site. Sincerely Barbara
    http://frugle.co.uk/sources/dollmaker.txt
    please email me at lauderda2003@aol.com

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Here we go, just insert this into your <head> tag:

    Code:
    <script language="JavaScript1.2">
    <!--
    
    /*
    Auto Maximize Window Script- By Nick Lowe (nicklowe@ukonline.co.uk)
    For full source code, 100's more free DHTML scripts, and Terms Of Use
    Visit http://www.dynamicdrive.com
    */
    
    top.window.moveTo(0,0);
    if (document.all) {
    top.window.resizeTo(screen.availWidth,screen.availHeight);
    }
    else if (document.layers||document.getElementById) {
    if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
    top.window.outerHeight = screen.availHeight;
    top.window.outerWidth = screen.availWidth;
    }
    }
    //-->
    </script>
    And it should work.
    However not for me, I have an option in Firefox which forbids and script to move, resize or close my windows.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Nov 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thankyou

    Thankyou but I am afraid that it did not work for me. You see I have alot of doll houses. I would like the doll house to be at the top of the page and then you can doubble click on all of the cartoon dolls and they will appear on top of the doll house. I have also seen a doll maker that has a scroll bar to the right hand side and all of those links are to images ( when clicking the image it will appear on the doll house to the left of the screan. I just wished I knew what to do.....thank you so much again. I cant seem to find a script any where....Barbie

  4. #4
    Join Date
    Nov 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can anyone please tell me how I can obtain a good doubble click script. I have a drop and drag doll maker web site. What I would like is to be able to doubble click on the images and they will appear at the top of my web page. Sinserely, Barbara

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
  •