1
vote
2answers
42 views

How to modify the sharepoint 2010 NewItem2 function?

In sharepoint 2010, I want to add javascript to the alerts popup window page, but I don't want to modify the actual layouts file. I want to dynamically insert javascript in it. Basically the button to ...
1
vote
2answers
60 views

Reference to hidden CEWP

could you help me with the following problem. I have a html and java code drawing a table below a SharePoint list, in the table I place some calculation based on the list above and it works fine, ...
0
votes
1answer
51 views

How do I stop Sharepoint 2010 from asking to download html links as files?

At first glance it looked as though my issue was one that could be resolved by implementing the fix mentioned here but I am still encountering the issue being that html links are being downloaded ...
4
votes
0answers
116 views

SharePoint XML Web Part dynamically adding xml link

Is there a way to dynamically insert a variable in the <XMLLink> --variable here--</XMLLink> tag? I'm trying to read an URL parameter which will contain the xml files path. What I am ...
1
vote
2answers
572 views

form validation

I am new in javascript. I want to validating a form with five columns. FormDescription My Form Contain 5 input fields and one submit buttom I want following output 1.Initially submit button ...
1
vote
2answers
592 views

List view loses focus when additional webpart added to page

I have a list page to which I need to add an additional webpart (in this case, a more powerful filter). However, the ribbon doesn't appear because the listview does not have focus. This is easily ...
0
votes
3answers
3k views

SharePoint 2010 - pull value from SharePoint list and pass through HTML link

I have a list with a column that contains a url. For exmaple: --LIST-- ID Name URL 1 MSN http://www.msn.com -- Now, what I need to do is pull the value in the ...