cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
410
Views
15
Helpful
2
Replies

CSCvm47922 - AUP wont open as link on Guest Self-Registration page.

jacob.parker
Level 1
Level 1

Hi Gents,
 

i anybody there who fixed this problem?

 

 

Kind regards, 

Jacob 

2 Replies 2

jacob.parker
Level 1
Level 1

Hi Gents, 


my solution looks like this. :-)

 

<script>

setTimeout(function() {


jQuery('.cisco-ise-form-buttons:first').hide()

});

</script><script>


$(window).ready(function() {

var hostname = window.location.hostname;

var WebSessionId = window.location.href.substr(window.location.href.search("\\?")).split("=")[2];

jQuery('.cisco-ise-form-buttons:last').prepend(' <center><a href="https://xxx.xxx.xxx.xxx:8443/portal/AupView.action?from=SELF_REGISTRATION" target="_blank" class="ui-link" >Please read the terms and conditions</a></center>');


});

 

</script>

 

Kind regards, 

Jacob

I used it the script on the "sign on" page. Because the href on this page is a java link.
On the "registration form" the href is a html code. And on this page it works for every client.
e.g. iPhones, Android, several browsers and so on.