Copy code The code is as follows:<iframe id="myFrameId" name="myFrameName" scrolling="no" frameborder="0" style="width:200px; height:150px; "></iframe> <a href="../ashx/Print2DCodeImage.ashx?codeInfo=Demo123" target="myFrameName" >Print QR code</a> The target of the a tag above points to the iframe named myFrameName, not the Id. If target="myFrameId", it is only supported by the new version of Chrome and Opera, and it does not work in IE10 and FF. |
<<: Vue backend management system implementation of paging function example
>>: VMware configuration VMnet8 network method steps
1. Set up Chinese input method 2. Set the double ...
There is often a scenario where the image needs t...
This article mainly introduces 6 solutions to the...
Table of contents 1. Help Command 2. Mirror comma...
Chinese documentation: https://router.vuejs.org/z...
mysql batch delete large amounts of data Assume t...
Preface Docker has been very popular in the past ...
This article shares the MySQL Workbench installat...
The detailed steps for installing mysql5.7.19 on ...
Problem description (environment: windows7, MySql...
Introduction: This article takes the sample proje...
Overview Volume is the abstraction and virtualiza...
This article describes a proposal for a metadata ...
As shown below: select name from mysql.proc where...
I have been working on a project recently - Budou...