Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next
Working with Tags
Author Message
DVD Profiler Unlimited Registranthshayhorn
Registered: March 23, 2009
Posts: 1
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Is there a way to show the tag associated with a DVD entry on the view as list or especially view as details views?
DVD Profiler Desktop and Mobile RegistrantStar ContributorSH84
Registered: March 13, 2007
Reputation: High Rating
Germany Posts: 922
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
You could use a HTML window for something like that...

Quote:
<HTML>
<HEAD>

<SCRIPT TYPE="text/javascript">
<!--
<DP NAME="HEADER_VARS" Language="JavaScript" Comments="False" IncludeCast="False" IncludeCrew="False">
//-->


for( i = 0; i < (DP_Tags.length); i+=1) {
document.write(DP_Tags[i] + "<br>\n");
}
</SCRIPT>

</HEAD>
<BODY>

</BODY>
</HTML>

Deutsches DVD Profiler Forum: www.dvdprofiler-forum.de
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next