how to validate the pop up window

Example :assume there is an webpage in that webpage we had a
button to browser or file to upload .
how to validate this button
if we click on that botton window should appear else
back to the page
i need in VB Script Code since i am using QTP for testing



how to validate the pop up window Example :assume there is an webpage in that webpage we had a ..

Answer / hariharadeep

Try

<A href="#"
onclick="window.open('nameofwindow','info.asp?GradeID=<%=rsSublisting("Grade
ID")%>',width=100,height=100)"><%=rsSubListing("Grades")%></A>

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Visual Basic Interview Questions

What type of recordsets are available in ADO?

1 Answers   CSS,


Is VB comes under Object Oriented Programming ?

1 Answers  


Explain about the creation of EXE files with Visual Basic?

0 Answers  


which arguments will be used to run a executable program in shell function ?

1 Answers  


Types of Modal windows in VB.

1 Answers  


Why can't I use an index with my VB accessed database?

0 Answers  


What is the difference between a Property Let and Property Set procedure?

1 Answers  


what is Type Library and what it's purpose?

1 Answers  


Explain about manipulating the recordset object

0 Answers  


What is "Reserved Error -1209"?

0 Answers  


How many objects resides in ADO ?

0 Answers  


Types of LockEdits in DAO?

0 Answers  


Categories