[Isis-users] [DKIM] External PHP

Francisco Tamor fttamor at yahoo.com
Mon Feb 13 16:03:41 CET 2023


Dear Roger,
Thank so much for your help and quick response. I tried the codes that you sent but it still won't work. The last one loads the viewer.php but no pdf was embeded. The other with a </form><form> tag has the same effect as my codes. I will try working around with it and see the effect.
Regards,
Francisco

Sent from Yahoo Mail on Android 
 
  On Sun, Feb 12, 2023 at 23:44, Roger Guilherme<memoria.info at gmail.com> wrote:   Dear Francisco,

I checked the closing of the <form> and saw that by the structure of iAH it is quite complicated to insert a form inside another form.

If you notice, page navigation is not working in your iAH that has this <form>

My suggestion is to replace it with link and apply a button style with CSS.

I believe the line below solves the whole issue:

'<style>'
'.btn {
  background-color: #1f8b21;
  color: white;
  padding: 8px 10px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  margin: 5px;
  transition: 0.3s;
}'

'.btn:hover {
  background-color: #4bbb4e;
}'
'</style>'

'<a class="btn" href="/viewer.php?pdffile=/bases/theses/pdf/'v990*4'" target="_blank">View PDF</a>'
Try replacing your entire form with this code and see if it works better.


Best regards,
Roger C. GuilhermeABCD Community | Systems Librarian 
Telegram/Whastapp: +5551992380849 - Brazil

https://abcd-community.org/
http://abcdbrasil.org  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20230213/3c9e2464/attachment.html>


More information about the isis-users mailing list