[thelist] javascript help ascenddvd.com

Josué Figueira Machado jmachado at mindspring.com
Wed Feb 20 20:46:00 CST 2002


Cayley,

In your openWindow function call where you have "scrollbar", it should be
"scrollbars".

See if this works to remove the window positioning:

function NewWindow(mypage, myname, w, h, scroll) {
    winprops = 'height='+h+',width='+w+',scrollbars='+scroll+',noresize'
    win = window.open(mypage, myname, winprops)
    if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

Good luck,

Josué

At 03:32 PM 2/20/2002 -0800, you wrote:
>I have a popup problem on  http://www.ascenddvd.com/rainier.php
>clicking on the help image (lower left hand corner of the 3D mount
>rainier map) brings up a popup.  fine.  however, in IE win there is no
>scrollbar and there should be.
>
>also, on the same page, clicking on each of the routes brings up a popup
>(different code) that centers a new window with a QTVR movie.  I've
>tried to remove the code that centers the window, but it is being
>finicky.
>
>  help!
>
>--
>
>
>Cayley Vos, Principal
>
>360.714.8395 office
>360.223.7799 cell
>
>http://degagefurniture.com
>____________________________________________
>
>--
>For unsubscribe and other options, including
>the Tip Harvester and archive of thelist go to:
>http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list