New answers tagged html
1
You're right with multiple being introduced in HTML5. But as I've just read SharePoint 2007 seems to use XHTML. So you can probably getting it to work by changing the definition.
In XHTML you have to use the multiple attribute like this:
<input type="file" multiple="multiple" />
Sources:
SharePoint 2007 using XHTML: ...
0
It is not good practice for many reasons to modify out-of-the-box SharePoint files, the most obvious being that this type of customization is officially unsupported. For details please follow, for example this article.
In your scenario there are at least 2 ways how to provide additional client side functionality for Alert dialog:
Override NewItem2 ...
0
If I'm not wrong you can find this function into C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS{LCID} folder. There is the init.js and init.debug.js. Of course, you will have these files for each language that is installed to your environment.
But I do not recommend you to make changes in these files, because these ...
0
What you describe can largely be done through a specially formatted mailto link though you will have to build that link somehow.
You could also add a custom feature as outlined here but that sounds like it might be a little beyond what you need.
1
This should still be possible using FrontPage instead of SharePoint Designer.
In the Folder List, right-click the page that you want as your new home page, and then click 'Set as Home Page'.
NOTE If the Folder List is hidden, on the View menu, click Folder List.
Instructions taken from the link below:
Navigation in Frontpage 2003.
Please see these ...
Top 50 recent answers are included