Search the Community
Showing results for tags 'resultspage'.
-
Looking for a way to add the same filter capability that is on the Table Datasheet Filter so I can easily add or remove Fields and search logic on a results page.
- 1 reply
-
- datapage
- resultspage
-
(and 1 more)
Tagged with:
-
So I was exploring the functionalities of the localstorage function within javascript. I want to plass information between two webpages. When I save data from the results page and later call that information in a webform it works as desired. But, when i try to do so from a details page, it returns null everytime. I do the exact same thing in the details page as in the results page, but somehow the script does not get executed. In the footer of the details page i made a button: <script type="text/javascript"> function myFunction(){ localStorage.setItem('title','Example')
- 2 replies
-
- localstorage
- sessionstorage
-
(and 2 more)
Tagged with: