Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding a link to the Accesspoint portal for refereshing the page (Qv9)

Hello,

I am planning to add a link to the accesspoint portal " Referesh Page" which when the user clicks ,refreshes the window. (Qv9)

Is there some change required in the index.html file?

Please help.

Thanks in advance

1 Solution

Accepted Solutions
Not applicable
Author

add this to index.htm

<a href="javascript:this.location.reload();" style="color: #0000FF ;font-weight: normal">Refresh Document List</a>

View solution in original post

2 Replies
Not applicable
Author

Yes, modify index.htm or header_footer.js page, Regards.

Not applicable
Author

add this to index.htm

<a href="javascript:this.location.reload();" style="color: #0000FF ;font-weight: normal">Refresh Document List</a>