ZVON > Tutorials > XLink - Simple Links
Prev | Next | [Help]

5. Attributes show and actuate (show=replace actuate=onRequest)

Description

If attribute show is set to replace then the link is opened in current window. When combined with attribute actuate equal to onRequest, the window is not opened automatically.



Source Result
  <zvon:doclink xmlns:zvon = "http://www.zvon.org"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xlink:type="simple"
   xlink:href="xml5_out.xml"
   xlink:show="replace"
   xlink:actuate="onRequest">
  After clicking on this link 
  the following example will 
  open in this window.
 </zvon:doclink>


 
After clicking on this link the following example will open in this window.