Click here to Skip to main content
16,011,685 members
Home / Discussions / Web Development
   

Web Development

 
Generalabsolute page size using javascript Pin
Newborn Naughtysaint17-Jul-03 3:22
Newborn Naughtysaint17-Jul-03 3:22 
GeneralRe: absolute page size using javascript Pin
theJazzyBrain17-Jul-03 3:27
theJazzyBrain17-Jul-03 3:27 
GeneralRe: absolute page size using javascript Pin
Newborn Naughtysaint17-Jul-03 4:10
Newborn Naughtysaint17-Jul-03 4:10 
GeneralRe: absolute page size using javascript Pin
Rahul Walavalkar22-Jul-03 8:32
Rahul Walavalkar22-Jul-03 8:32 
QuestionUK Host - any advice? Pin
Debs16-Jul-03 12:53
Debs16-Jul-03 12:53 
GeneralLaunch IE from a link in Netscape Pin
Perlosaurus16-Jul-03 10:09
Perlosaurus16-Jul-03 10:09 
GeneralRe: Launch IE from a link in Netscape Pin
basementman17-Jul-03 5:16
basementman17-Jul-03 5:16 
Generalcalculation problem Pin
THEMYTH2216-Jul-03 4:17
THEMYTH2216-Jul-03 4:17 
Hello,

I am trying to develop a program based on c# and aspx systems.
I am required to write a code which must be in java script.
The code would be able to make a calculation.
The calculation is a bit complex.

I am required to do that:
There is a value of a result of an expeirence and there is a upper and lower limit of the result of the expeirence.

e.g
Upper limit : 2.4
Lower limit : 1.2

The value of result of the expeirence is 1.8

The result of the experience value could be out of limits.
(actually the limits are defined for the standart situations)

I have a record which is like shown below

UpperLimit : 2.4
LowerLimit : 1.2
Value : 1.8

-------

And I am now changing the upper and lower limits to ...

UpperLimit : 4.8
LowerLimit : 2.4
Value : ?

How can I calculate the final value?

I have already tried:

Final = Value * (UpperLimit(2) - LowerLimit(2))/(UpperLimit(1) - LowerLimit(1))

It is not just relaited with the range. It is also releated with the position of the limits.

e.g.

|------|----------|-----------|------
0______LL_________X___________UL
_______<-------difference----->
_______<---------range-------->

0 ,zero
LL, Lower Limit
X , Value
UL, Upper Limit

Both range and the position are being changed .

Thank you for your time

Regards,
Emre YAZICI
GeneralRe: calculation problem Pin
Roger Wright16-Jul-03 7:52
professionalRoger Wright16-Jul-03 7:52 
GeneralAre frames that bad Pin
Brakanjan15-Jul-03 4:23
Brakanjan15-Jul-03 4:23 
GeneralRe: Are frames that bad Pin
basementman15-Jul-03 4:25
basementman15-Jul-03 4:25 
GeneralRe: Are frames that bad Pin
theJazzyBrain15-Jul-03 4:46
theJazzyBrain15-Jul-03 4:46 
GeneralRe: Are frames that bad Pin
Anonymous15-Jul-03 14:20
Anonymous15-Jul-03 14:20 
GeneralRe: Are frames that bad Pin
The_Server15-Jul-03 14:22
The_Server15-Jul-03 14:22 
GeneralRe: Are frames that bad Pin
theJazzyBrain16-Jul-03 8:09
theJazzyBrain16-Jul-03 8:09 
GeneralRe: Are frames that bad Pin
theJazzyBrain15-Jul-03 4:51
theJazzyBrain15-Jul-03 4:51 
GeneralRe: Are frames that bad Pin
Rahul Walavalkar22-Jul-03 8:38
Rahul Walavalkar22-Jul-03 8:38 
GeneralJava Script FullScreen Part2 Pin
Nelo Angelo15-Jul-03 3:15
Nelo Angelo15-Jul-03 3:15 
GeneralRe: Java Script FullScreen Part2 Pin
The_Server15-Jul-03 4:04
The_Server15-Jul-03 4:04 
GeneralRe: Java Script FullScreen Part2 Pin
Nelo Angelo15-Jul-03 4:20
Nelo Angelo15-Jul-03 4:20 
GeneralRe: Java Script FullScreen Part2 Pin
The_Server15-Jul-03 4:31
The_Server15-Jul-03 4:31 
GeneralRe: Java Script FullScreen Part2 Pin
Anonymous15-Jul-03 4:21
Anonymous15-Jul-03 4:21 
GeneralRe: Java Script FullScreen Part2 Pin
basementman15-Jul-03 4:23
basementman15-Jul-03 4:23 
GeneralRe: Java Script FullScreen Part2 Pin
Rahul Walavalkar22-Jul-03 8:43
Rahul Walavalkar22-Jul-03 8:43 
Questionhow do I remove a node? Pin
theJazzyBrain15-Jul-03 1:51
theJazzyBrain15-Jul-03 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.