Code: Select all
<a href="#">
<xsl:attribute name="onclick">window.open("render.php?page=booking_p-bkPaxEntry&mode=a&bookingID=<xsl:value-of select="bookingID" />&tourID=<xsl:value-of select="item/bkTourList" />", "", "width=400, height=400, titlebar=0,menubar=0,resizable=1");</xsl:attribute>
<button type="button">Add Passenger</button>
</a>Code: Select all
<a href="#" onclick="window.open("render.php?page=booking_p-bkPaxEntry&mode=a&bookingID=704&tourID=MAROCC&[color=#FF0000]departureDate=18/09/2009[/color]", "", "width=400, height=400, titlebar=0,menubar=0,resizable=1");"><button type="button">Add Passenger</button></a>Bit stuck here and could do with a point in the right direction.
Thanks!