Registered: May 30, 2007 | Posts: 4 |
| Posted: | | | | Shamelessly stolen etc. Shows an embedded window with a search for the film title in Ebay. Set for UK but easy to crayon out and write in .com .whatever
<HTML> <HEAD> <style type="text/css"> <!-- * { color: white; font-family: verdana; font-size: 10pt; } html, body { background-color: rgb(0, 0, 83); } body { background-repeat: repeat-x; background-image:url($DPIMAGES.bgimage.jpg); } h1 { text-align: center; } a { font-size: 12pt; } --> </style> <SCRIPT TYPE="text/javascript"> <!-- <DP NAME="HEADER_VARS" Language="JavaScript" Comments="False" IncludeCast="False" IncludeCrew="False"> // -------- Configuration block - Start -------- var strTitle = DP_Title strTitle=strTitle.replace(/ /g,"+") var imdbURL = "http://dvd-video.search.ebay.co.uk/" + strTitle +"_Film-Memorabilia_W0QQcoactionZcompareQQcoentrypageZsearchQQcopagenumZ1QQfclZ3QQfgtpZQQfposZRH10Q204UBQQfsooZ1QQfsopZ1QQftrtZ1QQftrvZ1QQga10244Z10425QQlopgZQQsabfmtsZ1QQsacatZ57QQsadisZ200QQsaobfmtsZinsifQQsaprchiZQQsaprcloZQQsaslcZ3QQsofocusZbs"; var asLink = false; // Load imdb page? var asLink = false;. Display title with link? var asLink = true;. // -------- Configuration block - End -------- // Open ebay page or add a link for the profile
function ebay() {
window.location.href = imdbURL; } //--> </SCRIPT> </HEAD> <BODY onload="ebay();" scroll="auto"> <h1></h1> </BODY> </HTML> |
|