R
rg66
Hello,
can some one tell me from where I am able to get more literature on the
DataDOMEvent Object.
I can see within the MSE the members from the DataDOMEvent Object. I
now would like to understand what else there is.
For example:
In the DataDOMEvent there is
- Parent and then there is removeChild and insertBefore such as
Set oParent = oItem.parentNode
oParent.removeChild
oParent.insertBefore oNext, oItem
OR
- Source such as
Set oItem = eventObj.Source
Set oParent = oItem.parentNode
Set oNext = oItem.nextSibling
I just want to understand what options there are.
Hope some one can help me out.
Robert
can some one tell me from where I am able to get more literature on the
DataDOMEvent Object.
I can see within the MSE the members from the DataDOMEvent Object. I
now would like to understand what else there is.
For example:
In the DataDOMEvent there is
- Parent and then there is removeChild and insertBefore such as
Set oParent = oItem.parentNode
oParent.removeChild
oParent.insertBefore oNext, oItem
OR
- Source such as
Set oItem = eventObj.Source
Set oParent = oItem.parentNode
Set oNext = oItem.nextSibling
I just want to understand what options there are.
Hope some one can help me out.
Robert