Results 1 to 6 of 6

Thread: Window within a Window
      
   

  1. #1
    Thumpmonkey's Avatar
    Thumpmonkey is offline Second Lieutenant
    Join Date
    Jan 2008
    Posts
    99

    Default Window within a Window

    Hi everyone, I'm new to web design, so forgive me for my lack of terminology. I'm not sure of the actual term, but I want to have a text link on my page that opens a calculator or form in a smaller window on the same page. If you go to http://www.loanmortgagetools.com/ and click on one of the calculator links, you can see exactly what I'm talking about.

    I have a feeling it's very easy, and if someone can clue me in, I'd greatly appreciate it.

    Thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Window within a Window

    Hi, this thread should help LINK
    Post NO: # 6 should do the trick.

    Good luck.

  3. #3
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Window within a Window

    As Collectors-info has said post 6 from navel is a good way which opens a new window which is probably the easiest way, but if you were looking for the same as the site you have indicated then try this Link a bit more complecated but will give you the same as the site you posted. this also comes with as addon effect that can be seen HERE . You can check out some off the popups HERE to see some off the different sizes and things you can enter.

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

  5. #5
    Thumpmonkey's Avatar
    Thumpmonkey is offline Second Lieutenant
    Join Date
    Jan 2008
    Posts
    99

    Default Re: Window within a Window

    Thanks for all your help, however I'm having an issue. I went with Collectors suggested link, and I put in the following:

    #" onClick="window.open('ipagio.com/monthly-payment-calculator.php', '','width=525,height=450'); return false;"

    Into the URL box of the link properties, then I publish the page, but it keeps adding my URL to the front of it, for example:

    http://mywebsite.com/ipagio.com/monthly-payment-calculator.php
    (this is not a link, just an example)

    And of course it came back with "Website not found." Can I link to external websites with this method, or only to internal pages? If I can link to an external site, could you please tell me what I need to do?

    Thanks again for all your help guys.

  6. #6
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Window within a Window

    Hi, you might need the full URL in the link, There is one of the BV menus that it wont work on. But cant remember which. I tried the one below & it seems to work fine.

    #" onClick="window.open('http://www.ipagio.com/monthly-payment-calculator.php', '','width=525,height=450'); return false;"

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49