Hi,
When you are in Yahoo compose screen, you can click To:, Cc: and Bcc: links to add the mail addresses from address book. When I click on any of these three, it opens a new window using window.open and gets all the addresses from address book. When you check whatever addresses you want and click on 'Insert Checked Contacts' button, these addresses gets populated in the corresponding input text fields in the Compose screen. How does it do it?
I clicked on the 'View Source' button for the address book window. When 'Insert Checked contacts' button is pressed, it is submitting the form. My question is after submitting this form, how does the server communicate to the browser window to populate the To:,Cc: and Bcc: addresses?
If you check the 'View Source' for the Compose window after selecting addresses from address book window, it stays the same as old, it will not be a new file, I mean this page is not refreshed.
Can somebody explain what happens internally?
Thanks a lot in advance.
When you are in Yahoo compose screen, you can click To:, Cc: and Bcc: links to add the mail addresses from address book. When I click on any of these three, it opens a new window using window.open and gets all the addresses from address book. When you check whatever addresses you want and click on 'Insert Checked Contacts' button, these addresses gets populated in the corresponding input text fields in the Compose screen. How does it do it?
I clicked on the 'View Source' button for the address book window. When 'Insert Checked contacts' button is pressed, it is submitting the form. My question is after submitting this form, how does the server communicate to the browser window to populate the To:,Cc: and Bcc: addresses?
If you check the 'View Source' for the Compose window after selecting addresses from address book window, it stays the same as old, it will not be a new file, I mean this page is not refreshed.
Can somebody explain what happens internally?
Thanks a lot in advance.