|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
17 Apr 2009, Jimmy Ngai, Forum, MIDAS mhttpd custom page questions
|
20 Apr 2009, Jimmy Ngai, Forum, MIDAS mhttpd custom page questions
|
06 May 2009, Stefan Ritt, Forum, MIDAS mhttpd custom page questions
|
06 May 2009, Stefan Ritt, Forum, MIDAS mhttpd custom page questions
|
|
Message ID: 568
Entry time: 06 May 2009
In reply to: 566
|
Author: |
Stefan Ritt |
Topic: |
Forum |
Subject: |
MIDAS mhttpd custom page questions |
|
|
> I have one more question. I use <odb src="odb field" edit=1> to display an
> editable ODB value, but how can I show this value in hexadecimal?
Again with JavaScript:
var v = ODBGet('/some/path&format=%X');
this will retrieve /some/path and format it in hexadecimal. Then you can set a table
cell with "v" as I wrote in the last reply. If you want to change this value
however, you need to encode this yourself in JavaScript.
- Stefan |