I have this code that I am using in C# calling a Response.Write to call another aspx page within a frame.
Response.Write("");
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...