This topic is locked

Field values in page title and browser title?

10/27/2006 2:17:31 PM
ASPRunnerPro General questions
author

In version 4.1 is it possible to place a field value in the page title and also in the browser (IE) title? Thanks.

J
Jane 10/31/2006

Sure, you can put field value into <TITLE> tag on the Visual Editor tab -> HTML mode.

Here is a sample:

<TITLE>TableName - {$row.1FieldName_value}</TITLE>

P
PerOfoslo 11/16/2006

Sure, you can put field value into <TITLE> tag on the Visual Editor tab -> HTML mode.

Here is a sample:


For title on Edit pages I had to use this format (4.1):

<TITLE>{$value_FieldName}</TITLE>