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.
But I do not know a way to get a form to submit that info (because it's an image). Is there a way to make this work?
Basically I only know how to get a form to submit things like text in a field.
Can the PHP submit something like the name, alt, or filename attributes in the image tag?
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.
But I do not know a way to get a form to submit that info (because it's an image). Is there a way to make this work?
Basically I only know how to get a form to submit things like text in a field.
Can the PHP submit something like the name, alt, or filename attributes in the image tag?