Tagged Questions
0
votes
0answers
18 views
<input multiple \> file upload not working in SharePoint 2007 [migrated]
I am working with some code in SharePoint 2007 where a file upload control is built on a page with an HTML input element.
The original intent was to upload a single file. That worked fine. Now, I ...
0
votes
1answer
60 views
Having trouble styling a span within an anchor tag in IE6 CSS
The company I work for still uses IE6 therefore I am required to make sure that my site works in IE6 browsers. I'm having trouble styling due to the constraints of the code design done through ...
0
votes
2answers
53 views
Multiple Nav update Jquery
Created a header and footer nav. The header nav contains 1 UL and the footer nav contains 5 UL. I want the li:first child of each UL in the footer nav to match up with the header nav. The footer nav ...
0
votes
1answer
99 views
Header/ Footer nav update jquery
I created a header and footer navigation with different states using jQuery. I'm having an issue updating the header nav when the footer nav is clicked. For example when the user clicks list 1 in the ...
0
votes
1answer
247 views
Sharepoint 2007 HTML Form submitting to PHP Script not working
I am working in Sharepoint Designer 2007 through the web API to set up a form for a client of mine. The form simply collects some data, and upon submit, a PHP script compiles the data into a formatted ...
1
vote
4answers
2k views
Adding a .css file into sharepoint
I am trying to include this line of html into a sharepoint 2007 content section inside a page i have just created. I am the owner.
<link rel="stylesheet" type="text/css" ...
0
votes
2answers
112 views
MOSS 07 editform.aspx fails to commit and goes to blank html page
Found solution from Microsoft Blog... see below
OK, to start I don't like the word random but I cannot find any correlation in test cases for this problem so I am going to use random to describe ...
0
votes
2answers
954 views
FancyBox 2 + IE8 / Chrome - Fails to work
Good afternoon!
I need some help here. I've been beating my head against the wall here and can't figure out why fancybox won't work. I am trying to load some iframes with some links and have them ...
0
votes
0answers
326 views
Issue with sharepoint designer 2007 workflow email, extra newline
I am generating a workflow to send e-mail reminders for users on a SP 2007 site. I went the route of designing the worklow through SP Designer 2007. Everything works properly except for the format of ...
3
votes
1answer
142 views
mailto in IE breaks after adding Search Core Results Web Part
I'm trying to create a link that pops open a new email in outlook:
<a href="mailto:[email protected]?subject=blah">Feedback</a>
and this works fine in firefox, but in IE9 it's ...
0
votes
2answers
253 views
How to locate/edit the original source html of an aspx page on a sharepoint site
I am working with a MOSS 2007 site, the page I am currently trying to make additions/changes to specifically is a popup. The page is an .aspx file and I know where it is located, but simply put I am ...
1
vote
3answers
193 views
How to add/test inexisting element in a XLS template?
Context
This is for a Custom Query Web Part (CQWP) in SharePoint 2007. I am extracting a list of event from a calendar and I want to display a list of current system State for all system, even if ...
0
votes
1answer
3k views
Accessing Sharepoint list data in a normal HTML page using JavaScript
I am trying to create a simple HTML page where i wanted to display a list of items from a SharePoint list. Basically my JavaScript has to pull the data from SharePoint list and display in HTML page.
...
1
vote
3answers
882 views
Sharepoint 2007 and <!DOCTYPE html>
Greetings...
I'm trying to get my Sharepoint 2007 site to render in Standards mode when browsing in IE.
Since "!DOCTYPE html" makes every browser that I might be worrying about do just that, I ...
0
votes
1answer
403 views
moss 2007 List Forms - dynamic field logic
I'm using MOSS 2007 for the NewForm.aspx need to implement field logic i.e whether to show certain fields based on the values of preceding fields.
I have implemented a similar solution embedding a ...