SimpleBrowserDotNet/SimpleBrowser

Not all anchor target values are supported

kevingy opened this issue · 2 comments

SImpleBrowser currently supports _self and _blank anchor targets. (_top is defined, but isn't used. It really doesn't make sense in the SimpleBrowser context.)

_top should be removed. _parent and framename should be implemented.

See:

Looking at the code more closely framename is already supported.

It's a good thing I started looking at this. Apparently, SimpleBrowser has never supported frames. It supported iframes. (Interestingly enough, it would appear that whoever implemented iframes didn't know that there was a difference between a frame and an iframe.)