Displaying 2 results from an estimated 2 matches for "firsttest".
Did you mean:
first_test
2007 Jun 06
1
How to get title from a link
...need to know how to read the title with $().
Here is some code.
[START CODE]
<html>
<head>
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript">
function whatUp()
{
var p = $(''firstTest'');
alert(p.title);
}
</script>
</head>
<body>
<a id="firstTest" href="http://www.google.com" title="I think this
is not working ">What did I say</a>
<button onclick="whatUp()">Press Me</button>...
2006 Mar 30
1
Logger::Format not defined (NameError) [NOOB]
I have just installed apache2 / php4 / mysql and RoR on a clean and
minimal Ubuntu (5.10) server.
I have set up a test site and can reach the "Welcome on board" index
page.
However when I run "ruby script/generate contoller firsttest" I get the
following error.
./script/../config/../vendor/activesupport/lib/active_support/clean_logger.rb:13:in
`remove_const'': constant Logger::Format not defined (NameError)
from
./script/../config/../vendor/activesupport/lib/active_support/clean_logger.rb:13
fro...