iFrame and javascript
-
i have a web page which has i frame on it and in that frame i have another web pag with controls on it is there a way i can use javascript to set a textbox inside the frame view chad
-
i have a web page which has i frame on it and in that frame i have another web pag with controls on it is there a way i can use javascript to set a textbox inside the frame view chad
Hi Chad: If you the pages are from same site/domain, you may be allowed to check and set. But even if domains vary a bit you would encounter Permission Denied from JavaScript Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/
-
i have a web page which has i frame on it and in that frame i have another web pag with controls on it is there a way i can use javascript to set a textbox inside the frame view chad
example: main.htm parent.myframe.document.all.mytext.value="it's my lover"; tt.htm d