Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ASP select statement abfangen

Empfohlene Antworten

Veröffentlicht

Hallo, ich habe folgendes Problem.

Mein Code:

<script language="JavaScript">

<!--function checkform()

{

check_delete = window.confirm('Wollen Sie die ausgewählten BNR wirklich evaluieren?');

if (check_delete) document.table_state.submit();

}-->

</script>

</head>

<body>

<FORM NAME="table_state" action="EPOS_I3_Statement.asp" method="post">

<TABLE cellspacing="1" cellpadding="3" bgcolor="#D1D1D1">

 <TR height="1"></TR>

 <TR height="1"></TR>

 <TR>

  <TD width="5"></TD>

  <TD bgcolor="#C0C0C0" colspan="2"><textarea name="sqlclause" style="height:70;" value="sqlclause" cols="50"></textarea></TD>

  <TD width="5"></TD>

 </TR>


<TR>

  <TD width="5"></TD>

  <TD bgcolor="#C0C0C0" colspan="2">

        <input style="width:200; border-style:none; height:20"  type="text" readonly name="text_1" value="select * from t_appl">

   	<input type="button" style="height:20" name="button_1" value="use phrase" onClick="this.form.sqlclause.value=this.form.text_1.value;">

<TD width="5"></TD>

 </TR>


 <TR height="50">

  <TD width="5"></TD>

  <TD align="center" colspan="2">

	  <input type="button" onClick="javascript:checkform();" value="Submit"></TD>

  <TD width="5"></TD>

 </TR>

 <TR>

</TABLE>

</FORM>

Ich habe eine textarea, wo ich entweder selber ein sql Statement eingebe oder wie in meinem Code ein vordefiniertes hernehme.

Meine Frage ist jetzt, wie kann ich dann das sql Statement abfangen und in eine neue Seite ausgeben lassen?????

bitte bitte helfen

lg Sandra

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.