Click here to Skip to main content
15,891,993 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi.
I have a iframe tag as shown below.
I used it into wordpress site tablepress plugin. I want to embed and put this iframe into a cell that table. how i can edit this iframe tag so that the iframe SRC open in new tab?
Another thing which i want is the new tab URL must be editable or be in sub URL of my domain.
Please help me how to do this issue.

Thanks.

What I have tried:

i am a beginner in wordpress and html and JavaScript coding. please help me!
Posted
Comments
Richard Deeming 2-Nov-20 10:52am    
Your question is not clear. An iframe is for embedding another page within the current tab. If you want to open something in a new tab, create an <a> element with target="_blank" and set the href attribute to the page you want to open.

NB: You cannot open new tabs without user interaction.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900