vBuLLetin 'de aLbüme ReSim YükLerken iLerLeme Notu ÇıkSın 3.7.x
vBuLLetin Upload P ic Progress Notification
album_picture_upload TempLateSini Açın...
Bunu BuLun,
üStüne EkLeyin,
Bunu BuLun,
BununLa Deqi$tirin,
Not: {Upload in progress, Please wait... } Yazan Yeri Kendiniz Düzenleyebilirsiniz
Demo;
vBuLLetin Upload P ic Progress Notification
album_picture_upload TempLateSini Açın...
Bunu BuLun,
PHP:
</head>
PHP:
<script language="JavaScript">
function render(t) {
document.getElementById(t).style.display="";
}
</script>
PHP:
<input type="submit" class="button" value="$vbphrase[upload_pictures]" accesskey="s" tabindex="1" />
</div>
PHP:
<input type="submit" class="button" value="$vbphrase[upload_pictures]" accesskey="s" tabindex="1" onClick="render('progress')" />
</div>
<div align="center" style="display:none;" id="progress">Upload in progress, Please wait... <img src="/images/misc/13x13progress.gif" border="0"></div>
Demo;