Questions tagged [http-equiv]

The 'http-equiv' attribute for the HTML 'meta' element makes the element a pragma directive that as the same effect as whatever HTTP header has the same name as the attribute’s value; e.g., Content-Type or Content-Security-Policy.

See https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives

40 questions
0
votes
2 answers

does http-equiv Refresh meta tag URL get a leading slash?

This follows in meta tag, url with slash vs url without slash. All the answers missed something in the original poster's example: it's about meta http-equiv Refresh, about which HTML5 specifies that the path is to be relative to where the file with…
Nick
  • 121
  • 1
  • 4
0
votes
1 answer

Web application triggers different button after using meta http-equiv="X-UA-Compatible"

I have an Classic ASP application. The application will now be used in IE11, and for making it compatible with the same, I used the meta tag The page triggers emails to people who are…
Abhid
  • 212
  • 1
  • 5
  • 17
0
votes
3 answers

error in W3C validation

I am using Bootstrap 3. When I add , the site shows error in the W3C validator.
user3364215
0
votes
1 answer

Load an HMVC module view within an Iframe in Codeigniter

I'm new at this and some help will be apprciated. I'm building a sidebar in a CI-Boilerplate-Project which contains modules (widgets) that i got run with HMVC https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc. In the sidebar i…
Elias
  • 1
0
votes
1 answer

Purpose of with recursive URL in a separate file

Google has been visiting a site file, 'test3.php', many, many times. I'm wondering if this could have any effect on our SEO, if it shows a fault in the coding, or if it part of the design for this site -- simply a way to refresh pages using a…
Avigail
  • 1
  • 1
  • 1
0
votes
0 answers

Page Redirection. Loss of Session data

I have a sign-in page. Once a user is logged in, I want to use php to redirect to a new page. I am trying to do this by checking if a user id is set or not. One: CONFIG FILE session_start(); Two: MAIN PAGE require ('config.php'); if…
DVCITIS
  • 1,009
  • 3
  • 16
  • 36
0
votes
1 answer

How to redirect a google blog page....unless it is being contained in an iframe?

So I have a google blog page which I would like to redirect to my page which I have an iframe of my google blog page. When I put the following code in, it redirects to my page containing the iframe:
0
votes
1 answer

adding the current url as param to the redirect url in meta tag using jstl tags

On a page i am redirecting the user to another page in the meta tag pf my page. Now i want to add the current page url as a param to the redirect url so that it becomes url =…
ghostCoder
  • 7,009
  • 8
  • 43
  • 63
-1
votes
1 answer

How to implement http-equiv/refresh with POST request?

The above html automatically refreshes a page after 99 seconds. I tried to use it for a POST request to prevent a timeout error. However, it doesn't seem to work i.e., the meta tag has no effect…
pandichef
  • 407
  • 5
  • 7
-1
votes
1 answer

Why should name attribute not be set if http-equiv is set in meta tag?

I am stuck on one sentence while reading about meta tag in html that "If the http-equiv attribute is set, the name attribute should not be set" . I've done search about this but I couldn't find any reason behind this. Would anyone tell the reason…
Vikas Verma
  • 3,064
  • 6
  • 23
  • 40
1 2
3