Oleg Konovalov wrote:
Thank you everybody, that was very useful.

One more question:
For that popup I have a URL:
<a>
   <xsl:attribute name="href">
<xsl:text>window.open('custdata_popup?bunit_num='</xsl:text>
      <xsl:value-of select='sql:row[2]/sql:param1'/>
<xsl:text>, 'custdata_popup', features);</xsl:text>
    </xsl:attribute>
</a>
If the user clicks a second time on the same link
(say, custdata_popup?bunit_num=123),
it rightly refreshes that popup.

But for me it is desirable to launch another popup in case of
another link (with custdata_popup?bunit_num=234).

How to achieve that ?

Give every window you open a different name.

Regards,

--------------------
   Luca Morandini
www.lucamorandini.it
--------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]