* I am using the myModal feature in Twitter Bootstrap
Why does my Modal window become unresponsive when clicking on its button after I attach the pro_id recordset on myModal? "#myModal?id=<%=RS("pro_id")%>"
It works well with all of my other .ASP pages but for some reason, since this isn't a .ASP page, it will not work. Any ideas?
<span class><a href="#myModal?id=<%=RS("pro_id")%>" role="button" data-toggle="modal" title="Delete Professional"></span>