computer






 

Question by  Marsha (2337)

How do I access a form field inside IFrame?

 
+6

Answer by  dontwalkhand (27)

You would just use a script such as the one below: If the document is on the same domain: You can use javascript coding. If the document is not on the same domain, it looks as though you would not be able to do it, because of security settings.

 
+5

Answer by  suvankarc (173)

Document loaded in the IFrame is on the same domain as the parent frame, then you should be able to access it's contents like so

 
+4

Answer by  gigo (1706)

I assume that you are working with java script: write ames["IFramename"]putname This will only work, if the IFrame has loaded.

 
+4

Answer by  mickey8493 (10)

If the document loaded in the IFrame is with the same page as the parent frame, then the content could be accessed. If not then you will be denied access to the content due to security features of the browser

 
You have 50 words left!