I want to show an availability calendar on my website. I want this availability calendar to match the availability calendar I use and frequently update on a website where I pay to be a subscriber.
You can view the availability calendar I am trying to dynamically display on MY OWN WEBSITE (which is in the very early stages of development):
Source of availability calendar:
http://www.proz.com/profile/855013
About halfway down the page on the left.
I also want to also be able to click a link to make a popup calendar with more information, just as on the webpage linked above. That would give me something like this:
http://www.proz.com/?sp=calendar&entity_id=855013&float=1&visitor=1
You can see EXACTLY what I am trying to do by viewing my website at:
http://www.norwenglish.net/blank_page.php
On this page I was successfully able to copy my availability calendar (using just source code), but of course, it doesn't dynamically update. It is now stuck in June, more specifically on the date when I did this, June 7. I am looking for a way to do something that looks EXACTLY like the above, but dynamically changing to reflect the days date, and the updates to my availability which I do almost daily on that website. I want to avoid having to update my availability on my own website as well.
Any suggestions to how I can implement this will be greatly appreciated, and it DOES NOT need to be perfect - I don't care if there is 5% or something of people who use browsers where this won't work.
Possible to do this with Iframes?
Would I be violating some kind of copyright law, based on copying the content from www.proz.com, where I pay to be a member?
The following code always bounces me away from my website:
<iframe src="http://www.proz.com/?sp=calendar&entity_id=855013&float=1&visitor=1" width="25%" height="25%"
scrolling="yes">
</iframe>