guxudong
11-23-2003, 03:07 AM
there is a iframe in main html
how to how to control the Iframe.src
>function link(url)
{
document.frames.ID.location=url
}
.....
<html>
...
<iframe name=ID src=xxx.asp>
</iframe>
...
</html>
is it ok???
how to write link(url) event
I write is right?
how to how to control the Iframe.src
>function link(url)
{
document.frames.ID.location=url
}
.....
<html>
...
<iframe name=ID src=xxx.asp>
</iframe>
...
</html>
is it ok???
how to write link(url) event
I write is right?