Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

open browser

Status
Not open for further replies.

meltingpot

Technical User
May 11, 2004
118
GB
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>

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top