I have an IFRAME that contains a url from a spreadsheet account.
Now this file changes to an other file every month. If got the links from the other files as well.
So I would like to cycle thru those urls on the first day of that month.
example for 1 January the src of the iframe should go to the link for the januari.xls
for 1 february the src of the iframe should go to the link for the february.xls
I’ll have 2 urls in advanced that I will have to manually update every two months.
And i’m a novice JS user, real novice…