Skip to content

Instantly share code, notes, and snippets.

@droid242
droid242 / Mail Script
Last active December 11, 2015 02:39
Simple mail script
<?php
if(isset($_POST['email'])) {
// EDIT THE 2 LINES BELOW AS REQUIRED
$email_to = "droid242@gmail.com";
$email_subject = "Webes megkeresés";
$thx = "thx.html";
function died($error) {
@droid242
droid242 / iframeURL.html
Created October 9, 2012 19:22
URL betöltése iframe-ba
<!DOCTYPE html>
<html lang="hu">
<head>
<title>bla-bla-bla</title>
<meta charset="utf-8" />
<style type="text/css">
#content {
font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
font-size: 1em;
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link href="data:image/x-icon;base64,AAABAAEAEBACAAAAAACwAAAAFgAAACgAAAAQAAAAIAAAAAEAAQAAAAAAQAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//gAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA//8AAP//AAD//wAA" rel="icon" type="image/x-icon" /></head>
<body>
</body>
</html>
@droid242
droid242 / DIVrefresh.html
Created August 26, 2012 07:00 — forked from yitsushi/DIVrefresh.html
DIV refresh
<!DOCTYPE html>
<html lang="hu">
<head>
<title>DIV refresh page</title>
<meta charset="utf-8" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
<script type="text/javascript">
// en jobban szeretem a jQuery format mint a jQuery-et
// mert igy kisebb az esely hogy osszeakad massal :)
@droid242
droid242 / DIVrefresh
Created August 25, 2012 19:35
DIV refresh
<!DOCTYPE html>
<html lang="hu">
<head>
<title>DIV refresh page</title>
<meta charset="utf-8" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.0.min.js"></script>
<script type="text/javascript">
$("#changePanel").click(function() {
$('#panel').fadeOut('slow').fadeIn('slow');