Opening new windows from a form

    Date: 08/19/05 (Javascript Community)    Keywords: browser

    I need to open a new window on the submission of a form (client request) where the results go in the new window. However, I want to drop all the browser menus and bars.

    Any ideas how to do both? (am also trying to write one window function for variosu pages. (Client request).


    function openWindow(url, name) {
    if (name == "build"){
    var param = 'width=640,height=480,left=50,top=0';
    }

    if (name == "help"){
    param = 'width=640,height=480,left=30,top=0';
    }
    popupWin = window.open(url, name, param)
    }

    Source: http://www.livejournal.com/community/javascript/74091.html

« help unclicking onClick! || Tagboards? »


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home