Text Browser Link Question
Hello--
I'm working with text browser right now, trying to get a new window to open up when I click a link (which I currently have disabled--I'm just trying out link functionality with an empty function at the moment). In any case, when I click a link inside a text browser box it clears the box for some reason--is there any way to prevent this? It seems like it must happen by default. Thanks
Taylor34
Re: Text Browser Link Question
If you are using something like
Code:
<a href = "Link value here">link text here</a>
then use
Code:
<a href = "#Link value here">link text here</a>
Re: Text Browser Link Question
That was it (the #). Thank you so much, I knew it had to be something straightforward that was causing it.
Thanks
Taylor34