So the pages aren't being cached but it looks like the receiving page in the
bottom pane is passed a query string that remembers the previous query
string and appends the latest to it.

For click one the string becomes:
unique_no=112945&Edit_ID=39

For click two:
unique_no=112945&Edit_ID=40?unique_no=112945&Edit_ID=39

For click three :
unique_no=112945&Edit_ID=41?unique_no=112945&Edit_ID=40?unique_no=112945&Edi
t_ID=39

and so on.

The receiving page only processes the Edit_ID url variable at the very end
of the query string and so never changes when I click on a new row.
Anyone know how this might happen?  I'm using IIS 5.0., IE 5.5.

Thanks,
Kevin


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to