meltingpot
Technical User
How do I open a new browser window, defining the size of it and if the tool bar is showing, and at the same time carry the parameters with it ..
This is the code :
<A HREF="course_second_choice_popup.asp?PersonID=<%=(course_pending.Fields.Item("PersonID").Value)%>&CourseID=<%= (course_pending.Fields.Item("CourseID").Value)%>&CourseTitle=<%= (course_pending.Fields.Item("CourseTitle").Value)%>" target="_blank"><img src="../images/xcross.gif" alt="second choice" border="0"></A>
This is the code :
<A HREF="course_second_choice_popup.asp?PersonID=<%=(course_pending.Fields.Item("PersonID").Value)%>&CourseID=<%= (course_pending.Fields.Item("CourseID").Value)%>&CourseTitle=<%= (course_pending.Fields.Item("CourseTitle").Value)%>" target="_blank"><img src="../images/xcross.gif" alt="second choice" border="0"></A>