Skip to main content

Hi,


I have smartform that quite long, and need a somthing that if the user click a link  like 'go top' it will go to the top of the form. There is seems to be no rule to this.


Any advise on how can this be acheive?  


Thanks

Hi Rupert,


1. Add a label to the top of the page, ensure "Literal" property is checked and fill in the following in the "Text" value


<a name="top">&nbsp;</a>


2. Add a label to the bottom of the page, ensure "Literal" property is checked and fill in the following in the "Text" value


<a href="#top">Top</a>


 


JK


Thanks this one works! However if i use the SmartForm WebViewer web part in sharepoint this is not working.


Thanks anyway i think this will be handy in the future.


 


Reply