Below is my code.
<input type="submit" class="thickbox btn btn-large btn-darkbrown" value="Prüfen" onclick="tb_show('https://ibe.dirs21.de/Channels/bayers-hotel/default.aspx?anreise='+document.getElementById('anreise').value+'&abreise='+document.getElementById('abreise').value+'&adults='+document.getElementById('adults').value+'&children=1'+document.getElementById('children').value+'&TB_iframe=true&height=800&width=800&modal=true')"
Issue:- If i click on submit, then the thickbox shows the same site and not the url.
I modified the code now to this:
It works, but how can i integrate the Values from the inputfields now?