Domino Code Fragment

Code Name*
How change a frames content with an @URLOpen.
Date*
04/28/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.3.17.79.60
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")