HTML JavaScript DHTML




function linkToAnchor(num){
    var win2=open("http://www.rntsoft.com","secondLinkWindow",
                    "scrollbars=yes,width=250,height=200")
    win2.location.hash=num
}

Links and Anchors