You are viewing our Forum Archives. To view or take place in current topics click here.
Paypal Script error VB
Posted:
Paypal Script error VBPosted:
Status: Offline
Joined: Apr 30, 201014Year Member
Posts: 2,100
Reputation Power: 79
Status: Offline
Joined: Apr 30, 201014Year Member
Posts: 2,100
Reputation Power: 79
Information of the problem:
I have created a program for people to buy consoles via a program and when they click the console they want a form will open with a web browser to the PayPal transaction but I keep getting a script error which is shown in the image below
[ Register or Signin to view external links. ]
I have created a program for people to buy consoles via a program and when they click the console they want a form will open with a web browser to the PayPal transaction but I keep getting a script error which is shown in the image below
[ Register or Signin to view external links. ]
#2. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
You'll notice that you commonly get script errors with IE. You need to get webkit cairo for .net which just adds the errors to a log on the js console.
I think it's possible to suppress these with the Silent property in VB. Or you can use code to do so easily.
Google it.
I still recommend webkit cairo for .net as it conforms perfectly with web standards, unlike most IE versions.
I think it's possible to suppress these with the Silent property in VB. Or you can use code to do so easily.
Google it.
I still recommend webkit cairo for .net as it conforms perfectly with web standards, unlike most IE versions.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 30, 201014Year Member
Posts: 2,100
Reputation Power: 79
Status: Offline
Joined: Apr 30, 201014Year Member
Posts: 2,100
Reputation Power: 79
ObscureCoder wrote You'll notice that you commonly get script errors with IE. You need to get webkit cairo for .net which just adds the errors to a log on the js console.
I think it's possible to suppress these with the Silent property in VB. Or you can use code to do so easily.
Google it.
I still recommend webkit cairo for .net as it conforms perfectly with web standards, unlike most IE versions.
I used this
WebBrowser1.ScriptErrorsSuppressed = True
but that didn't seem to help as when I click login to PayPal account it just unloads?
Also I'm not familiar with cairo for.net can you link me to a tutorial?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
#5. Posted:
Status: Offline
Joined: Apr 30, 201014Year Member
Posts: 2,100
Reputation Power: 79
Status: Offline
Joined: Apr 30, 201014Year Member
Posts: 2,100
Reputation Power: 79
thanks for your help but I just changed it so it opens in browser thanks anyway!
+rep
+rep
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.