Page auto close after load?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Benjamin Chew
    New Member
    • Dec 2010
    • 1

    Page auto close after load?

    hi... i have the following javascript code embedded into a vb file that onclick will launch a page to get payment from the user.. but now when the user click on the button, the page pop up for abt a sec or 2 then it auto close itself.. need help urgently on this...

    below is the code i use:

    Code:
    Me.ImagebuttonPay.Attributes.Add("onClick", ("javascript:OpenNewGeneric('http://myportal.caribbean.com.sg/ipay/ConfirmPage.aspx?BookingID=" & oneVO.BookCode & "','resizable,scrollbars=yes,status=no,titlebar=yes  ,toolbar=no,menubar=no,top=10,left=10,height=480,w  idth=600')"))
Working...