Questions tagged [page-title]
263 questions
-2
votes
1 answer
Title is showing in page when its inside
I made a short and basic website and the title is showing in the page. I put the title inside head when i wrote it but it is inside body when i use the inspect tool on it. Screenshot of code editor and inspect tool on chrome
Code is below:
…
-2
votes
2 answers
How can I pull title of current page into a URL/src?
I'm looking to pull the title of the current page into an img src URL.
For instance:
booth106
Is there any code to put in so that as the title changes from page to page,…


sebo620
- 71
- 7
-2
votes
2 answers
Set Wordpress page title a typing effect
I have a Wordpress website with Virtue theme. And I want the page titles on every page (except the homepage) give a typing effect. I installed this plugin and it wrotes I just need to insert this code:

Caroline Koosy
- 61
- 7
-2
votes
2 answers
Set HTML tag values dynamically
I have an HTML page. The aim is to set the tag dynamically.
Using this Ajax call to get data to be inserted inside title tag as below
$.get("/" + $.flydubai.config.CurrentLanguageCode + "/error/PageTitle/", function (data) {
…

sajanyamaha
- 3,119
- 2
- 26
- 44
-3
votes
1 answer
How to replace page title dynamically by popup box title?
My index page contains popup box. I want to replace index page title by popup box title if popup box clicked.
For example
I want to display as following:
*such as #model2 is…

Dipak
- 931
- 14
- 33
-3
votes
1 answer
how to get page title using $_GET
I just made part of a userprofile script and I don't know how to display username in title. Please help here is the code:

Puru Vijay
- 109
- 1
- 3
- 12
-3
votes
1 answer
Can i override a page title of portlet with JSP
I have a remote portlet page with some title 'a'. When the action is successful and forwarding to a JSP page i need to change the page title as 'b'. Can someone help me in fixing this. Thanks in advance.

user2003430
- 1
- 2
-4
votes
1 answer
alert onchange of the page title
Tried searching a lot.
could not find any solutions for onchange of page title.
There is jQuery .change() but that is limited to "input elements, textarea boxes and select elements."
What I am trying is to give an alert whenever any script changes…

Neil
- 402
- 6
- 18