This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Call URL


Hello

I am attempting to pass a param (help_url) from a
template in one XSL document to another XSL document
in another frame. The goal is to have a link on my top
navigation for help. When the user clicks on the link,
a popup window will be launched which will contain the
URL of the help_url param.

I hope this makes sense. Thanks for answering my silly
question.

<xsl:call-template name="help">
           <xsl:with-param name="help_id"
>helpManage</xsl:with-param>
           <xsl:with-param
name="help_url">/html/help/webhelp/planning/location_manager/define_location_c.htm</xsl:with-param>
</xsl:call-template>

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]