Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Navigation After Deleting A Site

  Asked By: Keaton Boyle         Date: Nov 29, 2006      Category: Sharepoint      Views: 180
 

Someone mentioned that the webdeleted.aspx page was not very useful. I
agreed and that is why I posted the following Tip:
www.msd2d.com/.../Tip_viewitem_03NoAuth.aspx\
7d-8a5959ed2955§ion=SharePoint

Now that it is a little over a year later, I revisted what I had done and
came up with an additional enhancement. Besides putting a link on the page
to go somewhere, which requires user action, I added a meta tag to the page
to automatically redirect to our portal Home page after 5 seconds. This cna
be done by adding the following to the <head> of the page:

<META HTTP-EQUIV="REFRESH" CONTENT="5; URL=/">

You can redirect to anywhere you want by changing the CONTENT="5; URL=/">
to go wherever you want.


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:        

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Navigation After Deleting A Site Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].