| 
                                                             Tuesday 07 June 2005 3:54:57 am 
                                                            
                                                                
                                                                 Hello, following what is outlined here: http://www.ez.no/ez_publish/documentation/incoming/http_post_to_url_conversion i still cant make it work, this is my code:         
<form action={"content/action"|ezurl} method="post" >
{let 
folder=fetch( 'content','node',hash('node_id',60))
}
<input type="hidden" name="DestinationURL" value="{$folder.url_alias|ezurl(no)}" />
<SELECT  name="(type)" size="1">
<OPTION value="0">0</OPTION>
<OPTION value="1">1</OPTION>
<OPTION value="2">2</OPTION>
</SELECT>
<INPUT name="Submit" type="submit" value="Submit"/>
{/let}
</FORM>
    this load a 'this page cannot be displayer' in IE with the url          mysiteurl/index.php/mysite/content/action 
     wich i assume is correct. the DestinationUrl resolves to          /index.php/mysite/thefolder 
    The URL i would like to have in the end is something like:         
mysiteurl/index.php/mysite/content/view/full/60/(type)/0/
 
    Thanks for your time. Dennis                                                             
                                                                                                                     |