well this is on a sharepoint site and i dont really have access to the server infos at all, do you happen to have an example of what that code might look like?
You'd need to parse the URL. You can access it by using something like:
Code:
var theUrl = window.location;
Then once you've parsed it, you can show / hide sections of content using CSS. Of course, you need a way to access the elements. Let's assume you wanted to hide a DIV element with an ID of "wibble". You would use:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.