***SOLVED***
This is probably a very basic and stupid question.
I have an image that I want to open another window(tab) when clicking on it, both in a web browser and iPad/iPhone, but I don't know the code to put in the in-between the quotations. It can't be something as simple as onclick="http://www.google.com"
Can anyone spare a bone for this coding dunce?
|
Source code
|
1
2
3
4
5
6
7
|
<plugin name="tourlogo"
url="tourlogo.png"
align="bottomleft"
onloaded="set(alpha,0); tween(alpha,1.0);"
onclick=""
keep="true"
/>
|