I need your help with a simple code allowing me to setup a HTML5 page
where I have iframe tag with a src address target that will change everyday depending on the day of the date.
For example:
<iframe src="https://www.mypage.com/**day**.html"></iframe>
Where day changes everyday.
Any help will be appreciated.