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?

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 819 views
  • 0 likes
  • 2 in conversation