Link to home
Start Free TrialLog in
Avatar of JCWEBHOST
JCWEBHOST

asked on

internal browser

hey guys i have a problem i have a software where my client bought, now my job is to implement the payment process, but the internal browser throws i java erorr when connecting to a paymeny site?


i asked the payment sites why it is throwing a erorr, they say they support ie7 and above.  and i can not switch off the java error messages

i do not know what to do?

User generated image
Avatar of nirdeshsingh
nirdeshsingh
Flag of India image

This usually occurs when there is a problem with the web designers code.  you can turn off the error message. Open internet properties on your pc. Click on the advanced tab. Go to the browsing section and place a check mark next to Disable script debugging (Internet Explorer), Disable script debugging (Other), and Display a notification about every script error. This should solve your problem with the script error warning.


if doesn't work then...You need to work on your script.
Only you can do this until you provide a code for connectivity and payment gateway.
Avatar of JCWEBHOST
JCWEBHOST

ASKER

my script? i have no access to https://www.vsc
Hi,

Are you using IE6? If yes, then upgrade to IE8. Microsoft recommends XP users to upgrade to IE8, which will solve your problem!

Moreover, IE6 is faded out and Microsoft is not supporting it!

I think with IE8, you shouldn't be having any problems according to the Payment site!

Moreover, try with Firefox or Chrome!

Hope it helps u...
i am using IE8 but this is a windows appication which i never program, all i know it is using IE7 and .net frame 3.5 and it is a internall browser
Hi,

Then add this META to the page -

<meta http-equiv="X-UA-Compatible" content="IE=8">

Open in new window


Hope it helps u...
but i did a responds.redirct(""); with a http post to post the values to the paymeny website.
i cant place a meta tage on they page?

my website is www.bkphotobooks.co.za and when i post it goes to https://www.vsc.co.za
ASKER CERTIFIED SOLUTION
Avatar of Roopesh Reddy
Roopesh Reddy
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks