As I indicated in my previous post, I need to set up a SharePoint page with some frequently-updated lists. And I need this SharePoint page to be refreshed automatically every minute.
Here are some methods I tried.
Continue reading ‘How to refresh a SharePoint page automatically in 60 seconds’
Related posts
In SharePoint 2007 (WSS 3.0), you can put any URLs in the Links List. But when you click any of these links, they will be opened in the same browser window instead of in a new window.
I checked the Internet, and found a couple of ways to open the links list in a new window. The first one was the simplest one as I am concerned. I implemented and it worked for me.
Continue reading ‘How to open SharePoint link list item in a new window’
Related posts
As I posted on How to set the DefaultButton in a Page Based on ASP.NET Master Page, a DefaultButton property has been defined in the ASP.NET pages which can fire the onClick event in asp.net page when the Enter key is pressed. But I got another new problem: when I pressed Return key in a multiline textbox, a new line was not generated. Instead, the in-completed form was tried to be submitted.
And I found out it caused the problem only when I used Firefox, and I tested it in IE everything was fine.
According to the Microsoft Online Support, there is a in-compatible issue in ASP.net 2.0 generated Javascript.
Continue reading ‘How to fix Enter key press issue in multiline textarea with defaultbutton defined in asp.net page’
Related posts
Blog Comments