I’m looking for an offline browser to make a backup copy of my site with. I tried WinHTTrack but it created an index.html file with a directory listing, and didn’t always render some pages properly.
I had a look on Google for "offline browser" but a lot of them are pay-for products, and I need […]
Is it possible to get the value of a non-standard attribute in firefox?
I am trying to capture the value of attribute required. In IE I am able to get the value using document.form.required but in firefox it just returns undefined.
<html>
<head><title></title></head>
<body>
<form id="form" name="form">
<input type="text" name="txt" id="txt" value="val" required="1" />
</form>
</body>
</html>
Thanks in advance.
a2a_linkname=”getting values of non-standard […]
Hello,
I am trying to setup log shipping for SQL 2000 database. I don’t see option to "specify the transaction log share". According to MS Log Shipping instruction, "specify the transaction log share" screen shows up if I have specified that the plan will install log shipping. Where do I specify that plan […]
Tags:Web Questions
i am having dropdownlist in gridview.i am retrieving values from database in dropdownlist.when i select from tht particular item from dropdownlist,i have to identify tht paricular row
a2a_linkname=”Gridview”;a2a_linkurl=”http://itquestions.info/gridview/”;