Forum: ASP Jul 15th, 2008 |
| Replies: 4 Views: 1,037 Dear I m using this script with in ASP file under response.write
as
response.write "<a href='nextfile.asp?mode=delete&id=5' onclick = confirmsubmit()>Delete</a>" if i use in this way message box... |
Forum: ASP Jul 14th, 2008 |
| Replies: 4 Views: 1,037 Dear All,
I have a problem with delete confirmation code in java script.
i m using this code:
<script LANGUAGE="JavaScript">
function confirmSubmit()
{ |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2008 |
| Replies: 2 Views: 1,359 Dear All,
I have a problem with delete confirmation code in java script.
i m using this code:
<script LANGUAGE="JavaScript">
function confirmSubmit()
{ |
Forum: ASP.NET May 27th, 2008 |
| Replies: 2 Views: 1,044 Hello dears,
I m facing below mentioned Error in my application.
where as all my database connections are closed.
my code is as under:
i have made a function that is being used with each type... |
Forum: ASP Mar 17th, 2008 |
| Replies: 1 Views: 1,324 Hello dear All,
I have problem that when i want to display value of a record set it did't display completely the values with spaces can't be displayed in text box. where as if i display that... |
Forum: ASP Mar 8th, 2008 |
| Replies: 2 Views: 1,468 Hellow Dears,
I want to submit the form with <a> tag the page is sbumitted but I can't pass parameter along with the <a> tag please suggest how can i do that.
plz suggest as earliest |
Forum: ASP Mar 7th, 2008 |
| Replies: 1 Views: 1,307 Hello to All
Please let me know that Post back function can be used in ASP page if it can be used please give me the sample code. at earliest.
Naveed |
Forum: ASP Feb 29th, 2008 |
| Replies: 1 Views: 871 Dear Sir,
Can I use SQL query with in the Jave script being used in ASP page.
If i can please reffer me some samples code.
Actually I have made a form in ASP code it contain a combobox with... |
Forum: ASP Feb 28th, 2008 |
| Replies: 3 Views: 1,252 I have make a form in ASP page wich contain a dropdown menue containing record from the database. These records are related with an other table. I want when I select any record from the drop down... |