Open multiple html files in separate...

User 556652 Photo


Registered User
146 posts
Online Now

Does anyone have an idea of how to open several (3) HTML files each in a new tab by clicking a Picture Link in an open HTML page?

___________
Artist At Heart
User 556652 Photo


Registered User
146 posts
Online Now

Solved.

Added an HTML element.
added code to the element.

<p>
<a href="#" onclick="window.open('http://google.com');window.open('http://yahoo.com');">
<img alt="Multi-Open" src="./images/multi-open.png" width="97" height="43">
</a>
</p>


Done!
___________
Artist At Heart

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.