Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7775595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:40:16+00:00 2026-06-01T17:40:16+00:00

Hi I want to add google book preview button to my website. Its code

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:40:17+00:00Added an answer on June 1, 2026 at 5:40 pm

    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.

             HtmlGenericControl script1 = new HtmlGenericControl("script");
            script1.Attributes.Add("type", "text/javascript");
            script1.Attributes.Add("src", "http://books.google.com/books/previewlib.js");
            this.Page.Header.Controls.Add(script1);
    
            string GoogleScript = "";
    
            string isbncode = "";
            if (Page.Request.QueryString["isbn"] != null)
                isbncode = Page.Request.QueryString["isbn"];
    
            GoogleScript = "GBS_setLanguage('en'); GBS_insertPreviewButtonPopup('ISBN:";
            isbncode = isbncode + "');";
    
            HtmlGenericControl script3 = new HtmlGenericControl("script");
            script3.Attributes.Add("type", "text/javascript");
            script3.InnerHtml = GoogleScript + isbncode ;
            this.Page.Controls.Add(script3);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to achieve something like the following: UrlBuilder ub = new UrlBuilder(http://www.google.com/search); ub.Parameters.Add(q,request);
i want to add button to my personal app. like google maps has at
I want to add something like this in my application(Google Map) when i tap
I want to add Toggle show-rows like Google analytics top content. At the bottom
I have a URL like: http://www.google.com/test.html?d=1232&u=32 and I want to add it as a
I want add duplicate keys in map,output like the one below: google:Android,google:Maps,apple:iPod,apple:iPhone,apple:iOS Is it
i want to add tracking to my website. I saw google analytics which seems
I want to add Google search in my website, so that it will search
friends, i want to add google like circular current location icon in my application
I want to add google analytics to our website and have read some conflicting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.