vvomble
Programmer
- Dec 5, 2011
- 8
Hi me again lol.
i got a calender widget off motigo and every time i click a date it takes me away from my site and the only way back is to click back button is there anything in this code i can do to make it when a person clicks a date the redirect happens in a new tab?
thanks in advance
i got a calender widget off motigo and every time i click a date it takes me away from my site and the only way back is to click back button is there anything in this code i can do to make it when a person clicks a date the redirect happens in a new tab?
Code:
<script type="text/javascript">
var motigo_monthview_months = 3;
var motigo_monthview_frame_width = 150;
var motigo_monthview_frame_height = 450;
var motigo_calendar_id = 35590;
var motigo_calendar_token = "433d0d0d3c4815b";
</script>
<script type="text/javascript" src="[URL unfurl="true"]http://35590.calendars.motigo.com/js/calendar/month_view.js"></script>[/URL]
thanks in advance