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. It is not appropriate to use Id as the target. If target="myFrameId", it is only supported by the new version of Chrome and Opera, and it does not work in IE10 and FF. A small detail that took a lot of time. |
<<: Why do code standards require SQL statements not to have too many joins?
>>: Basic principles for compiling a website homepage
Table of contents 1. How to find duplicate rows 2...
In fact, this problem has already popped up when I...
Table of contents From father to son: Son to Fath...
Table of contents useMemo useCallback useMemo We ...
Input subsystem framework The linux input subsyst...
Table of contents 1. Introduction 2. The first me...
Preface We need to retrieve certain data that mee...
Table of contents 1. Overview 1. Introduction to ...
When I installed php56 with brew on mac , I encou...
With the popularization of 3G, more and more peop...
1. Installation of MYSQL 1. Open the downloaded M...
Table of contents 1 What is container cloud? 2 In...
This article example shares the specific code of ...
There is a table user, and the fields are id, nic...
When doing web development, you may encounter the...