Hi. I have customized DocView.aspx (and .vb) a little bit in Visual Studio.
I am having some minor and major problems.
1 - Title tag can not be changed using the title tag in the html head. How can I do this?
2 - Where does WLConnection.LogError write error information?
3 - the querystring param &cr=1 can cause an error the first time Docview.aspx is shown,
but it isn't being written by me. Is there any way to avoid this?
4 - I don't think this is related to #3.
On a server, I get an error on the first DocView.aspx try, but it works on the second try.
If there is no action for 20 minutes, then next time I try, I get an error.
Is there a session connection that I can open before the first use and keep open?
5 - This was asked here, but no answer was given.
https://answers.laserfiche.com/questions/99272/How-to-remove-Metadata-and-Annotations-tabs-from-the-left-table-on-the-DocView-page-in-Weblink
In brief, does anyone know why these work in WebLink 8.3, but not in WebLink 9?
MetadataTab.Style("Display") = "none"
AnnotationsTab.Style("Display") = "none"
Thanks, Howard