Forum Moderators: open
Although my HTC file can easily manipulate items (eg: spans, form elements, etc) using conventions like
"parent.document.all['holder'].value = 'tito';", i can't seem to access functions on that page using something like:
parent.document.fncSplicer();
or
fncSplicer();
Any idea how to utilize functions that exist outside the HTC file itself?
rob
<sorry, no emails in signatures>
[edited by: tedster at 4:48 am (utc) on Dec. 12, 2002]
Microsoft HTC Reference [msdn.microsoft.com]
I hope that's some help - it may at least help others who read this thread to get a handle on what HTC files are.