0
Well what I’d like to do is call the database data to be displayed only the main data in a table, and in that same table having the preview button where when I press it opens a window with the rest of the database information. The part of displaying the main information I’ve done, but I don’t know how to get it to open another window and display the rest of the information from that id.
This is the table that shows the BD information already with the button to open another window with the rest of the BD information:
]
This is the part of the code that displays the information:
Place your code not images.
– Costamilam
Ever tried to use
target="_blank"
in the</a>
and in thehref
pass id via GET?– Sam
But you want to open a popup window or a new tab?
– Sam
It would be more interesting to open a modal and pull the data via Ajax.
– Sam
If you want help and an answer to your problem, instead of posting images post the code so we can copy, test and present a solution. Any questions please read this post https://pt.meta.stackoverflow.com/questions/5483/manual-de-como-n%C3%83o-fazer-perguntas/5485#5485
– user60252