I want to make a button to link to a URL.
Looking at the Answer, I found it.May be I can do it by using java.
But I want to complete with Search.
Is that possible?
<html>
<center>
<p>google</p>
<button>
<div>
<li><a href="http://www.google.com/">Google</a></li>
</div>
</button>
</center>
</html>
Sorry.
I was self resolved.
Although it did not work in IE(Windows Server 2012R2), it worked using another browser from another terminal.
Sorry.
I was self resolved.
Although it did not work in IE(Windows Server 2012R2), it worked using another browser from another terminal.
var openDashboard = function(){
window.location.pathname = "/en-US/app/pulsedevapp/adani_dashboard_html2_jeet_clone";
};
$('#btnhome').on('click', openDashboard);
What do you mean by "But I want to complete with Search."? Do you want to pass tokens from search to the link? Also where is the URL pointing i.e. internal to Splunk like dashboard or to external link?