this is the source of the NetSuite Portlet Refresh...
# suitescript
j
this is the source of the NetSuite Portlet Refresher extension
Copy code
window.onload=function(){
	   // ns-portlet-icon ns-portlet-icon-refresh ns-portlet-action

	    						jQuery(".ns-portlet-icon").click();

//jQuery(".ns-portlet-content").load(location.href + " .ns-portlet-content");

 //console.log("rambo loaded!");

}