Hallo Liste,
ich habe folgendes Problem. Ich habe folgendes Formular:
###################Start Code Form ###############
<!--#INCLUDE FILE="../include/secure.asp"-->
<!--#INCLUDE FILE="../include/config.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body background="../images/bg_index.gif">
<p>
<form ACTION="support_form2.asp" METHOD="POST">
<table border="0" cellspacing="0" width="652" style="border-collapse:
collapse" bordercolor="#111111" cellpadding="0">
<tr>
<td class="text" valign="top" width="250">Firma:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<%=Client%> </td>
</tr>
<tr>
<td class="text" valign="top" width="250">Name / Vorname:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="text" name="Name" class="text" size="20">
</td>
</tr>
<tr>
<td class="text" valign="top" width="250">Ort:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<%=Ort%> </td>
</tr>
<tr>
<td class="text" valign="top" width="250">E-Mail:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="text" name="Email" class="text" size="20">
</td>
</tr>
<tr>
<td class="text" valign="top" width="250">Telefon:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="text" name="Telefon" class="text" size="20">
</td>
</tr>
<tr>
<td class="text" valign="top" width="250">URL:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<%=URL%> </td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17"> </td>
<td class="text" width="814"> </td>
</tr>
<tr>
<td class="text" valign="top" width="250">Betriebssystem:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows95_98"
checked>
Windows
95 / 98 / ME</td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows_XP"> Windows
XP
</td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows_2000">
Windows 2000</td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows_nt"> Windows
NT</td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Mac"> Mac
</td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="anderes"> Anderes
</td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17"> </td>
<td class="text" width="814"> </td>
</tr>
<tr>
<td class="text" valign="top" width="250">Browser:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<select name="Browser" size="1" class="text">
<option>Bitte w�hlen Sie...</option>
<option value="IE" selected>Internet Explorer</option>
<option value="Netscape">Netscape</option>
<option value="Opera">Opera</option>
<option value="Andere">Andere</option>
</select> </td>
</tr>
<tr>
<td class="text" valign="top" width="250">Browserversion:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="text" name="Browserversion" class="text" size="17">
</td>
</tr>
<tr>
<td class="text" valign="top" width="250">eMail Programm:</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<select name="Email_programm" size="1" class="text">
<option selected>Bitte w�hlen Sie...</option>
<option value=" Microsoft Outlook">Microsoft Outlook</option>
<option value="Netscape">Netscape</option>
<option value="Eudora">Eudora</option>
<option value="Andere">Andere</option>
</select> </td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17"> </td>
<td class="text" width="814"> </td>
</tr>
<tr>
<td class="text" valign="top" width="250">Problem :</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<select name="Problem" size="1" class="text">
<option selected>Bitte w�hlen Sie...</option>
<option value="Design">Design�nderung</option>
<option value="eMail">eMail</option>
<option value="News">News</option>
<option value="Homepage">Homepage</option>
<option value="Provider">Provider</option>
<option value="Einwahl">Einwahl</option>
<option value="Andere">Andere</option>
</select> </td>
</tr>
<tr>
<td class="text" valign="top" width="250"> </td>
<td class="text" width="17"> </td>
<td class="text" width="814"> </td>
</tr>
<tr>
<td class="text" valign="top" width="250">
<p align="justify">Bitte beschreiben Sie das Problem
m�glichst genau und ausf�hrlich:<br>
</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<textarea name="Problembeschreib" cols="47" rows="5" wrap="VIRTUAL"
class="text"></textarea>
</td>
</tr>
<tr>
<td class="text" valign="top" width="250">Fehlermeldung: (sofern
vorhanden)</td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<textarea name="Fehlermeldung" cols="47" wrap="VIRTUAL" rows="5"
class="text"></textarea>
</td>
</tr>
<tr>
<td class="text" valign="top" width="250"> <p> </td>
<td class="text" width="17">
</td>
<td class="text" width="814">
<input type="submit" name="senden" value="Supportanfrage absenden">
<input type="reset" name="loeschen" value="Eingabe verwerfen"> </td>
</tr>
</table>
</form>
</body>
</html>
###################Ende Code Form ###############
In diesem Code sind mehrere Dropdownfelder.
Nun m�chte ich bevor die Anfrage per Email versandt wird, alle Eingaben des
Besuchers nochmal in folgender Seite anzeigen:
Mein Problem ist nun, dass wenn ich zb den Browsertyp, der eingegeben wurde
auslesen will, nichts angezeigt wird.
Bitte schaut dochmal in den COde rein:
###################Start Ergebnisse ###############
<!--#INCLUDE FILE="../include/secure.asp"-->
<!--#INCLUDE FILE="../include/config.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body background="../images/bg_index.gif">
<p>Folgende Daten wurden am <% = DATE %> um <% = DATE %> von Ihnen
eingeben:<br>
</p>
<form ACTION="support_form2.asp" METHOD="POST">
<table border="0" cellspacing="0" width="659" style="border-collapse:
collapse" bordercolor="#111111" cellpadding="0">
<tr>
<td class="text" valign="top" width="263">Firma:</td>
<td class="text" width="11"> </td>
<td class="text" width="814"><%=Client%> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"><b>Name / Vorname:</b></td>
<td class="text" width="11"> </td>
<td class="text" width="814"><%=Request.Form("Name")%> </td>
</tr>
<tr>
<td class="text" valign="top" width="263">Ort:</td>
<td class="text" width="11"> </td>
<td class="text" width="814"><%=Ort%> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"><b>E-Mail:</b></td>
<td class="text" width="11"> </td>
<td class="text" width="814"><%=Request.Form("Email")%> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"><b>Telefon:</b></td>
<td class="text" width="11"> </td>
<td class="text" width="814"><%=Request.Form("Telefon")%> </td>
</tr>
<tr>
<td class="text" valign="top" width="263">URL:</td>
<td class="text" width="11"> </td>
<td class="text" width="814"><%=URL%> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814"> </td>
</tr>
<%
OS = Request.Form("Betriebssystem")
%>
<tr>
<td class="text" valign="top" width="263"><b>Betriebssystem:</b></td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows95_98" <%if OS
= "Windows95_98" then %> <%= "checked" %> <% end if %>>
Windows 95 / 98 / ME</td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows_XP" <% if OS =
"Windows_XP" then %> <%= "checked" %> <% end if %>>
Windows XP </td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows_2000" <% if OS
= "Windows_2000" then %> <%= "checked" %> <% end if %>>
Windows 2000 </td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Windows_nt" <% if OS =
"Windows_nt" then %> <%= "checked" %> <% end if %>>
Windows NT</td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="Mac" <% if OS = "Mac"
then %> <%= "checked" %> <% end if %>>
Mac </td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="radio" name="Betriebssystem" value="anderes" <% if OS =
"anderes" then %> <%= "checked" %> <% end if %>>
Anderes </td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814"> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"><b>Browser:</b><br>
<td class="text" width="11"> </td>
<td class="text" width="814"> </td>
<%
Browser = Request.Form("Browser")
if Browser = "IE" then
response.write ("Internet Exporer")
end if
if Browser = "Netscape" then
response.write ("Internet Exporer")
end if
if Browser = "Opera" then
response.write ("Internet Exporer")
end if
if Browser = "Andere" then
response.write ("Internet Exporer")
end if
%>
<tr>
<td class="text" valign="top" width="263"><b>Browserversion:</b><br>
</td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="text" name="Browserversion" class="text" size="17"> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"><b>E-Mail Programm:</b></td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<select name="Email_programm" size="1" class="text">
<option selected>Bitte w�hlen Sie...</option>
<option value=" Microsoft Outlook">Microsoft Outlook</option>
<option value="Netscape">Netscape</option>
<option value="Eudora">Eudora</option>
<option value="Andere">Andere</option>
</select> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814"> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"><b>Problem :</b></td>
<td class="text" width="11"> </td>
<td class="text" width="814"><select name="Problem" size="1"
class="text">
<option selected>Bitte w�hlen Sie...</option>
<option value="Design">Design�nderung</option>
<option value="eMail">eMail</option>
<option value="News">News</option>
<option value="Homepage">Homepage</option>
<option value="Provider">Provider</option>
<option value="Einwahl">Einwahl</option>
<option value="Andere">Andere</option>
</select> </td>
</tr>
<tr>
<td class="text" valign="top" width="263"> </td>
<td class="text" width="11"> </td>
<td class="text" width="814"> </td>
</tr>
<tr>
<td class="text" valign="top" width="263">
<p align="left"><b>Bitte beschreiben Sie das Problem m�glichst genau
und ausf�hrlich:</b><br>
</p>
</td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<textarea name="Problembeschreib" cols="47" rows="5" wrap="VIRTUAL"
class="text"></textarea>
</td>
</tr>
<tr>
<td class="text" valign="top" width="263"><b>Fehlermeldung: (sofern
vorhanden)</b></td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<textarea name="Fehlermeldung" cols="47" wrap="VIRTUAL" rows="5"
class="text"></textarea>
</td>
</tr>
<tr>
<td class="text" valign="top" width="263"> <p> </p>
</td>
<td class="text" width="11"> </td>
<td class="text" width="814">
<input type="submit" name="senden" value="Daten �bermitteln">
<input type="reset" name="loeschen" value="Eingabe verwerfen"> </td>
</tr>
</table>
</form>
</body>
</html>
###################Ende Ergebnisse ###############
Vielleicht kann mir ja jemand helfen ?
W�re sehr dankbar
Christian
| Oft Gefragtes: http://www.aspgerman.com/aspgerman/faq/
| [aspdebeginners] als [email protected] subscribed
| http://www.aspgerman.com/archiv/aspdebeginners/ = Listenarchiv
| Sie knnen sich unter folgender URL an- und abmelden:
| http://www.aspgerman.com/aspgerman/listen/anmelden/aspdebeginners.asp