up vote 0 down vote favorite
share [g+] share [fb]

I have a href tag <a href="#somepage" target="sometarget"> or more accurately loading a URL from Flash loadURL('#somepage', 'sometarget'). I have no option to remove the target so am limited to (I assume) the available targets: _top, _self, _blank, _parent.

What target or alternative do I have to avoid refreshing the page?

link|improve this question

63% accept rate
feedback

1 Answer

up vote 1 down vote accepted

target="_self" is the default. It is the same as having no target at all.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.