Actually that is just about exactly what I was looking for, but I am
having trouble getting it to change pages. I set the url to a default
page, but want to have different button clicks open different pages. Now
the page just does nothing. Here is the button handler.
function Submit1_onclick() {
ResultFrame.src="Messages.aspx"
}
P.S. In case you haven't figured this out, I have several years experience
with Windows apps, but not web stuff.
Thanks!!!