Re: Is it possible to... hide the url ?

  •  02-08-2007, 12:54 PM

    Re: Is it possible to... hide the url ?

    Do you mean that instead of...
    LINE 80 :            lnkLobby.Target = "_blank";
     
    to

    lnkLobby.Target = window.open('','ChatRooms','status=0,location=0,width=600,height=400,toolbar=0');

    ???


    Visit...
    http://www.kanenas.net
    News and ideas about programming
View Complete Thread