Related Articles
25 Best MySQL DATABASE interview questions
How do you start MySQL on Linux? – /etc/init.d/mysql start How do you start and stop MySQL on Windows? net start MySQL, net stop MySQL What’s the default port for MySQL Server? 3306 What does tee command do in MySQL? tee followed by a filename turns on MySQL logging to a specified file. It […]
How to Create document using VB Script
To create a document using VB script you need a text editor and use the below code. VB script must be ended by using .vbs VB script runs only on Internet Explorer browser. <script type=”text/vbscript”>Set word = CreateObject(“Word.Application”)Set ActiveDocument = word.Documents.Add()ActiveDocument.TypeText “My first document”ActiveDocument.TypeParagraph()ActiveDocument.SaveAs(“c:sample.doc”)</body></script>
Issue with Internet Explorer Browser IE 7, IE 8, IE 9 for CSS and Jquery
Use below meta tags for Issues regarding Intenet Explorer IE with CSS and Jquery