hariharadeep


{ City } hyderabad
< Country > india
* Profession * swe
User No # 13428
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 40
Users Marked my Answers as Wrong # 21
Questions / { hariharadeep }
Questions Answers Category Views Company eMail




Answers / { hariharadeep }

Question { Sapient, 5060 }

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


Answer

Try

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

Is This Answer Correct ?    0 Yes 2 No

Question { HP, 6421 }

Suppose in a scenario if we want to display information only
until 4.00 p.m and after that
means after 4.00 p.m if any one tries to access the
information it should give error mesage.
Then how will you write a delegate for this ? Give coding.


Answer

under page load event
string presenttime
presenttime = hrs & ":" & min

If presenttime > "16:00" Then
info.visibel=false
end if

Is This Answer Correct ?    7 Yes 11 No


Question { ACS, 37889 }

how many web.config files are there in 1 project.we can
overwrite the web.config files


Answer

We can have any number of web.config files files in aproject
based on the modules present and if needed we can..

Is This Answer Correct ?    33 Yes 8 No