Archive
Posts Tagged ‘SharePoint Online’
How do I: Create a simple form to collect data in SharePoint 2010
October 26, 2012
Leave a comment
This was done using a SharePoint Online site.
There is an important piece of JavaScript code that allows you to re-direct your page once the “Save” button is click:
<input type=”button” value=”Save” class=”btnStyle” name=”btnSave” onclick=”javascript: {ddwrt:GenFireServerEvent(‘__commit;__redirect={http://sharepointsource123-web.sharepoint.com/CRT005/SitePages/RedirectLanding1.aspx}’)}” />
Categories: SharePoint, SharePoint 2010, SP2010
JavaScript, SharePoint Designer 2010, SharePoint Online
SharePoint Online: Video Streaming
October 26, 2012
3 comments
The following video demonstrates how to add streaming video to a SharePoint Online private site collection.
Please note: this will not work on a SharePoint Online public website
Categories: SharePoint, SharePoint 2010, SP2010
Private Site Collection, SharePoint Online