I have this code that I am using in C# calling a Response.Write to call another aspx page within a frame.
Response.Write("<script language=javascript>parent.Frame.location.href('detail_search.aspx?NameOrCat=1&strFor="+strName+"&catDesc="+strCategory+"&clickedButton=0&Where="+this.WhereSelect.SelectedValue+"&searchOption="+this.rbtnStartsContains.SelectedValue.ToString()+"§ion_id="+this.ddwnSection.SelectedValue.ToString()+"');</script>");
This logic works on explore 6.0 but I can not figure out why it does not work on explore 5.0 and explore mac.
Does anyone know how I could fix this problem?
Thank you very much...