Search Results

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Troy III ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Nov 9th, 2009
Replies: 2
Views: 330
Posted By Troy III
This can make it 333

Test this code in your addresbar:
javascript: alert(333.33333.toFixed())
implement it if you like it.

You can also do things like:
3215.3248566432.toFixed() //gives...
Forum: JavaScript / DHTML / AJAX Oct 14th, 2009
Replies: 8
Views: 1,678
Posted By Troy III
Yes, you simply delete it!


Just change the play button code from:
<INPUT TYPE="BUTTON" VALUE="Play" OnClick="Player.controls.play()">
into:
<INPUT TYPE="BUTTON"...
Forum: JavaScript / DHTML / AJAX Oct 13th, 2009
Replies: 8
Views: 1,678
Posted By Troy III
This is interesting ....[?!?] still haven't found anything working for you on internet?!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html>...
Forum: JavaScript / DHTML / AJAX Oct 12th, 2009
Replies: 5
Views: 470
Posted By Troy III
in fact, there is no such thing as anonymous array, this supposedly "arrray" will be garbage collected as soon as the function has passed over.

Therefore you must initiate/create that array...
Forum: JavaScript / DHTML / AJAX Oct 8th, 2009
Replies: 4
Views: 566
Posted By Troy III
you will need Exel activeX object for this.

This is a demo code from MSDN:
var ExcelApp = new ActiveXObject("Excel.Application");
var ExcelSheet = new ActiveXObject("Excel.Sheet");
// Make...
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2009
Replies: 6
Views: 684
Posted By Troy III
good.
this would be your HTML
<form name="dropDown" action="" method="" >
<select name="disposition">
<option value="" >Select Scene</option>
</select>
</form>
this would be the string format...
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 9
Views: 584
Posted By Troy III
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 9
Views: 584
Posted By Troy III
Nice
I'm puzzled though, why is that code using same id on multiple elements?

And I have another puzzle somebody could answer to me: whose responsibility is to mark threads as solved, :: the...
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 10
Views: 988
Posted By Troy III
<html>
<head>
<style type="text/css">
<!--
.fontStyle {
font-family: Verdana, Geneva, sans-serif;
font-size: small;
font-weight: bold;
color: #67A2DC;
}
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2009
Replies: 9
Views: 584
Posted By Troy III
I've underlined some conflicting statements in your problem description, and the clearance on that part might give some strait forward solution.

That is: if explanation stating that elements are...
Forum: JavaScript / DHTML / AJAX Sep 12th, 2009
Replies: 6
Views: 657
Posted By Troy III
function vulpagina() {
var maindiv=document.getElementById("maindiv");

for(i=0; i<26; i++){
var imgnr = i;
var div=document.createElement("div");
var img=document.createElement("img");...
Forum: JavaScript / DHTML / AJAX Jul 25th, 2008
Replies: 17
Views: 2,100
Posted By Troy III
Well, now that you've learned that quotes can be used only in the logic of parenthesis (*), but not (*] same as "*' etc, and that strings can be added with the + sign and automatically converted into...
Forum: JavaScript / DHTML / AJAX Jul 23rd, 2008
Replies: 17
Views: 2,100
Posted By Troy III
OK
try: alert("The Sum is:" + total + "; The average is: " + average);, to alert them both in one turn.

try: var largest = Math.max(firstnumber, secondnumber, thirdnumber);
var smallest =...
Showing results 1 to 13 of 13

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC