JavaScript view auto advance and reload
Here is a great way to make a view reload and advance a count number of entries and repeat.
Here is a great way to make a view reload and advance a count number of entries and repeat.
Just take this code and paste it in the HTML HeadContent:
start:=@If(@IsError(@TextToNumber(@UrlQueryString("Start"))) ; -20 ; @TextToNumber(@UrlQueryString("Start"))); count:=@If(@IsError(@TextToNumber(@UrlQueryString("Count"))) ; 2 ; @TextToNumber (@UrlQueryString("Count"))); @Set("start";@If(start >600 ; - 20;start)); "<script>"+@NewLine+ "function textticker() {"+@NewLine+ "location.href = '/"+@WebDbName+"/"+@URLEncode("platform";@Subset (@ViewTitle;1))+"?OpenView⋆t=" + @If(@IsError(@Text(start+count));"1";@Text(start+count)) + "&Count=20';}"+@NewLine+ "setTimeout('textticker()',10000);"+@NewLine+ " </script>"
If the view is missing parameters to begin with, you get a view standard view before it begins to process correctly.
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip exchange by member Sean Haggerty. Please let others know how useful it is via the rating scale at below. Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.



Download: IT Certifications 101
Inside this exclusive essential guide, our independent experts break down which IT certifications are worth your time and effort, and how to get started obtaining them to further your career— including specific certifications that any cloud or desktop pro should seriously consider.
By submitting your personal information, you agree that TechTarget and its partners may contact you regarding relevant content, products and special offers.
You also agree that your personal information may be transferred and processed in the United States, and that you have read and agree to the Terms of Use and the Privacy Policy.
Start the conversation
0 comments