Problem using named anchors

Hey, i’m new to the forums, so I appologize if this has been answered before, it’s a noob question but i did do a few forum searches and I couldn’t find it addressed anywhere.

I have a simple fla file with a few input text boxes and UI components- everything works smoothly. But If i use named anchors so that the browser can navigate back through the different forms, any time the user presses delete- even if they are currently typing something in an input text box, or text area component- it navigates back on the browser window instead of deleting the text being edited. If i get rid of the named anchors and just make them labels it works fine, but obviously i don’t get the browser functionality I want. I’m sure there must be some easy way to get around this, or it seems like this would cause problems for everyone. Could anyone shed some light on this for me?

BTW, some info that might be relevant

-to use named anchors, i’ve seen some examples where the person has ‘current profile’ under ‘publish settings’ set to something like “mx2004 with named anchors” or something like that- i can even look at examples on my pc that have that- but i can’t seem to find that profile anywhere so i’ve always just used default. If i publish it straight out the named anchors don’t actually work untill i manually put in some lines like

<A NAME=tuts_main></A>
<A NAME=add_link></A>
<A NAME=add_text></A>

where the part to the right of the equals sign is the name of the anchors. Then it works- other than this problem i’m having.

thanks-