View link doen't open view in frameset, name frame "NotesView" doesn't work

I’d like user to click a view link in email, and view will open within the frameset, left side frame has a navigator and right side is the frame showing the view. The view link is actually composed by LotusScript and emailed to users, the coding is like this:

Call rtItem.AppendDocLink(DB.GetView(“vwMTAdd”), “”)

I named the right side frame “NotesView”, which didn’t help.

When user click the view link, view is opened without frameset.

If I go edit-> copy as link → view link, and then pasted the view link to email, that works. But not for the LotusScript generated view link.

Any one has any idea?

Thanks a lot