November 16, 200124 yr I have a payscale web page that allows users to perform a search on a classification. There are two search results page, one with results and the other with the details of those results/records. Is there a way to have the user be able to choose which layout they want to see the results in when they perform their find? I do not use instant web publishing... Any help would be appreciate! Thanks!
November 16, 200124 yr make the -format tag a drop down menu which could say either List View Detail View and have them choose which format file to get <select size="1" name="-format"> <option value="listview.htm">View as List <option value="Detail.htm">View as Detail </select> That should do it. Simon
Create an account or sign in to comment