<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
since this is more general relevance, I am copying in the ISIS users-list.<br>
<br>
The 'cruzarABCD' script is a solution Guilda offered to make hyperlinking in a PFT easier, but in fact we don't need it that much since there is an alternative way of doing the same : putting a href-link with a full wxis-IsisScript list of parameters in the
 PFT.<br>
An example will make it much more clear : for the author field in the RDA-database we have the following code in the 'rda_opac.pft' :<br>
if p(v100) then '<tr><td colspan="2">AUTHOR:</td><td colspan="3" id="v100">',if npost(['rda'],'AU_'v100^a)>1 then (v100^a,'<a href="/cgi-bin/utf8/wxis/iah/scripts/?IsisScript=iah.xis&lang=en&base=RDA&nextAction=lnk&exprSearch=',s(mpu,v100^a,mpl),'&indexSearch=AU"
 target=new>',' (',f(npost(['rda'],'AU_'v100^a),1,0),' works from same author in our calatog)</a><br>') else | |v100^1,| |v100^2,| |v100^a,| |v100^b,| |v100^c,| |v100^d,| |v100^e,| |v100^f,| |v100^g,| |v100^j,| |v100^k,| |v100^l,| |v100^n,| |v100^p,| |v100^q,|
 |v100^t,| |v100^u,| |v100^0,| |v100^4, if iocc<>nocc(v100) then '<br>' fi/, fi,'</td></tr>' fi/<br>
<br>
Here in fact on the first part is relevant, as the 2nd part is meant to show the number of other records from the same author (the 'FRBR' idea). So the part to understand and  copy is :
<br>
<div><a href="/cgi-bin/utf8/wxis/iah/scripts/?IsisScript=iah.xis&lang=en&base=RDA&nextAction=lnk&exprSearch=',s(mpu,v100^a,mpl),'&indexSearch=AU target=new><br>
This will re-launch wxis with the OPAC script on the RDA-database and search on the uppercase author-name (V100^a).<br>
<br>
I hope this helps to create similar such applications.<br>
<br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Egbert de Smet<br>
Universiteit Antwerpen</div>
</span></font></div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF934876" style="direction: ltr;"><font color="#000000" size="2" face="Tahoma"><b>From:</b> Renate Morgenstern [rmorgenstern@iway.na]<br>
<b>Sent:</b> Saturday, May 20, 2017 9:23 AM<br>
<b>To:</b> De Smet Egbert<br>
<b>Subject:</b> Display format in IAH<br>
</font><br>
</div>
<div></div>
<div>Good morning,<br>
<br>
<br>
I am busy with a display format in IAH. In ABCD central this format works fine, by searching for other subjects, but not in IAH.<br>
<br>
(if p(V901) then '<tr><td width=20% valign=top><font face=arial size=2><b>Subjects</b></td><td valign=top><font face=arial size=2>'`<a href='javascript:CruzarABCD("`v901`","SU_")'>`v901`</a>`,'</td>' fi/)<br>
<br>
Is there  a way that I can use something else than CruzarABCD?<br>
<br>
Thanks and regards,<br>
Renate<br>
<br>
<br>
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>-- <br>
<table cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>Renate Morgenstern<br>
Tel.: +264 61 242124<br>
Cell: +264 81 2910284<br>
Fax: 088637518<br>
Windhoek, Namibia </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>