有人知道height:expression(1); aho:expression(autoResize())"中的aho是什么意思吗?该如何处理

有人知道height:expression(1); aho:expression(autoResize())"中的aho是什么意思吗?
<IFRAME   id= "similardocument "   style= "height:expression(1);   aho:expression(autoResize()) "中   aho   是什么意思呢?

------解决方案--------------------
应该多去网上查查,我刚找到的
aho 是装载时自动执行的一个函数
------解决方案--------------------
setExpression Method Internet Development Index

--------------------------------------------

Sets an expression for the specified object.

Syntax

object.setExpression(sPropertyName, sExpression [, sLanguage])
Parameters

sPropertyName Required. String that specifies the name of the property to which sExpression is added.
sExpression Required. String that specifies any valid script(JScript, JavaScript, VBSCript) statement without quotations or semicolons. This string can include references to other properties on the current page. Array references are not allowed on object properties included in this script.
sLanguage Optional. String that specifies one of the following values: JScript Default. Language is JScript.
VBScript Language is VBScript.
JavaScript Language is JavaScript.

这个aho就是sPropertyName,你可以自己给它命名。