Hi Experts,
I solved my problem by following way:-
My javascript function
Quote:
<script type="text/javascript">
function myFunction() {
document.getElementById("dnn_ctr560_ProductDetails_ctl02_iframe1").src = "https://client.edocbuilder.com/html5plus.aspx?docCode=152922bd-f31e-4945-b836-266c42afc68f&docPwd=f1e6d7a2-6d14-45ae-89ca-5a3af6befde0&postbackURL=close&addToCartButton=Finished%20Editing&cancelButton=Cancel%20Order&approveWhenDone=true";
}
</script>
Code for Iframe:-<blockquote class="quote"><div class="op">Quote:</div></blockquote>
<blockquote class="quote"><div class="op">Quote:</div><iframe id="iframe1" runat="server" scrolling="no" width="600px" height="400px" src=""></iframe></blockquote>
Button by which I am calling javascript function:-
<blockquote class="quote"><div class="op">Quote:</div><input type="submit" value = "Customize" onclick="javascript:myFunction();return false;"/></blockquote>
Thanks For the help,
Mukesh