File: PBWebEasySQLSelectForm.html
Size: 1190
Date: Sat, 08 Dec 2007 15:37:04 +0100
Type: html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
    <META HTTP-EQUIV="PowerSiteData" NAME="SERVERLANGUAGE" CONTENT="JavaScript">
    <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <META content="PB9.0.3.8004" name="GENERATOR">
   <SCRIPT language="JavaScript">
 function InitForm () {
//Get Server
shref = location.href;
servstart = shref.indexOf("//") + 2;
servend = shref.indexOf("/",servstart);
var server = shref.substring(servstart, servend);
append = shref.indexOf("/",servend+1)
var application = shref.substring(servend+1, append);
document.forms[0].action="http://"+server+"/cgi-bin/pwe.exe/"+application+"/n_ds_sqlselect/of_execute"
}   
</SCRIPT>
</HEAD>
<BODY language="JavaScript" bgColor="white" onload="InitForm()" PSPARAMS="">
<H1>PB Web Easy SQL Select</H1>
<FORM action="<none>" method="post" target="sqlselect_result">
<TEXTAREA id="TEXTAREA1" style="WIDTH: 664px; HEIGHT: 174px" name="sqlstatement" rows="10" cols="80">select * from contact where state = 'MA' order by last_name, first_name</TEXTAREA>
    &nbsp;<BR>
    <INPUT id="INPUT1" type="submit" value="Execute" name="Exceute"> 
</FORM>
</BODY>
</HTML>