Skip to content

Instantly share code, notes, and snippets.

@kdoran
Created February 24, 2012 21:35
Show Gist options
  • Save kdoran/1903901 to your computer and use it in GitHub Desktop.
Save kdoran/1903901 to your computer and use it in GitHub Desktop.
BV ui call in button
<a id="reviews_writeReview_btn" href="#" onclick="$BV.ui('rr', 'submit_review', {submissionUI: 'LIGHTBOX',
allowSamePageSubmission: true,
doLogin: function(callback, success_url) {
window.location = 'http://www-dev.golfsmith.com/login?fnm=reviews&redirect=' + success_url;}, submissionContainerUrl: window.location.href, productId: '30053772'});" title="Write a Review for the TaylorMade Burner SuperFast 2.0 Driver"> Write a Review for the TaylorMade Burner SuperFast 2.0 Driver</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment