More than just DX News

DX Calendar October 2023

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
SV9/OH1VR JW7XK JW6VM JW9DL JW5X TO5A
VK9LAA TO8FH V63CB
A22EW PJ5/W5JON
5X3K V6SX
T32AN H40WA
T22T PZ5TW
J88PI 3G0Y XR0Y
NH0/DL2AH YJ0CA
W8S ZL7/SP5EAQ
TX6D V63AH
5W0LM FG4KH
6W/IV3FSG
T32AZ
E6AM
T2C
E51JAN
ZD9W
V73AH
FO/F6BCW
YJ0TT
YJ0NA
VK0AW
FH4VVK
If you want to implement calendar on your site simply add the following code:
<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=21&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>
You can change the size of calendar by changing width property in URL
For bigger calendar set greater value of width. For example

<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=30&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>