asked on April 4, 2018
Dear All
I am calling Weblink search command to display the result using Iframe and working fine but when I try to download the document it shows the Print window and show progress converting into Pdf but after this nothing happened.For more information, I am attaching video.
My HTML code for Iframe.
<!DOCTYPE html>
<html>
<head>
<title>Form in iframe</title>
</head>
<body>
<h1>Self Service Portal</h1>
<iframe width="1000" height="500" src="http://localhost/weblink/Search.aspx?searchcommand={[Accounting]:[Company Name]=Wolfskin}"></iframe>
</body>
</html>
is anyone face similar issue?
Thank You.
0
0