Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display Variable

Status
Not open for further replies.

simplyJ

MIS
Jul 12, 2001
59
0
0
US
I have a few lines of Javascript that subtract the minutes difference between two dates and store the value in a variable. However, I cannot get the variable to show on the screen. The equation does not prompt an error but all of the rows on the display are blank. I am using the console.write function.

Any ideas?
 
i hope i am not misinterpreting you, but if you are using console.write(ln) then the display will only appear in the console window (under view). to display a variable on the screen you must use a field. a label will not work, but fields will accept js code.
 
I a new to this....you are write. It was writing to the console.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top