<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.errorsource
{mso-style-name:errorsource;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:1618367529;
mso-list-type:hybrid;
mso-list-template-ids:1017523852 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
{mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;}
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal>I am trying to write some ajax here to run a query. I simplified
this down so that no query is happening, rather just getting all the pages to
work together and return some text.<o:p></o:p></p>
<p class=MsoNormal>I don’t know whats going on here<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>1.<span style='font:7.0pt "Times New Roman"'>
</span></span><![endif]>I created a button that calls a javascript function<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal style='text-indent:.5in'><span style='font-size:9.0pt;
color:#632423'><input type="button" value="Send to Ajax and
Tab" onClick="ReturnQueryResults();"><o:p></o:p></span></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>2.<span style='font:7.0pt "Times New Roman"'>
</span></span><![endif]>This function is calling and passing an ajax page some
info.<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>function ReturnQueryResults() {<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'><o:p> </o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> getRunquery('parcellinktest.php','1211922220012','S')
<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'><o:p> </o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> /*
getResulthype('parcellinktest.php','1211922220012','S') */<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>}<o:p></o:p></span></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoListParagraph style='text-indent:-.25in;mso-list:l0 level1 lfo1'><![if !supportLists]><span
style='mso-list:Ignore'>3.<span style='font:7.0pt "Times New Roman"'>
</span></span><![endif]>Once there it (depending on what is commented out in
the ajax page) it runs one of two functions (both of which are IDENTICAL)<o:p></o:p></p>
<p class=MsoNormal>But for some reason when I run the getRunquery I get errors….but
when I run the getResulthype it works.<o:p></o:p></p>
<p class=MsoNormal>I am passing the same values to the same php page.<o:p></o:p></p>
<p class=MsoNormal>I just added the getRunquery to the ajax page.<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal style='margin-left:.5in'><b><span style='font-size:10.0pt;
color:#632423'>function getResulthype(page,id,type){<o:p></o:p></span></b></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'><o:p> </o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> var _target = 'content_details_form';<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> <o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> if (id.length == 0) { <o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>
document.getElementById(_target).innerHTML="<b>No Information
Available</b>";<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> return;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> }<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> xmlHttp = GetAJAXObject();<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> if (xmlHttp==null) {<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> alert ("Unable
to process your request, your browser does not support AJAX!");<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> return;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> } <o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> var url =
"http://127.0.0.1:80/geomoose/php/"+page+"?id="+id+"&type="+type;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> <o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> xmlHttp.onreadystatechange = showResult;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> xmlHttp.open("GET",url,true);<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> xmlHttp.send(null);<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>}<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'><o:p> </o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><b><span style='font-size:10.0pt;
color:#632423'>function getRunquery(page,id,type){<o:p></o:p></span></b></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> var _target = 'content_details_form';<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> <o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>if (url.length == )) {<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> document.getElementById(_target_.innerHTML="<b>No
Information Available</b>";<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> return;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>}<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>xmlhttp = GetAJAXObject();<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>if {xmlHttp==null) {<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> alert
("Unable to process you request, your browser does not support
AJAX");<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> return;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>}<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> var url =
"http://127.0.0.1:80/geomoose/php/"+page+"?id="+id+"&type="+type;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'><o:p> </o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> xmlHttp.onreadystatechange = showResult;<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> xmlHttp.open("GET",url,true);<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'> xmlHttp.send(null);<o:p></o:p></span></p>
<p class=MsoNormal style='margin-left:.5in'><span style='font-size:9.0pt;
color:#632423'>}<o:p></o:p></span></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>I thought something might be hanging so I cleared all temp
files, shut down, restarted Apache.<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>If the values are the same, and they are being sent to the
same page how can I be getting errors….<o:p></o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal>Error:<o:p></o:p></p>
<p class=MsoNormal><span style='font-size:9.0pt;font-family:"Times New Roman","serif";
color:red'>getRunquery is not defined<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:9.0pt;font-family:"Times New Roman","serif";
color:red'><img width=32 height=32 id="_x0000_i1025"
src="cid:image001.png@01CA7739.FEAD4550">getRunquery('parcellinktest.php','1211922220012','S')
<o:p></o:p></span></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><o:p> </o:p></p>
</div>
</body>
</html>