When using a refresh:
<META HTTP-EQUIV=REFRESH CONTENT='0;URL=start.asp'>
is it possible to use TARGET to force the page to load into a certain frame? Such as:
<META HTTP-EQUIV=REFRESH CONTENT='0;URL=start.asp' TARGET=BOB>
I have trouble getting this to work. I have correctly set up the frame name as BOB.
<META HTTP-EQUIV=REFRESH CONTENT='0;URL=start.asp'>
is it possible to use TARGET to force the page to load into a certain frame? Such as:
<META HTTP-EQUIV=REFRESH CONTENT='0;URL=start.asp' TARGET=BOB>
I have trouble getting this to work. I have correctly set up the frame name as BOB.