tags:

views:

28

answers:

0

Hi, I'm working on a calculator developed in .net. I need to link to this calculator from a html page hosted in another server. If this happens, the user would need to come out of the html page to a .net page with a completely url, etc. I've devised to have an iframe in the html page with .net calculator in it. This would mean that the users dont need to know they are in a different site.

Is this a good solution? What are the pros and cons of this?

Many thanks