aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web')
-rw-r--r--pdf-as-web/src/main/resources/template_sl.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/resources/template_sl.html b/pdf-as-web/src/main/resources/template_sl.html
index e24d3453..3bf99a6b 100644
--- a/pdf-as-web/src/main/resources/template_sl.html
+++ b/pdf-as-web/src/main/resources/template_sl.html
@@ -41,7 +41,7 @@ div.content {
}
function onAnmeldeSubmit() {
- adaptWindowSizes();
+ //adaptWindowSizes();
document.CustomizedForm.submit();
document.CustomizedForm.Senden.disabled=true;
document.CustomizedForm.Senden.hidden = "hidden";
@@ -62,6 +62,7 @@ div.content {
<input type="hidden" name="iframe_" value="on" />
<input type="hidden" id="appletWidth" name="appletWidth" value="221" />
<input type="hidden" id="appletHeight" name="appletHeight" value="221" />
+ <input type="hidden" id="redirectTarget" name="redirectTarget" value="_self" />
##ADDITIONAL##
</form>
</div>