I embedded my OsClass page into a page on my site by calling it in an iframe statement. This lets me retain my webpage header & footer, but still use the OSClass page within it. It loads fine and I can browse items that have been posted, but I'm unable to login to OsClass. Here's the code I added to my site:
<iframe src="<URL of my website>/OSClass/" width=900px height=1400px frameborder="0" >
</iframe>
If I access <URL of my website>/OSClass/ directly, I can login to OSClass, so I know the site and my login are working.
Anyone know why I can't login to OsClass when accessed in this manner?