Are you sure you want to retain the record ID of the record
you previously
looked up when you go back to the listings page? I would
think you would
want to uncheck that and lose the URL of the ID you
previously used.
--
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
A Beginner''s
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
Web Development
"Tag2007" <webforumsuser@macromedia.com> wrote in
message
news:epgdil$ec6$1@forums.macromedia.com...
> Hi Guys,
> I have another quick question I hope someone can help me
with.
>
> I have a set of 3 pages..
>
> Page 1 shows a category list >> Goes to page 2
>
> Page 2 shows a list of whats in the category >>
goes to page 3
>
> Page 3 shows the item selected on page 2
>
> Page 3 is the detail page i guess you would call it and
all seems to work,
> but
> when the user gets to page 3 to view the details they
want to go back to
> page 2
> to choose another item to view so I added a Go To Detail
Behavour on page
> 3
>
> So On page 1 it passes a paremeter of "FolderId" to page
2 and page 2
> diplays..
>
> Page 2 passes the records ID to page 3 "id" and page 3
displays this...
>
> So on page 3 I made a link to go back to A Related Page
[page 2 ] and
> chose to
> pass URL parimeters and added this:
>
> [code]
> Main.asp?<%= Server.HTMLEncode(MM_keepURL) %>
>
>
> But its not right and I error our with:
>
> ADODB.Command error '800a0d5d'
>
> Application uses a value of the wrong type for the
current operation.
>
>
> Any help here is appreciated.
> Thank You
>