How can i make this work?
On the click of a button I wont it to open that "URL" in another window.
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008
Code:
Dim url As String
url = "[URL unfurl="true"]http://sqadashboard.int.asurion.com/Release_Status/Cycle_Information.aspx?id="[/URL] & relID & "&RelName=" & RelName
Response.Write("<script>window.open'&url&','_blank');</script>");
On the click of a button I wont it to open that "URL" in another window.
- Matt
"If I must boast, I will boast of the things that show my weakness"
- Windows 2003 Server, 98 SE, XP
- VB.NET, VSTS 2010, ASP.NET, EXCEL VBA, ACCESS, SQL 2008