I dont know if this would suit your needs, but you could add a hidden element to the form like
<input type="hidden" value="(plug in ip's here)" name="listboxData">
then you could grab $listboxData in the post page
It's hard to tell without seeing the code and what exactly you are trying to accomplish