New Message on dotNET User Group Hyd

_javascript_ conformation for file deleting

Reply
  Reply to Sender   Recommend Message 4 in Discussion
From: raja bolisetty

One more clue…

 

 

<a href="" file</a>

 

 <script language="_javascript_">

 

  function DeleteConfirm(url)

   {

   if (confirm("Do you want to delete record?"))

    location = url

   }

</script>

 

Cheers

Raja

 

-----Original Message-----
From: dotNET User Group Hyd [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 3:03 PM
To: dotNET User Group Hyd
Subject: Re: _javascript_ conformation for file deleting

 

New Message on dotNET User Group Hyd

 

_javascript_ conformation for file deleting

Reply

 

Recommend

Message 3 in Discussion

From: s_hashim

 

TRY THIS

 

<a href=''  Delete_Confirm();"  > Delete File</a>

 

 <script language="_javascript_">
  function Delete_Confirm()
   {
   if (confirm("Do you want to delete record?")==true)
    return true;
   else
    return false;
   }
  </script>

 

 

**********
Keep Smiling,
Regards.

Sayad Hashim Ali Kazi
Microsoft India Community Star.

SQL Star International Ltd.
SQL House, #13,Infocity,Madhapur,
Hyderabad 500 081.
Tel: +91-40-2310 1625(Off)
www.mugh.net

-----Original Message-----
From: hemadotnet [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 15, 2004 10:54 AM
To: dotNET User Group Hyd
Subject: _javascript_ conformation for file deleting

 

New Message on dotNET User Group Hyd

 

 

_javascript_ conformation for file deleting

Reply

 

Reply to Sender   Recommend

Message 1 in Discussion

From: hemadotnet

 

Hi folks,

 

browsdocumnt.aspx page contains the following link if u click on this it goes to delete.aspx page and  deletes the file.

 

ScriptString = " <a href='' > Delete File</a>"

 

i want to put some conformation to delete the file.how can i do this.

 

thax in advance

 

Regards

[EMAIL PROTECTED]

 


View other groups in this category.


View other groups in this category.


View other groups in this category.

Click here!
Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to