BookmarkSubscribeRSS Feed
olsengf
Fluorite | Level 6

I have a portlet within a SAS Information Delivery Portal page; and I want to refresh the entire page (and all the portlets on the page) from a stored process within a single portlet. I have the code to refresh the individual portlet (from a drop-down box): 

PUT "<select name='&VARIABLE' style='font-family: Verdana; font-size: 8pt;' onchange='this.form.submit()'>";

This will refresh the portlet, but I want the entire page to refresh.

1 REPLY 1
Timmy2383
Lapis Lazuli | Level 10
I believe you need to refresh the parent page. Try adding "window.parent.location.reload();" to the end of your function?

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1196 views
  • 0 likes
  • 2 in conversation