User Profile
Collapse
-
thank you i will try that -
that's ok thanks but in mycase 2nd frame src is url like http://192.168.1.6/sample.html.
i want assign that text box.Code:<form name="f1"> <input type="text" name="contact"></form>
javascript function not working for that because 2nd frame src not local.it stored in another computer.so i want access external dom fileLeave a comment:
-
-
yes i have already tried it is not coming.
2nd frame src is a url another server 192.168.1.4.
the file is present another system.can i modify that file form text field value.Leave a comment:
-
From FRAME A, I'm trying to access the content of FRAME B, which is loaded in from a different server. Is there a way of doing that? Can I assign everything on the page contained in FRAME B to a variable and then examine the contents of this variable?
please help me ?Leave a comment:
-
i'm not able to pass variables between those frames.
is it possible to access dom objects of url address.please help me.
thanksLeave a comment:
-
cross frame scripting
i have two frames in a frameset. i want pass variables between them i have write the following code.
in forte.html fileCode:<frame set> <frame src="forte.html" name="frame1"> <frame src="http://192.168.1.6/sample.html" name="frame2"> </frame set>
i wrote the following script
<script language="javas cript">...
No activity results to display
Show More
Leave a comment: