Hi,
I am trying to open an jsp in iframe.My code is below:
<iframe src="/jsp/dataMigration/test11.jsp" height="100" id="fram"
marginheight="8" marginwidth="8" width=100% scrolling=no
frameborder="1" name="Migration"></iframe>
But its not working fine.showing 404 error
Can anybody help