Hi I want to add google book preview button to my website.
Its code is something like :
<script> GBS_setLanguage('en');</script>
<script>GBS_insertPreviewButtonPopup('ISBN:0596009208');</script>
Now the problem is I get the ISBN number from the previous page.
So I have to include this in C# code on the page.
So how this can be done ?
I tried doing it but it just does not compile
Used this code to do what I wanted… But it places the script/ google preview button (in my case) to either header or the footer . But no other way to do this.