Instruction set reference
HIPE_OP_GET_ATTRIBUTE
Requests the current value of an HTML attribute for a particular element.
- location: the location of the element whose attribue to retrieve.
- arg[0]: the name of the HTML attribute.
- requestor: A user defined value to be passed back to the client in the return instruction.
Notes
After sending this instruction to the display server, the Hipe server process will send a HIPE_OP_ATTRIBUTE_RETURN instruction back to the client in reply.