Click here to Skip to main content
15,895,746 members

Comments by muneebalikiyani (Top 47 by date)

muneebalikiyani 8-Oct-13 8:32am View    
+5
muneebalikiyani 3-Oct-13 6:30am View    
what kind of setting elaborate
muneebalikiyani 3-Oct-13 6:22am View    
If you want to open a window within an iframe:

Create the iframe with a name.

<iframe name="theFrame"></iframe>
Now use the script this way:

window.open(url, "theFrame");
muneebalikiyani 3-Sep-13 6:17am View    
@rajeevkumar in your question you haven't mentioned that
muneebalikiyani 30-Aug-13 8:38am View    
+5