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?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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