witam...
czy można popularne <iframe> zastąpić Javą?
żeby był identyczny efekt... tzn pewna strona otwiera się w pewnym "kwadraciku"
jakim kodem coś takiego zrobić?
#test { width: 100px; height: 100px; overflow: auto; }
$(document).ready(function() { $('#test').load('index2.html'); });
#test { width: 100px; height: 100px; overflow: auto; }
$(document).ready(function() { $('#test').load('index2.html'); });
#test { width: 100px height: 100px; overflow: auto; }