Registered: March 23, 2009 | Posts: 1 |
| Posted: | | | | Is there a way to show the tag associated with a DVD entry on the view as list or especially view as details views? |
|
Registered: March 13, 2007 | Reputation: | Posts: 922 |
| Posted: | | | | 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 |
|