DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    SSJ4Gogeta Guest

    How do you do that


    My friend on his site has this cool effect where when you right click or left
    click anywhere on the page a cool pop-up menu comes up. But like no other
    is a positioned mini window with text and tables and everything its like
    100x100 and it has no resize or minimize thing on the bar. He alo gave it
    a black background and has links in it???????


    HE WON'T TELL ME HOW



  2. #2
    Steve Cochran Guest

    Re: How do you do that

    You can do it this way:

    <BODY onclick="openit()" language=vbs>

    <Script language=vbs>
    sub openit()
    dim bigwin
    set bigwin=window.open ("http: // whereever . com" ,"","fullscreen=yes")
    'spaces in above line should be removed
    bigwin.document.body.scroll="no"
    bigwin.resizeto 100,100
    bigwin.moveto window.event.x,window.event.y
    end sub
    </script>

    Try a View | Source on his code.

    steve

    "SSJ4Gogeta" <NetmasterDBZ@cs.com> wrote in message
    news:38d59520$1@news.devx.com...
    >
    > My friend on his site has this cool effect where when you right click or

    left
    > click anywhere on the page a cool pop-up menu comes up. But like no other
    > is a positioned mini window with text and tables and everything its like
    > 100x100 and it has no resize or minimize thing on the bar. He alo gave it
    > a black background and has links in it???????
    >
    >
    > HE WON'T TELL ME HOW
    >
    >



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
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links