Advertisement
winone1208

JS Komunikaty

Sep 4th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.write("To jest przykładowy tekst");
  2. alert('To jest okienko alaert');
  3. confirm('Okienko decyzyjne');
  4. document.write(prompt('tresc','wpisz cos'));
  5. document.write(wpisz_cos);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement