hi,

I am currently using an IFrame (in my jsp) to bring up a third party web content(ex.a payment page from www.hsbc.com). i want the external site to handle all the user actions (within the iframe).

In this case I am unable to capture the errors or exception that the external website throws.

Is there a way to bring up third party web content using Ajax with better error handling mechanism ?

FYI : webservices not available

Regards
Wee

Recommended Answers

All 2 Replies

There is no mechanism for bring content out of local domain with Ajax.

You could consider using a screen-scraper, or cURL, or a proxy to get around the javascript CrossDomain ajax security policy.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.