- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
I already manage my custom link with those parameters, but when I generate that new link, using my web application as the page to display, it looks like this:
that web page does not exist, but on the other hand if I remove the /r/ from that generated custom link, it does exist and it works as I wish.
The problem comes in that whatever formula I use, it does not generate the link if I delete /r/ inside the formula:
[...] else { %><%@ include option='NmsTracking_ServerUrl' %><% } %>/r/?id=<%= [...]
And I need it to be generated without the /r/:
[...] else { %><%@ include option='NmsTracking_ServerUrl' %><% } %>?id=<%= [...]
But I don't know how to do it. Thanks.
Views
Replies
0 Likes
Total Likes