|
| |
|
|
hhammash
Posts: 1064 Joined: 8/19/2002 Status: offline
|
<Title> Tags - 3/10/2003 8:01:12
Hi all, I have a DRW which displays record by record, the user can move to the next record by clicking the next button. I wanted to show the Record ID on the page title. What I did was, cut the <Title> tags from the top of the page and pasted them after the DRW and inserted <%=FP_FieldVal...etc%> between the tags. Now when the user goes to next record it shows in the title. Here is the dieted code: <!--#include file=" ../_fpclass/fpdbrgn1.inc" --> <p><b>Name:</b> <%=FP_FieldVal(fp_rs," Name" )%></p> <p><b>Department:</b> <%=FP_FieldVal(fp_rs," Department" )%></p> <p><b>POBOX:</b> <%=FP_FieldVal(fp_rs," POBOX" )%></p> <p><b>Level:</b> <%=FP_FieldVal(fp_rs," Level" )%></p> <title>Profile of: <%=FP_FieldVal(fp_rs," Name" )%></title> <hr> <!--#include file=" ../_fpclass/fpdbrgn2.inc" --> It is working fine. But the question is. Can I do that? I mean move the <Title> tags with no problem? It is working fine and I tested it heavily for 2 days now. Here is a sample of the database: http://www.fmhs.uaeu.ac.ae/immconf/JavaScript/RecordByRecord.asp I also created a normal .htm page and move the <Title> down after the <Body> after the </html> it worked it is showing the title. Is there any rule against moving the <title> tags from the head of the page? Best regards Hisham
|
|
|
|
hhammash
Posts: 1064 Joined: 8/19/2002 Status: offline
|
RE: <Title> Tags - 3/10/2003 13:01:52
Hi Bobby, Thanks a lot for your clear reply. So, other than the SE Spider, there is no problem? Best regards Hisham
|
|
|
|
hhammash
Posts: 1064 Joined: 8/19/2002 Status: offline
|
RE: <Title> Tags - 3/10/2003 14:18:45
Hi Bobby, Actually the page as I posted its code is working fine. I tested it heavily the last two days. Regards Hisham
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|