I have working web project.
I have created view controller for jsp page
When i loading jsp page into another jsp by jquery. It is passiing
Refused to display ' in a frame because it set 'X-Frame-Options' to 'DENY'.
I have imported like this...
$(".tab-content").append(
"<div class='tab-pane' id='tab" + num_tabs + "'>"
+"<iframe src='leads-creation' height='100%' width='100%'></iframe>"
+ "</div>"
);
I have created view controller already