This topic is locked

Dynamic Titles for List Pages

4/18/2005 2:45:47 PM
ASPRunnerPro General questions
Alberto author

Sergey, here is a suggestion for your product based on a need to easy solve the claims of our users saying that some times the do not know what table they are working or at least get confused..
Request:

A very very good thing for us would be if you can use the text we type on "step 3 menu captions" as title for the list pages dynamically depending on the table selected. Besides list pages it is also applicable to the Add new, Edit, print, Copy pages and may be Export.
How to do it: Add a code line that I think would do it automatically.
For example in list.asp
After

/LOGIN##

::::Suggestion

<P><H1 align=center>##CAPTION##</H1></P>

::::Suggestion
I hope Sergey it can be possible to be done at least for the main pages. I am doing something similar to get the title but every update I need to redo things.

Thanks

Z
znetman 4/18/2005

Hello,
I agree! If the counts for anything.
The users need a Title on the page so they know where they are currently. I have been adding titles on manually.
Thanks All,

Zack

Sergey Kornilov admin 4/19/2005

Hi,
thank you for good idea. We'll add something like headers soon.

Alberto author 4/28/2005

Just add this line to files:
Add.asp

Edit.asp

list.asp

print.asp

view.asp
in "source" or "template x" folders
and the build will add the TITLES automatecally everywhere

Alberto author 4/28/2005

<P><H1 align=center>##CAPTION##</H1></P>