I need your super help to end a project. I've a homepage.html that contains a drop down menu generated by different < option >. at the end of the form I have submit button that leads to booking.html page that contains an iframe.
I would need to take the value (number) generated by previous form and put it at the end of the url of the src iframe, so that the iframe changes depending on the previous choice.
and..the src is on a different domain. So the final result would be something like: < iframe src="domain2.com/?=dynamic_number" >
I have no idea how to do that.
Thanks in advance and sorry for my bad English..