Main Page
From FragoriaWiki
(Difference between revisions)
| Line 50: | Line 50: | ||
<html> | <html> | ||
| + | <script type="text/javascript"> | ||
| + | function example_ajax_request() { | ||
| + | $('#example-placeholder').html('<p><img src="http://lifemdonline.com/PNG/drago.gif"/></p>'); | ||
| + | $('#example-placeholder').load("http://lifemdonline.com/PNG/egalleria.html"); | ||
| + | } | ||
| + | </script> | ||
<input type="button" onclick="example_ajax_request()" value="Click to Load Gallery" /> | <input type="button" onclick="example_ajax_request()" value="Click to Load Gallery" /> | ||
<div width=100% height=100% id="example-placeholder"> | <div width=100% height=100% id="example-placeholder"> | ||
Revision as of 20:01, 15 April 2012
|
| ||||||||||||||||
|
|
|
| ||||||||||||||
