[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Execute asp page during transformation
Subject: Re: [xsl] Execute asp page during transformation
From: "Giancarlo Rossi" <giancarlo_rossi@xxxxxxxxxx>
Date: Sat, 28 Oct 2006 11:08:25 +0200
|
I need only how can I send a parameter to a page outside the xsl.
For example I partially solved using a frame:
<iframe style="display:none" src="insert.asp?da_apt={codice_ow}"></iframe>
But I dislike this instance... It could be dangerous.
There is another way to do it ?
Thanks in advance.
Regards.
|