Skip to main content
Known Participant
November 23, 2010
Question

Dynamic List/Menu After Update

  • November 23, 2010
  • 1 reply
  • 308 views

Hi All,

Dreamweaver - ASP

I have a form to add records. The first field is a dynamic list/menu to select the date.

After the Add record button is pressed the page reopens but the date menu has reverted to "Select date"

Is there a way to retain the previously chosen date when the page refreshes?

Many thanks

John

This topic has been closed for replies.

1 reply

Known Participant
November 25, 2010

Hi All,

Solved the problem.

I set  up a session variable for the date and then used the 'Dynamic' button for the List/Manu, Select Value equal to,  and selected the session variable.

Regards

John