Tagged Questions
1
vote
0answers
172 views
_spBodyOnLoadFunctionNames.push Not working in firefox
I tried this in firefox i dont know why its not working but it working in other browsers
function loadmonth() {
alert('called');
}
_spBodyOnLoadFunctionNames.push("loadmonth");
1
vote
1answer
372 views
SPWeb is undefined
I am a newbie in sharepoint and only for 1 month. I am using sharepoint 2007,.aspx. and doing for an email form with some validation, after user pass the validation the email send.
But I'm getting the ...