Last active
August 29, 2015 14:04
-
-
Save jonyt/90ca127816010fed7d30 to your computer and use it in GitHub Desktop.
Boxit widget example usage - dropdown and map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>דוגמא</title> | |
</head> | |
<body> | |
<form> | |
<script type="text/javascript" src="http://www.boxit.co.il/exmp/js/dropdown.js"></script> | |
<script type="text/javascript">Boxit.create();</script> | |
<a href="#" onclick="openMap(); return false;">מפה</a> | |
<input type="submit" value="הזמן"> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment