Sie sind nicht angemeldet.

1

Freitag, 16. Mai 2014, 09:35

Onclick event to return to previous page..

How can I make a button to return to previous page? *confused*


Here I added Onclick event... (tour.xml)

Zitat

<plugin name="return" url="img/btn_back.png" keep="true" visible="true" handcursor="true" onclick="goBack();" />


Also I added below on the html tag... (tour.html)

Zitat

<script
type="text/javascript">// <![CDATA[function goback() {window.history.go(-1);}// ]]></script>
But it doesn't work.. *huh*
Any help would be appreciated!


Thank you.

2

Montag, 19. Mai 2014, 12:49

Do:
onclick="js( goBack() );"

See:
http://krpano.com/docu/actions/#js

Best regards,
Klaus

3

Freitag, 20. März 2015, 23:53

Do:
onclick="js( goBack() );"

See:
http://krpano.com/docu/actions/#js

Best regards,
Klaus



Does this work with the html5 player as well?

4

Samstag, 11. Juli 2015, 06:12

very good *thumbup*