That is what I thought. I am still trying to get my head totally into
Fusebox.
Previously I used the following to create a pop-up menu on the page:
<select name="keywords" onchange="MM_jumpMenu('parent',this,1)">
<option>Categories & Themes</option>
<% write(stavelib.KeywordMenu)%>
</select>
Would I now do the following: ( I know the following is not Fusebox but
hopefully you know what I mean)
Include("qry_findcustomthemes.a4d")
Include("act_buildthemepopup.a4d") `results are placed in $results
Include("lay_printnavigation.a4d") ` contains the pop-up menu
``````` on the lay_printnavigation.a4d page
<select name="keywords" onchange="MM_jumpMenu('parent',this,1)">
<option>Categories & Themes</option>
<% write($results)%>
</select>
````````
Thanks
On 10/4/05 11:07 AM, "Aparajita Fishman" <[EMAIL PROTECTED]>
wrote:
> In this case putting queries and actions in a library doesn't buy you
> much. The whole purpose of fusebox is to keep related code together
> in a circuit. Stuffing it in a library kind of defeats the purpose.
============================================
Michael P. Goldsmith [EMAIL PROTECTED]
SSS 4 Computer Solutions, LLC (603) 496-8032
33 S. Commercial Street http: //www.sss4solutions.com
Manchester, NH 03101
============================================
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/