Name Browser Tabs

D

Dave Anderson

Markgoldin said:
Is there any script or something I can use to set Browser Tab's title?

<html><head><title>Put Tab's Title Here</title></head></html>
 
A

Adrienne Boswell

Gazing into my crystal ball I observed "Markgoldin" <markgoldin_2000
@yahoo.com> writing in
Is there any script or something I can use to set Browser Tab's title?

Thanks

That is fundamental HTML, the Title element sets the Title for the tab
and the title bar of the browser.

Usually, I would say this is client side only and OT for this group, but,
I know that I set this programatically all the time, for example, in an
include file:

<title><%=thispage%></title>
<meta type="description" content="<%=thispage%>">
</head>
<body>
<h1><%=thispage%></h1>

and maybe an individual document might have:
thispage = "Welcome to Acme Widget Store"
or:
thispage = "Acme Large Purple Widget with Pink Polkadots"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top