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

3. Attributes show and actuate (show=new actuate=onLoad)

Description

If attribute show is set to new a new window is opened for displaying the link. When combined with attribute actuate equal to onLoad, the window is opened immediately. Because the element logo is empty, there are no visible links in the page (cf. Result).



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="onLoad">
 </zvon:logo>