Results 1 to 3 of 3

Thread: Show scroll bars in pop-up windows
      
   

  1. #1
    mafodhos is offline Private First Class
    Join Date
    Oct 2007
    Posts
    8

    Thumbs up Show scroll bars in pop-up windows

    From my home page on www.4myfigure.surfwizzard.com, I link to the Fashion page. There are no scroll bars on the pop-up window for FashionP.html . When I click a link on the FashionP.html , it opens up a new pop-up for the new site eg Marks and Spencer, I cannot scroll in the new window.

    I have used the following instruction to open the window.
    Is there any coding I could insert here.

    #" onClick="window.open('http://www.4myfigure.surfwizzard.com/FashionP.html', '','width=1104,height= 548'); return false;"//


    Can anyone help ?

    Thank you

  2. #2
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: Show scroll bars in pop-up windows

    Hi Mafodhos,

    I found this in one of our friend Navaldesign's posts:

    #" onClick="window.open('http://www.yoursite.com/yourpage.html', '','scrollbars=1,width=300,height=200,left=150,top=250'); return false;"

  3. #3
    mafodhos is offline Private First Class
    Join Date
    Oct 2007
    Posts
    8

    Default Re: Show scroll bars in pop-up windows

    Attention : Tom vR (www.frequentproperties.co.za

    Thank you Tom, I tried it just now. It works !!!!.
    Thanks once again.

    Mafodhos

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