Main Page
From FragoriaWiki
(Difference between revisions)
												
			
		| Line 40: | Line 40: | ||
| <td style="background: transparent;" valign=top> | <td style="background: transparent;" valign=top> | ||
| - | < | + | <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" /> | ||
| <div width=100% height=100% id="example-placeholder"> | <div width=100% height=100% id="example-placeholder"> | ||
|    <p></p> |    <p></p> | ||
| </div> | </div> | ||
| + | </html> | ||
| </td></tr></table> | </td></tr></table> | ||
Revision as of 19:46, 15 April 2012
| 
 
 | 
 
 
 | ||||||||||||||||
| 
 | 
 | 
 | 
 | ||||||||||||||


 
 

