0% found this document useful (0 votes)
40 views2 pages

Notes

This document provides information about learning Ruby on Rails, an open-source web application framework written in Ruby. It discusses getting started, installing Ruby and Rails, and creating a basic blog application to learn the framework.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views2 pages

Notes

This document provides information about learning Ruby on Rails, an open-source web application framework written in Ruby. It discusses getting started, installing Ruby and Rails, and creating a basic blog application to learn the framework.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

http://www.sitepoint.

com/learn-ruby-on-rails/

<td height="30"> <input type="text" onfocus="cleartext2();" onblur="gettext2();" va lue="Enter the verification code" name="entered_captcha" id="entered_captcha" cl ass="bodytext" style="width:140px;"> </td> <td height="30"> //<input type="text" onfocus="cleartext2();" onblur="gettext2();" value="Enter the verification code" name="entered_captcha" id="entered_captcha" class="bodytext" style="width:140px;"> //</td>

<tr> <td align="right" class="contentheading4">Enter Security Code</ td> <td align="right" class="contentheading4">:</td> <td align="left" valign="middle"> <script type="text/javascript" language="javascript"> function cleartext2() { document.getElementById("entered_captcha").value = '' } function gettext2() { if((document.getElementById("entered_captcha").value == null)||(document.getEle mentById("entered_captcha").value == "")) { document.getElementById("entered_captcha").value = "Enter the verification cod e" } } </script> </td> </tr>

<tr> <td align="right" class="contentheading4">Enter Security Code</

td> <td align="right" class="contentheading4">:</td> <td align="left" valign="middle"> <script type="text/javascript" language="javascript"> function cleartext2() { document.getElementById("entered_captcha").value = '' } function gettext2() { if((document.getElementById("entered_captcha").value == null)||(document.getEle mentById("entered_captcha").value == "")) { document.getElementById("entered_captcha").value = "Enter the verification cod e" } } </script> </td> </tr>

You might also like