fmrock
09-27-2007, 05:54 PM
I have the following link in my ASP page. Which has a list of multiple images.
<a href="chart.asp?ID=<%=chart%>" target="_blank">Chart</a>
Is it possible to have whatever link is click load in the same broswer.
So if the user minimizes the new window now and clicks another link... they will have 2, 3, 4 and so on windows open. I would only like the list... and then 1 extra window for the chart.
Thanks for any help you provide
<a href="chart.asp?ID=<%=chart%>" target="_blank">Chart</a>
Is it possible to have whatever link is click load in the same broswer.
So if the user minimizes the new window now and clicks another link... they will have 2, 3, 4 and so on windows open. I would only like the list... and then 1 extra window for the chart.
Thanks for any help you provide