Setting a default bookmark for a page

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

I have an ASP.NET page called Login; however, I would like it to have a
different 'default' name when someone attempts to bookmark the page. I.E.
When they bring up my page and then try to add a bookmark to it, I want the
bookmark to show up as (for example) 'My Super Duper Logon Page' rather than
just 'Login'.

Is there an attribute or something that I can set that will do this? Thanks.

Tom
 
Philip: Thanks, that did the trick!

Philip Q said:
I believe that IE just grabs this from the HTML <title> attribute.

--
Philip Q
Microsoft MVP [ASP.NET]

Tom said:
I have an ASP.NET page called Login; however, I would like it to have a
different 'default' name when someone attempts to bookmark the page. I.E.
When they bring up my page and then try to add a bookmark to it, I want
the
bookmark to show up as (for example) 'My Super Duper Logon Page' rather
than
just 'Login'.

Is there an attribute or something that I can set that will do this?
Thanks.

Tom
 
Back
Top