ASP-C#
כאשר יש iframe ורוצים שלחיצה עליו תפנה את הקישור לכל העמוד ולא רק ל-iframe
יש להשתמש ב:
מקור:
http://codeverge.com/asp.net.web-forms/redirect-parent-page-from-within-iframe/426044
כאשר יש iframe ורוצים שלחיצה עליו תפנה את הקישור לכל העמוד ולא רק ל-iframe
יש להשתמש ב:
Page.ClientScript.RegisterClientScriptBlock(GetType(), "Redirect", "window.parent.location='Login.aspx';", true);
מקור:
http://codeverge.com/asp.net.web-forms/redirect-parent-page-from-within-iframe/426044
אין תגובות:
הוסף רשומת תגובה