You are viewing limited content. For full access, please sign in.

Question

Question

Configure WebLink to redirect to an internal page when clicking on the My WebLink button

asked on February 25, 2014

I have a client that is looking into how to configure WebLink to redirect to an internal page when you click on the My WebLink button. Where am I going to be able to make that change?

 

0 0

Answer

APPROVED ANSWER SELECTED ANSWER
replied on February 25, 2014

There are a few ways you can do this.

 

1. Edit the codebehind for each of the pages that contain the link for "My WebLink" and change the href from MyWebLink.aspx to your internal page. The various pages are Welcome.aspx.vb, Browse.aspx.vb, DocView.aspx.vb, and Search.aspx.vb. The line you want to change is

PrefsLink.HRef = "MyWebLink.aspx" & OneDBID

Note that you'll need to recompile the application afterwards.

 

2. The other option is to hide the "My WebLink" link in the aspx pages and create your own link directly in the HTML on the actual aspx pages. The benefit of this is that you won't need to recompile.

2 0

Replies

replied on February 25, 2014

Thank you very much for the information. I will inform the client of their options. 

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.