B
BrassicaNigra
I have an application that uses a link button in a gridview row to open a new
window to collect some data and save it to the database. This works fine on
24 out of 26 computers in our shop. Two of the computers do absolutely
nothing when I click this button. One of the problem machines is running
IE6, the other is running IE7. I have looked at Tools, Internet Options to
make sure popups are enabled, etc. Anybody have any idea why this would work
on most but not all of my machines.
The code I am using is;
Response.Write("<script type='text/javascript'>detailedresults=window.open
('ApplyHold.aspx?ID=" + ReleaseID.Text + "&SalesOrderID=" + SalesOrderID.Text
+ "&WorkCenter=" + WorkCenterDropDownList.SelectedValue + "&UserID=" +
UserIDTextBox.Text + "&LineID=" + LineID.Text + "&ReferenceID=" +
ReferenceID.Text + "', '', 'Height=150, Width = 500', '');</script>");
Thank you.
window to collect some data and save it to the database. This works fine on
24 out of 26 computers in our shop. Two of the computers do absolutely
nothing when I click this button. One of the problem machines is running
IE6, the other is running IE7. I have looked at Tools, Internet Options to
make sure popups are enabled, etc. Anybody have any idea why this would work
on most but not all of my machines.
The code I am using is;
Response.Write("<script type='text/javascript'>detailedresults=window.open
('ApplyHold.aspx?ID=" + ReleaseID.Text + "&SalesOrderID=" + SalesOrderID.Text
+ "&WorkCenter=" + WorkCenterDropDownList.SelectedValue + "&UserID=" +
UserIDTextBox.Text + "&LineID=" + LineID.Text + "&ReferenceID=" +
ReferenceID.Text + "', '', 'Height=150, Width = 500', '');</script>");
Thank you.