New Post: Access Page Owner contact email?
True, true, though that then requires a bit more functional writing to get the url path. Maybe one extra line of code, but probably another half hour of testing.Anyway, late last night I finished the...
View ArticleNew Post: SPServices GetListItems throws intermittent issue
I haven't seen that error before. Do you have any custom fieldtypes on your list?M.
View ArticleNew Post: SPServices GetListItems throws intermittent issue
No custom fieldtypes in the list. When debug the jQuery source code on GetListItems call, at the ajax call code , received the following error. And this error is intermittent. Status 500, Internal...
View ArticleNew Post: Looking for some help with SPServices.SPCascadeDropdowns
Hello,I have just started using SPServices and Jquery and have run into a stumbling block with SPServices.SPCascadeDropdowns and was wondering if anyone could help. I started very simple and I'm...
View ArticleNew Post: SPServices GetListItems throws intermittent issue
Well, the responseText is coming from the server, so yes, it's a problem server-side. Try using the list's name rather than the GUID.M.
View ArticleNew Post: Looking for some help with SPServices.SPCascadeDropdowns
My guess is that your form page isn't in the list context. SPServices expects that form pages will live with the default forms.M.
View ArticleNew Post: Access Page Owner contact email?
GetListItems will generally work for anonymous users, as long as anonymous access ie enabled, of course. There are some authentication situations which are just so messy that they mess things up.M.
View ArticleNew Post: Access Page Owner contact email?
Good to know. It will wind up being a matter of testing. I wrote a separate function to transform a "contact page owner" link at the bottom of the site's masterpage that checks if the above...
View ArticleNew Post: Access Page Owner contact email?
It definitely sounds useful, so please do.M.
View ArticleNew Post: GetUserProfileByName returns user cannot be Found error
Hi,I am trying to get the user profile information for any given user.When using this method, I get the error as User Cannot be Found.But SPGetCurrentUser is working fine and returning the values that...
View ArticleCreated Issue: SPRedirectWithID does not re encode the querystring [10110]
After the redirection, the Source variable in the query string is not encoded. There are cases where you end up with not proper usrls like...
View ArticleNew Post: Uploading Attachment to a list item
Hi, I need help in adding an attachment to a list in sharepoint and later to retrive the names of the attachments when I show the list details in a form. Can anyone guide me in this please. Or any...
View ArticleNew Post: Accessing the information "stored" in the _layouts/storman.aspx
Hi,I was wondering whether there was any way for accessing the information showed by the _layouts/storman.aspx e.g. the size of each size into the site collection and so on ... . tanksMarco
View ArticleNew Post: Accessing the information "stored" in the _layouts/storman.aspx
Marco:There's nothing available in the SOAP Web Services to access that information that I am aware of. However, you could AJAX in that page and parse out the information you want.M.
View ArticleNew Post: Accessing the information "stored" in the _layouts/storman.aspx
Thanks for your reply. May ask you a little more info (a link to study it would be great ... ) about the sentence " you could AJAX in that page and parse out the information you want " . Thanks for...
View ArticleNew Post: Accessing the information "stored" in the _layouts/storman.aspx
Take a look at the SPGetCurrentUser function in SPServices. In that function, I use AJAX to grab the userdisp.aspx page and parse it to obtain information about the current user.M.
View ArticleNew Post: Accessing the information "stored" in the _layouts/storman.aspx
OK ... I will. Many thanksMarco.
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
why dont expand this function to all the _layouts ? .... it would be great
View ArticleNew Post: How can I add a header x-requestdigest (canary to every post request)
sympmarc, Sharepoint Web Services are susceptible to Cross Site Request Forgery attacks if they do not validate a form digest or can not validate the X-RequestDigest value. Based on the security...
View ArticleNew Post: Looking for some help with SPServices.SPCascadeDropdowns
Thanks Marc that did it.
View Article