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.
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 height and width settings.
Dreamweaver blanks out the Behaviour option to the links when they're dynamic
so I need to manually insert it.

Regards,

Josh.