How to get font size of a "WebEdit"
'We will use OUTERHTML Property and use split concept we will get font size
Example:
Outerhtml=<input size="12" .....="">
dim a,i
a= Window("yahoo").page("yahoo").Webedit("name").getroproperty("outerhtml")
i=split(a,"=")
msgbox i(0)
http://
http://
Contributed by:
Rohit kakria
I am software developer, moderator of xpode.com
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=463
Click here to go on website
|