E
Earl Partridge
FP 2000, Windows XP
I have a 3 frame frameset, Banner, Contents & Main.
A Form in the Banner pages takes me to an Update page to update a
database. In that Update.asp page, I use the following code to return
to the Main page
url = http://www.myweb.com/chat/chatbox.asp
response.write ("<script>" & vbCrLf)
response.write("parent.main.location.replace(' " & url & " ');")
response.write(vbCrLf & "/script>")
When returned to the Main page (chatbox.asp), whatever text in the
"Contents" page
is wiped out. I have tried similar code for that page and also a Refresh,
but the text never returns to the Contents page. How do I keep the
Contents page current?
I have a 3 frame frameset, Banner, Contents & Main.
A Form in the Banner pages takes me to an Update page to update a
database. In that Update.asp page, I use the following code to return
to the Main page
url = http://www.myweb.com/chat/chatbox.asp
response.write ("<script>" & vbCrLf)
response.write("parent.main.location.replace(' " & url & " ');")
response.write(vbCrLf & "/script>")
When returned to the Main page (chatbox.asp), whatever text in the
"Contents" page
is wiped out. I have tried similar code for that page and also a Refresh,
but the text never returns to the Contents page. How do I keep the
Contents page current?