I am a new user to Sharepoint. I have created a link to another app.
Example: https://www.abc.com/OrderTrackingSystem/Production/Orders_list2.asp
At the end of this Link I would like to pass a paramter. The parameter would be the user logged into sharpoint.
Example: https://www.abc.com/OrderTrackingSystem/Production/lOrders_list2.asp?s_name=blahblah
Can someone help. In my application programs this user can be called by using a built in function like request.variable.logonuser. But I am actually writing code to be able to do this. Where do I even start in sharepoint. I would assume I would assign it to some type of variable and then place that at the end of the link. But where would this occur. Any step by step help or direction would be appreciated?