Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TARGET frame

Status
Not open for further replies.

trezlub

Programmer
May 2, 2003
67
GB
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.
 
TARGET is not an attribute of the <META> tag. But why not put the meta refresh in the page in the frame that you want to refresh. I would think it would refresh in that frame.

Why not post this in the HTML forum.

 
if you're doing a refresh that should be in the header of the page you want to refresh in the frame of bob, but in answer to the question, yes i believe you can specify the frame, although i believe the syntax is different i'll see what i can dig up on the exact verbage

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top