Explain about Descriptive programming with an example usage ?

Questions by dave1969   answers by dave1969

Showing Answers 1 - 1 of 1 Answers

sriprakash

  • Mar 6th, 2007
 

hi,here is the example for descriptive programming


set obrowser=description.Create()

obrowser("name").value="Welcome to Gmail"


set opage=description.Create()

opage("title").value="Welcome to Gmail"

here instead of adding browser,page i have created descriptions for those.Like this we can create descriptions for all

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions