Example :- How to Create Auto Code Generator Using JavaScript Part:- 2 [Video Tutorial]
I
had shared Example on how to create auto code generator using JavaScript part :1 in my older post, hope you enjoyed with it, and today m going to share part:2, in this part i'll show you example by video then you can easily understand what i talking about. firstly you need to watch below video tutorial carefully and after it, try to create auto code generator your self.How To Create Auto Code Generator Using Javascript Part:2 [Video Tutorial]
- Copy the below HTML code
- Now go to HTML Editor and Paste code
- Try to write JavaScript and create auto code generator your self as you seen above video tutorial
<b> Label Here* : <input onkeyup="javascript:makingdifferent();" size="20" style="font-size: large;" type="text" value="nitinmaheta" /></b> <br> <br> <h1>Default Code</h1> <scripttype="text/javascript" src="http://makingdifferent.com/xxxx/example.js"> </script> <br> <script type="text/javascript"><br> var twitterAccount = "nitinmaheta"; <br> var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> "; tripleflapInit(); <br> </script>
No comments