Posts by mEstrazulas • 41 points
3 posts
-
3
votes3
answers1081
viewsA: As I put a button inside iframe
Use a DIV for this purpose, an iframe serves to load another HTML, another file.
-
1
votes1
answer936
viewsA: Embed latest Instagram photos
Yes possible. There is the instagram API that you can use: http://instagram.com/developer/ Even examples in various programming languages.…
-
0
votes2
answers119
viewsA: Put jQuery function on button
You must go via AJAX to check if the record exists in the database. On return you submit or not the form. Or you can submit, check, and if there is no record you will pop an exception. There are…