How can you have different number of cells for each row of a
table in HTML?
Answer Posted / meme
you use <td colspan = number>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Can automation testing find ssame no. of bugs what we can find by manual testing?
Which operator can be used to check if two numbers are equal or not in vbscript?
Explain what is loose binding? Why is it not a good practice to use it?
How can you create a file object to work with the files in the vbscript language?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Mention characteristics of sub procedures?
who will create the object?
Why is it recommended to close the database connection every time after the work is completed?
Anyone have qtp11.0 crack?
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.
How will you convert a string to lower case string using vbscript?
Explain How do you create a recordset object in vbscript?
what is the difference between modular and data and keyword driven framework