getting external web page with in another mobile web site/ mobile web page -


i trying create web page fixed download button @ bottom , top area calling page has link, when click link, take external webpage. call either div or object. tried iframe, links within external page not able click.

please 1 me.

<div id="siteloader"></div>      <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>     <script>     $("#siteloader")         .html('<object data="h2.htm" style="width:100%; height:100%;"/>');     </script>       <div id="downloadbutton">          <input id="dbutton" type="submit" src="download.png" value="" alt="submit" />       </div> 


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -