i have a default.aspx page which contains a iframe, whose source is set to a default.htm page. The default.htm in turn has a link to a script file(). Is it possible to access the functions in the script file in my default.aspx page ?if so how ??
Share
Assuming that default.htm is on the same domain as default.aspx,
you can use the following javascript to call functions in default.htm: