Code: Select all
$(document).ready(function(){
$("a#infmedoc").click(function(){
$("iframe#iframe").load();
});edit
Solved, http://www.neowin.net/forum/topic/79543 ... frame-src/
All I had to do was changed the frame's source, I guess.
Moderator: General Moderators
Code: Select all
$(document).ready(function(){
$("a#infmedoc").click(function(){
$("iframe#iframe").load();
});