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

4. Attributes show and actuate (show=new actuate=onRequest)

Description

If attribute show is set to new a new window is opened for displaying the link. When combined with attribute actuate equal to onRequest, the window is not opened automatically.



Source Result
  <zvon:logo xmlns:zvon = "http://www.zvon.org"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xlink:type="simple"
   xlink:href="zvon.gif"
   xlink:show="new"
   xlink:actuate="onRequest">
  Click here to open the picture in new window.
 </zvon:logo>


 
Click here to open the picture in new window.