CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

  How to show dymanic info on web page title

Print topic Send  topic

Author Message
frans
Posted: 07/25/2003, 12:06 PM

Do it like this:

<title>{label_name}</title>

I've implemented this on www.windsurfnet.nl

Regards,

Frans
Headhunter
Posted: 07/26/2003, 12:33 AM

I also did at

http://www.dbweaver.com/weavernews_demo/viewnews.php

http://www.dbweaver.com

page before show event:

//Custom page title:
global $Tpl;
global $DBweavernews;

$PageTitle = CCGetDBValue("select web_title from settings where id = 0", $DBweavernews);
$Tpl->SetVar("PageTitle", $PageTitle);
Headhunter
Posted: 07/26/2003, 12:33 AM

I also did at

http://www.dbweaver.com/weavernews_demo/viewnews.php

http://www.dbweaver.com

page before show event:

//Custom page title:
global $Tpl;
global $DBweavernews;

$PageTitle = CCGetDBValue("select web_title from settings where id = 0", $DBweavernews);
$Tpl->SetVar("PageTitle", $PageTitle);

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.