In anger ... well that doesn't sound pleasant.Are you using an LMS ... or straight HTML?If an LMS ... bookmarking is a feature of the standard you are using (AICC, SCORM, etc.) and thus is a publish option.If straight HTML ... create a persistent variable (callit something look Bookmark) and put an action at the title level that does an OnShow GoTo WebAddress, and set the address as javascript:document.location.hrefDon't inherit the action on the first page of the title. On the first page of the title, add an action to goto WebAddress VAR(Bookmark) and set a condition to only execute the action if Bookmark Contains ".html"Tim V