I needed an adaptor to play a couple of VHSc tapes so I was looking for a cheap price. This does meet the inexpensive criteria, and it does do the trick. BUT, it's extremely hard to use. The VHSC tape takes a lot of work to insert into the adaptor AND get it back out. It does work however and does what I needed it to do. As I relaxed and didn't worry about handling it a little roughly, it beacame easier to use.
Comment | Permalink |
function showYesNoCommunityResponse(uId,result,value) {
var msgLayer = getElement("thanks" + uId);
if ( result == "SUCCESS" ) {
msgLayer.innerHTML = "Thanks for the valuable feedback you provided to other Amazon.com readers and reviewers. Your vote will be counted and will appear on the product page within 24 hours.";
} else {
showVoteErrorResponse(msgLayer,result,value);
}
}
(Report this)