zotteke3
Legacy Member
kan iemand mij helpe, ik zou dit moete oplosse met java want de server waarop ik werk blokkeert asp omwille van veiligheidsredene:
zoekrobot.htm:
redirecten.aspx:
zoekrobot.htm:
Code:
<head>
<meta http-equiv="Content-Language" content="nl-be">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>ZoekForm</title>
</head>
<body>
<FORM NAME="zoekformulier" ACTION="redirecten.aspx" METHOD="POST">
<p>zoek: <INPUT TYPE="text" NAME="zoekstring"></p>
<INPUT TYPE="submit" NAME="cmdZoek" VALUE="zoek">
</FORM>
</html>
redirecten.aspx:
Code:
<%
dim strURL, strvariabele
strvariabele = request.form("zoekstring")
strURL="http://10.20.130.7/search.aspx?k=" & strvariabele
response.redirect "strURL" %>