Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    569
    Plugin Contributions
    0

    Default How to Make New Window Fixed Height & Width?

    Hello. The following code:
    Code:
    array_push($selection['fields'],array('title' => 'CVV number ' . ' ' .'<a href="cvv.html" target="_blank">' . '<u><i>' . '(What is it?)' . '</i></u></a>',

    How can I make this open with a width of 400 and height 400? Not sure how to go about doing this. Thank you!

  2. #2
    Join Date
    Jun 2010
    Location
    Denmark
    Posts
    62
    Plugin Contributions
    0

    Default Re: How to Make New Window Fixed Height & Width?

    Quote Originally Posted by ryanb4614 View Post
    How can I make this open with a width of 400 and height 400? Not sure how to go about doing this. Thank you!
    You can try this:

    Code:
    <a href="cvv.html" onclick="window.open('cvv.html', '(What is it?)', 'width=400, height=400, scrollbars=0, resizable=0')">(What is it?)</a>
    you can use above parameters

    a.html=file to be opened
    a = name of the window to avoid multiple windows being opened for every click

  3. #3
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: How to Make New Window Fixed Height & Width?

    I think you can edit that in the modules/pages/popup_ccv_help/jscrip_main.php

    Adjust the width and height parameter to your needs.

 

 

Similar Threads

  1. How to make height 100% so footer hugs bottom of browser window?
    By nickharbormarine in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 14 May 2010, 03:24 PM
  2. Banners width and height fixed
    By jibon in forum Basic Configuration
    Replies: 5
    Last Post: 14 May 2009, 06:53 AM
  3. How to make fixed row height in product listing?
    By chapagain in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 15 Jan 2009, 04:44 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
  •  
disjunctive-egg