HighDots Forums  

how to use multiple META tags

alt.html.tags alt.html.tags


Discuss how to use multiple META tags in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Prakash
 
Posts: n/a

Default how to use multiple META tags - 05-11-2004 , 02:05 PM






Hi:

in my webpage, I want to have a link loaded automatically in one of
the frames. I have 2 frames in my page (side and main). This is the
code I have in the html

<META HTTP-EQUIV='Refresh' CONTENT='5; URL=www.google.com">
<META HTTP-EQUIV='Window-target' CONTENT='main'>

But when I goto my page, it always loads google.com in the full window
instead of inside the frame?

Can you please help me how should I do this?

Thanks

Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: how to use multiple META tags - 05-12-2004 , 12:12 AM






venkatprakash (AT) hotmail (DOT) com (Prakash) wrote:

Quote:
in my webpage, I want to have a link loaded automatically in one of
the frames.
Have you got the page author's permission to do that? The typical way to
get sued for copyright infringement is to frame other people's pages.

Quote:
META HTTP-EQUIV='Refresh' CONTENT='5; URL=www.google.com"
It will not work.

Quote:
META HTTP-EQUIV='Window-target' CONTENT='main'
There is no header named Window-target in the HTTP protocol, and the hack
you are trying hasn't got much browser support.

Quote:
But when I goto my page, it always loads google.com in the full window
instead of inside the frame?
I don't think so. I'm pretty sure you did not give the real code. As
usual, posting the URL would have been the right way to tell what you are
doing.

Quote:
Can you please help me how should I do this?
You should stop using frames and meta refresh, for a starter.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.