Click here to hide categories Click here to show left categories
User: Home welcome : Guest Log In / Register here
'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)