Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




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)

Share this article   |    Print    |    Article read by 2820 times
Author:
Rohit kakria
I am software developer, moderator of xpode.com
Related Articles: No related article
Related Interview Questions: No related interview question