Give the frame an ID and name. Ex: id="myFrame" name ="myFrame". Then you
can access it via JavaScript. Ex:
document.frames("myFrame").src = "nextpage.htm"
or
document.all.myFrame.src = "nextpage.htm";
--
David Berry
Microsoft MVP - FrontPage
FrontPage Support:
http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
-----------------------------------
"Xero" <(E-Mail Removed)> wrote in message
news

79F4D77-E42C-48C0-A34C-(E-Mail Removed)...
> hello,
>
> how can i change the page displayed in an <iframe> element using
> JavaScript?
>
> (in JavaScript, not the 'target' property of the <a> tag please)
>
> thanks,
>
> Xero