Registered: December 20, 2008 | Posts: 12 |
| Posted: | | | | I have been wracking my brains triing to get this to work . I cannot as I am not all that HTML savvy . Someone please look at this and tell me what I am doing wrong . Thank you .
<!-- <DP NAME="HEADER_VARS" Language="JavaScript" Comments="True" IncludeCast="False" IncludeCrew="False">
function bluray() { var title = DP_Title; var matchErg = DP_Notes.match(/bluray:\s*(.+)$/i); if (matchErg) { var blulink = "http://www.blu-ray.com/search/dp/" + matchErg[1]; } else { var blulink = "http://www.blu-ray.com/search/movies?search=" + title; } window.location.href= blulink; }
//-->
This copied and edited for the most part from the amazon search script . Help please . |
|
Registered: March 18, 2007 | Reputation: | Posts: 6,461 |
| Posted: | | | | I went to that site and tested your search command. It doesn't work. Then typed the word "fifth" into the search bar, and sure enough Fifth Element popped up. Here was the resulting URL and command:
http://www.blu-ray.com/search/?action=search§ion=movies&keyword=fifth
That should be a good clue. Good luck. Maybe you can use the same method to get the template for other search options. | | | Thanks for your support. Free Plugins available here. Advanced plugins available here. Hey, new product!!! BDPFrog. | | | Last edited: by mediadogg |
|
Registered: December 20, 2008 | Posts: 12 |
| Posted: | | | | Thankyou , I don't know why I didn't think of that , it worked perfectly thanks . I tend to overthink things I guess . | | | Last edited: by anemul |
|