c121
01-16-2014, 02:44 PM
Hello,
I use now this iframe schript:
<iframe src="www.mysite.com/link.php" width="100%" height="280"> </iframe>
<script language="javascript" type="text/javascript">
But I need a Iframe script that use a differend url based on the day of the week. Like something:
Iframe www.mysite.com/monday.php
Iframe www.mysite.com/tuesday.php
etc.
Is this possible?
I use now this iframe schript:
<iframe src="www.mysite.com/link.php" width="100%" height="280"> </iframe>
<script language="javascript" type="text/javascript">
But I need a Iframe script that use a differend url based on the day of the week. Like something:
Iframe www.mysite.com/monday.php
Iframe www.mysite.com/tuesday.php
etc.
Is this possible?