I have created a node in the file section of the farcry site called guides.  What I want is to populate a select box with all of the pdfs that are present in this node and when selected pop them open in a new window.  This is what I have and its causing the content for the entire page to disappear can someone tell me what need corrected.

 

<cfscript>

            // get navigation elements to root

            navFilter=arrayNew(1);

            navfilter[1]="status IN (#listQualify(request.mode.lvalidstatus, "'")#)";

 

qguides = application.factory.oTree.getdescendants(objectid=application.navid.guides, depth=1, afilter=navFilter, lColumns='filename');

</cfscript>

 

 

<form action="">

<b>An Agents Guides To...</b><br>

<select >

    <option>Choose a guide</option>

    <cfloop query="qguides"><option value="files/#qguides.filename#">#qguides.lNavIDAlias #</option>

            <cfloop>

</select>

</form>

 

Thanks

 

Jaci

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to