aculis-bryan
Posts: 4
|
| Posted: 10/08/2008, 3:35 PM |
|
Is there a way to have the menu NOT keep the GET parameters? Several of my pages set get parameters, and when a menu item is selected I want all the GET parameters to be removed from the URL.
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 10/10/2008, 9:02 AM |
|
Hi
Yes there are a couple of different ways to do that.
More info here.
http://ccselite.com/forums_topics_view.php?forum_id=8&forum_topic_id=8
Have fun
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
aculis-bryan
Posts: 4
|
| Posted: 10/10/2008, 9:20 AM |
|
Thank you for the reference, unfortunately I don't think this reference actually addresses my issue.
If I misunderstood I appologize, but let me explain my issue further: When a button is submitted or form rendered there is a mechanism to remove parameters, and that is a wonderful feature. But if a user is in the middle of working on a page, there may be url parameters in place. If that user click on one of the menu items to navigate to another part of the system, the navigation links in the Menu object will retain the url parameters when the new page is rendered.
What I need is a way to tell the Menu not to retain parameters.
Thanks.
|
 |
 |
aculis-bryan
Posts: 4
|
| Posted: 10/10/2008, 9:26 AM |
|
I have found the solution.
If you open the Menu item in the Project Explorer or go to the HTML tab you can get access to the properties of the ItemLink. This has the "Remove Parameters" property.
Thanks for your help.
|
 |
 |
|