Main Page
From FragoriaWiki
(Difference between revisions)
| Line 41: | Line 41: | ||
<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> | ||
<div width=100% height=100% id="example-placeholder"> | <div width=100% height=100% id="example-placeholder"> | ||
<input type="button" onclick="example_ajax_request()" value="Click to Load Gallery" /> | <input type="button" onclick="example_ajax_request()" value="Click to Load Gallery" /> | ||
Revision as of 19:57, 15 April 2012
|
| ||||||||||||||||
|
|
|
| ||||||||||||||
