Tuesday, 15 July 2014

javascript - Embed .php webpage not showing -



javascript - Embed .php webpage not showing -

hi using code below embed external site blog , works .html page not .php

please help me how create .php showing on blog

<head> <script src="code.jquery.com/jquery-1.10.2.js"\></script> </head> <body> <div id="docs"> </div> <script> $( "#docs" ).load( "http://www.aps.ai/tracking.php); </script> </body> </html>

try this:

<head> <script src="code.jquery.com/jquery-1.10.2.js"></script> </head> <body> <div id="docs"> </div> <script> $( "#docs" ).load("http://www.aps.ai/tracking.php"); </script> </body> </html>

javascript

No comments:

Post a Comment