Wednesday 06 April 2005 3:26:17 am
I want to let users to select an article in a folder from a dropdown list and then click an action button to go to the selected article. I have tried in many ways, but the action button dosn't work: I find myself always in the folder node. This is my (last) code:
<form method="post" action={$node.url_alias|ezurl}>
<div class="content-view-children">
<select name="ChildrenList[{$node.node_id}]">
{section var=child loop=$list_items sequence=array}
<option value="{$node.node_id}">{node_view_gui view=line content_node=$child}</option>
{/section}
</select>
<input class="button" type="submit" name="ChildSelect" value="Go" />
</div>
</form>
Which is the right "action" code?
Sandra Parente
www.netbliss.it
|