User Portlet User Portlet

Discussions
Is it possible to deploy a Mathematica notebook which contains a dynamic URLSave function? My code has the following structure:[mcode]web = URLSave["http://www.wolfram.com/mathematica/", Close[OpenTemporary[]]] Dynamic[web, UpdateInterval -> 20,...