I hope I am in the right place. I have taken over maintenance of a system written with Javascript and TCL to format the HTML. Whenever some new information is to be presented, a new window is opened using a statement like this;<br>
puts "<a href='#' onClick=tpa2aUpdateObj=window.open('tpa-frames.sgi?tpa_id=$tpa_id','wTpa2aUpdate$w','width=690,height=640,top=5,left=10,scrollbars=1,resizable=1,toolbar=1,status=1,alwaysLowered=1');tpa2aUpdateObj.focus()>$displayTpaName</a>"<br>
<br>
Sorry for the lousy formatting. The 'tpa-frames.sgi' is a TCL script that formats the HTML for the screen.<br>
When this link is clicked a new window is opened (and works fine) but the originating window(a list of links) refreshes itself and presents from the top again. This irritates my client because he must scroll down to the link again when he wants to go on to the next one. <br>
Question 1: how can I make the originating window remain where it is? The 'wTpa2aUpdate$w' value in the link is unique. Can it be used for position? <br>
Question 2: All of the links in the originating window show the vlink color whether they have been visited or not. When they are clicked they show the alink color during mousedown. Why do they all show the vlink color by default? <br>
Thanks in advance for any help.<br>
Lief <br>
puts "<a href='#' onClick=tpa2aUpdateObj=window.open('tpa-frames.sgi?tpa_id=$tpa_id','wTpa2aUpdate$w','width=690,height=640,top=5,left=10,scrollbars=1,resizable=1,toolbar=1,status=1,alwaysLowered=1');tpa2aUpdateObj.focus()>$displayTpaName</a>"<br>
<br>
Sorry for the lousy formatting. The 'tpa-frames.sgi' is a TCL script that formats the HTML for the screen.<br>
When this link is clicked a new window is opened (and works fine) but the originating window(a list of links) refreshes itself and presents from the top again. This irritates my client because he must scroll down to the link again when he wants to go on to the next one. <br>
Question 1: how can I make the originating window remain where it is? The 'wTpa2aUpdate$w' value in the link is unique. Can it be used for position? <br>
Question 2: All of the links in the originating window show the vlink color whether they have been visited or not. When they are clicked they show the alink color during mousedown. Why do they all show the vlink color by default? <br>
Thanks in advance for any help.<br>
Lief <br>