Jump to content
Server Maintenance This Week. ×

Submit/Find button - Choose which layout to open


This topic is 8196 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 8196 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.