I need to get variables from a html link, this is the link and when it is clicked it shows the popup window.
<a href='#' onclick=\"show('poruka');var idporuke=$porid; \">Pogledaj<a>
And I have var idporuke=$porid;
which is working like a charm. But I need to pass that variable to php script? I can't use GET or POST methods.
iframe
HTML element. – RSully Aug 20 '11 at 12:59