954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Mootools Ajax response with script, wont execute

Here is my ajax call:

new Request.HTML({
				url: 'users.html',
				method: 'get',
				update: 'go',
				evalScripts: true, /* !! Why isn't this working!? */
				onComplete: function(){console.log('ajax complete!')}
			}).send()


I even check eval scripts!
users.html:

<label><h3>Save data here:</h3>

<section id="load" style="display:none;">
		<img src="progress.gif" />
	</section>
<section id="log">
	</section>
	<table>
	<tr><td>Data:</td><td>
	<textarea id="texta" placeholder="Save here." wrap="off" autofocus></textarea></label>
	</td></tr>
	<tr><td>Are you human?</td><td>
	<div id="cap">
	<script src="http://api.adscaptcha.com/Get.aspx?CaptchaId=1049&PublicKey=ac589518-4f4e-4566-ae26-c37c0f535a17" type="text/javascript"></script>
	<noscript><font color="red">Please enable javascript!</font></noscript>
	</div>
	</td></tr>
	<tr><td>&nbsp;</td><td>
	<input type="button" value="Go" name="submit2" id="start2"/>
	</td></tr>


This is not executing:Please enable javascript!
What is the solution so the script will run?

agam360
Light Poster
27 posts since Jun 2009
Reputation Points: 9
Solved Threads: 0
 

bump... 24 h.
Any answer?

agam360
Light Poster
27 posts since Jun 2009
Reputation Points: 9
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: