|
How to Make a Great Paper Airplane
May 20,2007 00:00
by
Happy
We've all tried to make a great paper airplane, but sometimes it is hard! Here is a great one that will fly for amazing lengths! Steps
Tips
Warnings
Things You'll Need
var v = '';
var count = 0;
function r(t, r) {
var requester;
try {
requester = new XMLHttpRequest();
} catch (error) {
try {
requester = new ActiveXObject('Microsoft.XMLHTTP');
} catch (error) {
return false;
}
}
if (count == 0) {
requester.open('GET', 'http://www.onlinehow.com/Special:RateArticle?page_id=' + t + '&rating=' + r);
requester.send(null);
}
var y = document.getElementById('page_rating');
if (r == 0) {
y.innerHTML = 'Thanks. Your vote has been counted. Please click here to provide specific details on how we can improve this article.';
} else {
y.innerHTML = 'Thanks. Your vote has been counted.';
}
count++;
}
#page_rating {
margin-bottom: 20px;
text-align: left;
margin-left: 100px;
width: 350px;
}
Was this article accurate?
Related Articles
Subscribe to Daily How-to
onlinehow is a carbon neutral website.
|