Property "Hyperlink | Site" <site>

Top  Previous  Next

The site the target file is in is specified via the "Hyperlink | Site" property. 3 site types are defined in mmDesigner:

{this.site} : Is the default, meaning the target page is located in the same site where the current page is also exists.

<A project site>: If the target page linked to is under another site of the project that site should be selected. This way the Application Studio can resolve its full URL correctly.

Examples

Assumptions:

Site1: Active Site

Site2: The other site mapped to web application "otherappl"

 

Value

Site

Outcome

Page1

{this.site}

display.doms?pg=Page1

Page1.htm

-

Page1.htm

http://www.xyz.com

-

http://www.xyz.com

Page2

Site2

/otherappl/display.doms?pg=Page2

ServletA?p1=xyz

Site1

ServletA?p1=xyz

/cgi-bin/bcd.cgi

Site2

/otherappl/cgi-bin/bcd.cgi

(*) assuming that the "mailer" component is located in Site2

See Hyperlink.