Änderungen Kommunikation implementiert zwischen iFrame und Fenstern.
This commit is contained in:
@@ -283,10 +283,6 @@
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.onmessage = function (event) {
|
||||
if (event.data == 'reply') {
|
||||
console('Reply received!');
|
||||
}
|
||||
};
|
||||
alert(window.frame1.zipphone1_1)
|
||||
</script>
|
||||
</asp:Content>
|
||||
@@ -413,7 +413,6 @@ Partial Class Kundenbereich_Default
|
||||
txt_KdNrAuftrag.Text = ""
|
||||
txt_LKWNr.Text = ""
|
||||
|
||||
|
||||
Dim erster = New Date(Now().Year, Now().Month, 1)
|
||||
pickdate1.Text = erster.Day.ToString + "." + erster.Month.ToString + "." + erster.Year.ToString
|
||||
pickdate2.Text = Date.Parse(erster.Day.ToString + "." + Now().Month.ToString + "." + Now().Year.ToString).ToString
|
||||
|
||||
Reference in New Issue
Block a user