Button to External page - doesnt work in Modal ?
Posted: 2015-05-24 06:39
It seems like this should be pretty easy but I am stumped.
I added a button to a generated file, say \templates\entered_dogs_templateDV.html
Here's what I added
<hr>
<a target="_blank" href="../UKICC/entered_classes.php?&s_Show_ID=<%%VALUE(Show_ID)%%>&s_UKI_Number=<%%VALUE(UKI_Number)%%>&s_UKI_Dog_Number=<%%VALUE(UKI_Dog_Number)%%>" class="btn btn-primary btn-lg">Enter/Update Runs</a>
<hr>
When I click this button from the entered_dogs_view.php file, it works fine, launching my external page in a new tab.
However, when I click this button after arriving here in a Modal popup page, the button click does not do anything. It just doesnt respond at all to clicks.
I can choose to right-click and "Open in New Tab" and that works, but otherwise it's dead, Jim.
There must be some jQuery trick I need for getting this link to work in all cases?
This works: Here, the link doesnt work Thanks,
Greg
I added a button to a generated file, say \templates\entered_dogs_templateDV.html
Here's what I added
<hr>
<a target="_blank" href="../UKICC/entered_classes.php?&s_Show_ID=<%%VALUE(Show_ID)%%>&s_UKI_Number=<%%VALUE(UKI_Number)%%>&s_UKI_Dog_Number=<%%VALUE(UKI_Dog_Number)%%>" class="btn btn-primary btn-lg">Enter/Update Runs</a>
<hr>
When I click this button from the entered_dogs_view.php file, it works fine, launching my external page in a new tab.
However, when I click this button after arriving here in a Modal popup page, the button click does not do anything. It just doesnt respond at all to clicks.
I can choose to right-click and "Open in New Tab" and that works, but otherwise it's dead, Jim.
There must be some jQuery trick I need for getting this link to work in all cases?
This works: Here, the link doesnt work Thanks,
Greg