i need to set the value/values of a form select field in an iframe using jquery.
how can this be done?
i need to set the value/values of a form select field in an iframe using jquery.
how can this be done?
If you know what to do with jquery once you have access to the iframe - this thread should help:
How to access the content of an iframe with jQuery?
Caveat: This is probably going to be a problem cross-domain, so you may be out of luck