Hello and thankyou in advance:

I have an ASP page linked to my database and I want to apply the Open Browser
behaviour to the code. It's fine to apply it normal links but which dynamic
links, i.e. a link that i slinked to the databse, Dreamweaver removes the
option from the Behaviours panel. I have tried to write the code in myself but
just can't work it out. Here's the line of code that refers to the link:

<p><a href="team_profile.asp?<%= Server.HTMLEncode(MM_keepBoth) &
MM_joinChar(MM_keepBoth) & "TeamID=" & rsTeam.Fields.Item("TeamID").Value %>"
class="heading style3"><%=(rsTeam.Fields.Item("FullName").Value)% ></a></p>

The name of the page that the link opens up is 'team_profile.asp' and I want
to set the Open Browser behaviour with heught and width settings.

Regards,

Josh.