home
design & development
Lotus application development
print design
web site development
request a design quote
solutions & consulting
Notes and Domino application development
Lotus Domino administration
Securence Mail Filtering
UNITRENDS backup and recovery
Lotus Notes / Domino Apps
free Lotus Notes apps
hosting
web site hosting
Lotus application hosting
check your mail
request a hosting quote
publishing
media and publishing
sound
client services
help & support
Make Payment
Client Access - Workboard
billing & payment policies
copyright & liability policies
pricing & turnaround policies
privacy statement
contact
e-mail MW
get files
send files
Specifying a Frame in a Domino Web Page's Hotspot
Author: Tripp W Black
Created: 04/19/2002 at 10:14 AM
Category:
Notes Developer Tips
Hotspots
Opening to different frames is quite easy.
However, be careful. Framesets are notorious for making a "bad site" with frames loading in wrong frames, etc.).
To specify a frame in a link in Notes:
1. Open the page containing the link in edit mode.
2. Locate and right click the link and choose hotspot properties.
3. Under the URL field is a frame field. Do one of the following options below.
Frame Options
<blank> - specifies for the browser to take/keep the defaults
<_top> - specifies for the browser to open full window in the current browser window
<_new> - specifies for the browser to open the link in a new window. *
<framename> specifies to open link in the specified frame named "framename" *
* If you enter a frame name that does not exist in the current window, the link will open in a new window instead. In other words, "_new" is just a convention, you can make a new browser open clicking a link with any framename name that does not currently existing in the frameset (browser window that contains the frames).
previous page
×