I should add that I did research this in several ways, and couldn't find an
answer.
More precisely, I went to aspfaq.com and found
http://aspfaq.com/show.asp?id=2052
because of that page, I wrote this code:
'response.Redirect("InLineFullTicketInfo.asp?Ticke tID="&strTicketID)
url = "DisplayFullTicketInfo.asp?TicketID="&strTicke tID response.write("")
The part that is commented out is the old way, which, when called from a
page inside the IFrame, called my other page inside the same IFrame.
However, for reasons way too long to go into, I would like it so instead go
to the page you see in the uncommented line, but to target it to the parent.
When I tried the above code, it simply didn't redirect. No error msg was
given.