THis message was posted previously in the thread regarding data?links and frames.Since there has been no response, I am trying it again. I feel that the response I received was superficial in that it only seemed to recognize the word "frames" and pointed me to the hyperlink frames example, without examine the details of my original message in which I think I clearly defined the issues/behaviors that I was experiencing. This issue is the final benchmark in evaluating this component. The assistance that Frank has provided has been of great help and is sincerely appreciated and I hope that I can resolve this final step of the puzzle.




Of course I looked at that example!!! Where do you think I got the idea !!
However, there are some major differances
In my message I stated that the code was calling a new page in the same frame as it already exists.The drill down example is posting to a page that is within a frame that is already showing within the framset.

Here is my frameset

<frameset cols=&#34;110,*&#34; border=&#34;0&#34; framespacing=&#34;0&#34; frameborder=&#34;NO&#34;>
<frame src=&#34;left.htm&#34; name=&#34;left&#34; scrolling=&#34;NO&#34; noresize>
<frameset rows=&#34;29,*&#34; border=&#34;0&#34; framespacing=&#34;0&#34; frameborder=&#34;NO&#34;>
<frame src=&#34;top.htm&#34; name=&#34;top&#34; scrolling=&#34;NO&#34;>
<frameset rows=&#34;700,*&#34; border=&#34;0&#34; framespacing=&#34;0&#34; frameborder=&#34;NO&#34;>
<frame src=&#34;Page34.asp&#34; name=&#34;center&#34; scrolling=&#34;no&#34; noresize>


Page34.asp contains the applet with the hyperlink chart. THe
data?links parameter is used to allow the user to go to a new page where the content will be displayed based on the value passed in the url string.

IndexDrill.asp?nQuestion_Attribute=13 calls the page IndexDRill.asp which needs to remain in the frame named &#34;Center&#34;. As I stated in my message this always opens a new window.This seems to be solely a result of aspdb behaviour.
As I indicated in my message, any attempts to append the url string in the tradional html encoding manner have resulted in an error that sees whatever value I have assigned to nQuestion_Attribute concatenated with whatever I have tried to append the string with.