I am stuck up in a requirement where i need to get the site collection url to pass in a function. Please help?
feedback
|
closed as not a real question by August Lilleaas, Stefan, Andrew Barber, Shoban, the Tin Man Jan 18 at 10:09
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
You can use the You can find more information about it here | ||||
|
feedback
|
|
you have 2 options: 1) in your javascript use the L_Menu_BaseUrl variable. it contains the relative url of the site collection 2) if you need the absolute url you can use the following javascript code snippet in the server control:
It renders absolute url to the site collection. the approach (2) allows you to form up the url you need on the server side. I hope you got the idea. Good luck. | |||
|
feedback
|