Opening payment screen in new window

Discussion in 'Customization & add-ons' started by sudn3sc3d, Mar 16, 2006.

  1. sudn3sc3d

    sudn3sc3d Guest

    Hey,

    After someone logs in and chooses a subscriptions and clicks on ORDER, the payment screen opens in the same window (even if im using a frame)

    How can i make it that when someone clicks ORDER, it opens in a new window?

    btw, it says this in member.html

    <input type=hidden name=action value=renew>
    <input type=submit value=Order>

    Do i have to chng tht?

    Thanks!
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    replace
    <form
    to
    <form target=_blank

Share This Page