I am new to PHP (CSS user) so excuse my ignorance, but here is what I need to do...
I have a page where right now someone clicks to browse catalog and a popup opens. When they select an image it closes the window and places the image in an iframe back on the main page, not in the popup.
In the popup window, this is the code:
<a href="IMAGE" target="ss1"><img src="IMAGE"></a>
where ss1 is the name of the iframe inside the main page
This then puts the customers chosen item, into a makeshift form on the main page.
Is there a way to do this with PHP?
I am unaware of a code/function that would onClick place an image onto another page.
I have a page where right now someone clicks to browse catalog and a popup opens. When they select an image it closes the window and places the image in an iframe back on the main page, not in the popup.
In the popup window, this is the code:
<a href="IMAGE" target="ss1"><img src="IMAGE"></a>
where ss1 is the name of the iframe inside the main page
This then puts the customers chosen item, into a makeshift form on the main page.
Is there a way to do this with PHP?
I am unaware of a code/function that would onClick place an image onto another page.