Look at the code first Copy code The code is as follows:<div style="position:relative; width:[flash width]px; height:[flash height]px;"> <a href="Fill in the link address" target="_blank" style="position:absolute; width:[flash width]px; height:[flash height]px; left:0; top:0; z-index:100"> </a> <button style="width:[flash width]px;height:[flash height]px; position:relative; z-index:1; background:transparent;border:none;padding:0;cursor:pointer;" onclick="window.open('Fill in the link address')"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=7,0,0,0" width="[flash width]" height="[flash height]" id="Untitled-1" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="Fill in the flash ad address" /> <param name="quality" value="high" /> <param name="wmode" value="transparent"> <param name="bgcolor" value="#ffffff" /> <embed src="Fill in the flash ad address" quality="high" bgcolor="#ffffff" width="[flash width]" height="[flash's height]" name="mymovie" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </button> The a tag is used to solve the problem of FF, Chrome, Opera and other browsers not jumping when clicking, and the button is used to solve the problem of IE browser |
<<: Rhit efficient visualization Nginx log viewing tool
>>: Practice of using SuperMap in Vue
1. Environment VS 2019 16.9.0 Preview 1.0 .NET SD...
1. Global Object All modules can be called 1) glo...
Normally, you'll need to read everyone's s...
This article shares the specific code of js to re...
Table of contents Overview Code Implementation Si...
Table of contents 1. Slow query configuration 1-1...
1. Implementation ideas The purpose of interface ...
This article example shares the specific code of ...
Preface Recently, I have been taking some time in...
JPQL stands for Java Persistence Query Language. ...
As shown in the following figure: When we use vir...
After the worker process is started, it will firs...
Nowadays, application development is basically se...
Table of contents 1. Global beforeEach 1. Global ...
Table of contents 1. Don’t treat objects as Maps ...