RE: SharePoint 2010 and February 2011 CU

2011-03-06 Thread Paul Noone
Has anyone run the 2007 updates yet? Any notable fixes or issues? Regards, Paul -- Online Developer/SharePoint Administrator, ICT Infrastrcuture Team CEO Sydney From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Paul Turner Sent: Friday, 4 March 2011 8:12 PM To:

RE: Australian Community SharePoint Conference 2011

2011-03-06 Thread Paul Noone
See u all tomorrow bright and early for Bloody Marys at the Hilton. ;) From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of Tony Finnemore Sent: Thursday, 3 March 2011 3:57 PM To: 'ozMOSS' Subject: RE: Australian Community SharePoint Conference 2011 Hi Paul I will

Encode XSL field value

2011-03-06 Thread Paul Noone
Hi all, I've customised a list form with a form button that redirects to a new form where it pre-populates the Title field using the value supplied in the query string. Problem is users want to be able to use illegal characters in the title field! Can someone tell me how I can encode my Title

RE: Encode XSL field value

2011-03-06 Thread James Boman
Could you try something like this? input type=button value=Enquire Now name=btnFormAction onclick=var strTitle = encodeURIComponent('{@Title}'); window.location.href='../Apply/Apply.aspx?title=' + strTitle; return false; / From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On