javascript - Capture inputs a form inside an iframe -


this question has answer here:

is there way can capture inputs in form inside iframe before being submited?

<iframe src="fromanothersite.com" /> 

i trying inputs in iframe

no, lead attacks such clickjacking, why browsers enforce same-origin policy security measure.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -