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
Blu-ray.com
Author Message
DVD Profiler Unlimited Registrantanemul
If You see Kay
Registered: December 20, 2008
Posts: 12
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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 .
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,412
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
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&section=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
DVD Profiler Unlimited Registrantanemul
If You see Kay
Registered: December 20, 2008
Posts: 12
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
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
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next