How can I change the image uploaded by DedeCms to not open in a new window when I click to open it?
This method can be used in conjunction with clicking on the picture to enter the next page. Although clicking on the picture is implemented to enter the next page, the picture will still open in a new window, so just delete the relevant code
Recommended learning: Dream Weaver cms
The modification method is as follows:
Edit and open\include\FCKeditor\editor\dialog\dede_image .php
Search: onclick=\"window.open('$urlValue')\" Delete
Search: Delete
Complete the above two steps and then regenerate the page.
The above is the detailed content of How to change the picture uploaded by DedeCms to not open in a new window when clicked to open it?. For more information, please follow other related articles on the PHP Chinese website!