[HTML] iframe取值

$("#searchIframe").contents().find("#set3109StudentID").val();

#searchIframe是frame標籤的id

http://stackoverflow.com/questions/1796619/how-to-access-the-content-of-an-iframe-with-jquery

留言