adaptable
Junior Member
- Aug 15, 2014
- 124
- 75
Hi guys,
I think I am looking for a javascript developer (I think) - I honestly do not know much about it nor if it's possible to make.
Here's the current scenario;
My links/images/whatever contains both an href and an onclick function.
So when a user clicks it, it opens two new pages; href in same windows and onclick function in a new window.
This way the browser does not block/warn or anything when "opening" two links.
What I am looking for;
The same thing happening just by applying a class to any element e.g.:
And when it's clicked, a "script" triggers the onclick function based on the class "website02"
The goal is to avoid any browser warnings.
Let me know if this is possible and feel free to drop me a PM with price.
Best regards
I think I am looking for a javascript developer (I think) - I honestly do not know much about it nor if it's possible to make.
Here's the current scenario;
My links/images/whatever contains both an href and an onclick function.
So when a user clicks it, it opens two new pages; href in same windows and onclick function in a new window.
Code:
<a href="http://www.website01.com" onclick="window.open('http://www.website02.com');">TEXT</a>
What I am looking for;
The same thing happening just by applying a class to any element e.g.:
Code:
<a href="http://www.website01.com" class="website02">TEXT</a>
The goal is to avoid any browser warnings.
Let me know if this is possible and feel free to drop me a PM with price.
Best regards