During this week, I'm still working on my final project, especially focusing on PHP and MySQL as well some important HTML tags.
I found some useful website about the PHP and MySQL tutorial.
This is the most clear one to introduce how to use PHP and connect with MySQL in your project from very beginning. http://www.freewebmasterhelp.com/tutorials/phpmysql
Also there are some tips for HTML button 'onclick' event summary.
input onclick="document.all.WebBrowser.ExecWB(1,1)" value="OPEN" name="Button1" type="button"
input onclick="document.all.WebBrowser.ExecWB(4,1)" value="SAVE AS" name="Button2" type="button"
input onclick="document.all.WebBrowser.ExecWB(6,1)" value="print" name="Button" type="button"
input onclick="window.location.reload()" value="refresh" name="refresh" type="button"
input onclick="window.external.AddFavorite(location.href, document.title)" value="add to my favorite" name="Button22" type="button"
input onclick="'window.location=" value="check page sources" name="Button7" type="button"
input onclick="document.execCommand('Cut')" value="cut" type="button"
input onclick="document.execCommand('Copy')" value="copy" type="button"
input onclick="document.execCommand('Paste')" value="paste" type="button"
input onclick="document.execCommand('Undo')" value="undo" type="button"
input onclick="document.execCommand('Delete')" value="delete" type="button"
input onclick="document.execCommand('Bold')" value="Bold" type="button"
input onclick="document.execCommand('Italic')" value="Italic" type="button"
input onclick="document.execCommand('Underline')" value="Underline" type="button"
input onclick="document.execCommand('stop')" value="stop" type="button"
input onclick="document.execCommand('SaveAs')" value="Save" type="button"
input onclick="document.execCommand('Saveas',false,'c:\\Autorun.inf')" value="Save as" type="button"
input onclick="document.execCommand('FontName',false,fn)" value="Font" type="button"
input onclick="document.execCommand('FontSize',false,fs)" value="FontSize" type="button"
input onclick="document.execCommand('refresh',false,0)" value="refresh" type="button"
input onclick="window.location.reload()" value="refresh" type="button"
input onclick="history.go(1)" value="go forward one page" type="button"
input onclick="history.go(-1)" value="back one page" type="button"
input onclick="history.forward()" value="go forward" type="button"
input onclick="history.back()" value="back" type="button"
input value="open new window" onclick="javascript:window.open('#','','scrollbars=yes,width=600,height=200')" type="button"
input value="link to page" onclick="window.location.href=''" type="button"
input value="previous page" onclick="javascript:history.go(-1);" type="button"
No comments:
Post a Comment