Ok, heres my checkout button code:

<form action="https://checkout.google.com/api/checkout/v2/checkoutForm/
Merchant/XXXXXXXXXXXXXXX" id="BB_BuyButtonForm" method="post"
name="BB_BuyButtonForm">
    <input name="item_name_1" type="hidden" value=""/>
    <input name="item_description_1" type="hidden" value=""/>
    <input name="item_quantity_1" type="hidden" value="1"/>
    <input name="item_price_1" type="hidden" value="5.0"/>
    <input name="item_currency_1" type="hidden" value="USD"/>
    <input name="_charset_" type="hidden" value="utf-8"/>
    <input alt="" src="https://checkout.google.com/buttons/buy.gif?
merchant_id=XXXXXXXXXXXXXXX&amp;w=121&amp;h=44&amp;style=white&amp;variant=text&amp;loc=en_US"
type="image"/>
</form>

I think I need to change the first line somehow to make it open in the
current browser page, if anyone knows how I can do that your help
would be greatly appreciated.

On Nov 10, 3:11 pm, "Dan (Google Employee)" <[EMAIL PROTECTED]>
wrote:
> Hi Phil,
>
> You can change the location of the iGoogle page by setting the value
> of window.parent.location to whatever page you want. Alternatively,
> you can set target="_blank" in the href tag to open in a new window.
> I'm not familiar enough with the Checkout buttons to know whether they
> can be modified under the TOS, so you'll have to check that, first.
>
> Best,
> Dan
>
> On Nov 8, 2:51 pm, Phil Pesola <[EMAIL PROTECTED]> wrote:
>
> > I am trying to use a gadget to embed a Google Checkout button on my
> > page, but when I click the button, it opens the page inside the
> > gadget. Can I make new pages open in the current browser page instead?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to