//Enter "_blank" for new window (each time), "window2" for a set secondary window var newwindow="_blank" function hyperlinks(target){ if (target) where = newwindow; else where = "_self"; for (var i=0; i<=(document.links.length-1); i++){ var linkobj=document.links[i].href if ( linkobj.indexOf("javascript:") ==-1 && linkobj.indexOf("#") ==-1){ if (target && where!="_blank") //DynamicDrive.com added routine- open window in set secondary window document.links[i].onclick=function(){ if (window.window2 && !window2.closed) window2.location=this.href else window2=window.open(this.href) window2.focus() return false } else{ if (newwindow=="window2") document.links[i].onclick = ""; document.links[i].target = where; } } } } function inithyperlinks(){ //DynamicDrive.com added routine if (document.targetform.targetnew.checked) hyperlinks(true) } window.onload=inithyperlinks // -->
border-left: 1px solid #0066FF;
border-top: 1px solid #0066FF;
border-bottom:1px solid #0066FF;
border-right: 1px solid #0066FF;
padding: 5px;
z-index: 1;
position: absolute;
top: 50;
left: 50;
width: 300;
height: 400;
overflow: auto;
filter: Alpha(Opacity=80, FinishOpacity=80);
background color:white;
cursor: crosshair;
scrollbar-face-color : white;
scrollbar-highlight-color :white;
scrollbar-3dlight-color : white;
scrollbar-shadow-color : white;
scrollbar-darkshadow-color : white;
scrollbar-track-color : white;
scrollbar-arrow-color :0066FF; ">