Domino Code Fragment

Code Name*
How change a frames content with an @URLOpen.
Date*
06/28/2025
Source (or email address if you prefer)*
[email protected]
IP address:.172.70.127.89
Description*
How change a frames content with an @URLOpen.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:

<BODY>
<frameset cols =150,* frameborder=0 framespacing=0 border=0>
<frame src="leftframe.htm" noresize border=0 marginwidth=0 marginheight=0 scrolling=no name="left">
<frame src="bodyframe.htm" noresize border=0 scrolling=auto name="main" marginwidth=0 marginheight=0>
</frameset>


Formulae for your hotspot or button:

To change the left frame:

@URLOpen("http://www.yourwebserver.com\" target=\"left")

To change the main frame:

@URLOpen("http://www.yourwebserver.com\" target=\"body")