How can you have different number of cells for each row of a
table in HTML?
Answers were Sorted based on User's Feedback
Answer / rekha
by creating a table
<table>
<tr>
<td>enter name</td>
</tr>
<tr>
<td>Ur mail id</td>
</tr>
</table
| Is This Answer Correct ? | 0 Yes | 5 No |
Write a code to print numbers from 5 to 0?
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
write a Vb script to find a whther a selected drive exits.
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?
VBscript for QTP,best tutorial?
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
How can you fetch the value of a cookie?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
Write VB script to convert from feet to inches(hint 1feet=12 inches)
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links