Hi Guys,
Using the script below i'm trying to open a pop up window:
<asp:TemplateColumn>
<ItemTemplate>
<a id="description" target="_newwindow" href="<%# "details.aspx?bcstid=" & DataBinder.Eval(Container.DataItem, "BoilerCoverSupplierTariffID") %>"> Full Description </a>
</ItemTemplate>
</asp:TemplateColumn>
At present the link opens up as a new window. But i want to change this to open as a pop-up window. Does anyone knows what i need to amend to make this function take place.
Thanks
Mac
Using the script below i'm trying to open a pop up window:
<asp:TemplateColumn>
<ItemTemplate>
<a id="description" target="_newwindow" href="<%# "details.aspx?bcstid=" & DataBinder.Eval(Container.DataItem, "BoilerCoverSupplierTariffID") %>"> Full Description </a>
</ItemTemplate>
</asp:TemplateColumn>
At present the link opens up as a new window. But i want to change this to open as a pop-up window. Does anyone knows what i need to amend to make this function take place.
Thanks
Mac