From: <an...@co...> - 2003-08-19 18:55:22
|
Hi all guys, does anyone can tell me how can I setHtml in a layer from another frame? <frameset rows="50,*" border=0> <frame src="engine.php" name="engine" marginheight=0 marginwidth=0 scrolling=no noresize></frame> <frame src="visual.php" name="visual" marginheight=0 marginwidth=0 scrolling=no noresize></frame> </frameset> In a few words, I have mylayer in frame visual and I want to do: mylayer.setHtml(...) from the frame engine. I know that I can use the DynDocument api, but it seems it doesn't works.... thanks for your help antonio |