Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Laptop was fine this afternoon but now it wont start up it just freezes after i enter my password and it tries to start up
it starts up and operates in safe mode, but if i do safe mode with network once on desktop it just freezes
no recovery as i don't have any restore points
what to do?
ok so my next big thing to do
this is the first page -
i can probably faff around with the coding i have to make this page. but i need this page to turn mph/kph into metres per second and put that result automatically into the speed column on the second page. how do you get the result to...
where abouts in the code would i put that, i just put it here and nothing happened
(i didnt bother copying all the code)
/**
* Called when document is loaded.
*/
phoneui.documentReadyHandler = function() {
}
$('#m1-sum-arg3Field').text("1.50")
}
function updateTotal() {
//read...
ok well next question to help me on my way, is there a way to predefine two inputs. but they can be changed if need be?
T and D are pretty standard where as V and A are always different.
so how do i make the cell for T say 1.50 and D say 4.41 as standard???
ok so does that replace the bit in bold, or does that bit you said need to go in as wel??
/**
* Notification that the UI is about to transition to a new page.
* Perform custom prepage-transition logic here.
* @param {String} currentPageId
* @param {String} targetPageId
* @returns {boolean}...
java not being my thing, like this?
//compute sum of args
sum = alert("arg1=" + arg1 + "; arg2=" + arg2 + "; arg3=" + arg3 + "; arg4=" + arg4); (arg1*arg2)+((arg1*arg1)/(2*(arg3+(0.1*arg4))));
so this is my sum (taken from an excel spreadsheet) - =(B13*B14)+(B13*B13)/(2*(B15+(0.1*B16)))
someone wrote some java script for me to do this same sum, but im not getting the right result, can anyone help as to why?
/**
* Notification that the UI is about to transition to a new page.
*...