It will disappear from the menu, but the code should work
fine.
--
--
Tom Muck
co-author Dreamweaver MX 2004: The Complete Reference
http://www.tom-muck.com/
Cartweaver Development Team
http://www.cartweaver.com
Extending Knowledge Daily
http://www.communitymx.com/
"Tag2007" <webforumsuser@macromedia.com> wrote in
message
news:eq8n1r$8hh$1@forums.macromedia.com...
> Hi Guys,
> I asked a while back an how to loop horizontally and was
put on to Tom
> Muck's
> horizontal looper, and this works brilliantly.
>
> But I thought Id put in a bit to allow the user to state
the colums and
> rows
> via list boxes and tries this and set these values to
Vars and where the
> looper
> code in my page is i changed the numeric values to may
new vars and its
> just
> lost the plot...
>
> The recordset and looper dissapear from my server
behavors window and the
> page
> does work but the navigation bar doesnt show ??
>
> Im wondering if any of you guys have tried this and how
you did it?
>
> Thanks again
> Tag
>
>
> numberColumns = 4
> numrows = 15
>
> to
>
> numberColumns = MyVar1
> numrows = MyVar2
>
>