WebElement[…] = … (gb.qt4.webkit)
Dim hWebElement 
As WebElement
Dim aString 
As String
hWebElement 
[ Attribute As String ] = aString
 
Set the value of an attribute.
If the attribute did not exist, it is created.
If you want to remove an attribute, use the 
RemoveAttribute method.