473,503 Members | 13,285 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is jAlert contain yes no cancel option

26 New Member
Hi everyone,

I called function using jalert that show only "Ok" "Cancel" Option button.

Expand|Select|Wrap|Line Numbers
  1.  function confirmDel() {
  2.         msg = "Are you sure to delete the record?";
  3.  
  4.                 jConfirm(msg, 'Confirmation!', function(r) {
  5.                     if(r) {
  6.                         document.<portlet:namespace/>fms.submit();
  7.                     }
  8.                 });
  9.  
  10.             }
  11.  
I want to show user with 3 option "Ok" "Move" "Cancel" option.
How can I change?
Thanks and Regards,
Yan
Attached Images
File Type: png Screen shot 2010-07-29 at AM 11.19.06.png (16.5 KB, 158 views)
Jul 29 '10 #1
0 1712

Sign in to post your reply or Sign up for a free account.

Similar topics

2
3309
by: Corrine | last post by:
Is there a way to cancel a change in an option group? The option group still changes to the option clicked on when clicking on the NO button with the following code in the BeforeUpdate event of the...
4
1811
by: Deano | last post by:
Alot of my forms are bound. I would like to offer a Cancel option so that they can make as many changes as they like and still Cancel out without making any changes. I have one idea of how to...
1
2794
by: Richard | last post by:
A shipment of material is received. The shipment contains several items. Each item is assigned an internal tracking number for auditing purposes and further processed. The tracking number is...
3
2250
by: Birky | last post by:
Hello, I’m hoping you can help me out with two issues I’m having with my code. I have an Access Report named Report_Project_Event_Log which I have calling a Form named “Custom_Code_lookup” which...
2
2260
by: Swinky | last post by:
I have added a delete control to my form with code in the On Click property. The delete works well, but if I cancel the delete action, the record is still deleted. Here's the code: MsgBox...
1
1229
by: carl2k2 | last post by:
Ok kind of new to this part, Here is my code I have set, If (CHKcat1 = 1) Or (CHKcatb = 1) Or (CHKcatc = 1) Or (CHKcorp = 1) Or (CHKexe = 1) Then response = MsgBox("Are you sure you want to...
2
5282
by: cephal0n | last post by:
Hi All! I have a field named: Title,now I want to filter the data with a specific match. In Excel when you set the whole sheet1 to data>filter>autofilter, excel offers an Custom AutoFilter...
2
3383
beacon
by: beacon | last post by:
Hi everybody, I have a form that has a combo box that asks the user to select the program they work on. Once the user selects the program, a SQL statement populates the row source for 4 staff...
6
2480
mageswar005
by: mageswar005 | last post by:
Hello Guys, I want to Avoid the Save option when i click the download link in php . I just want open and cancel option only, i dont want save option when i click the download link in...
8
7778
by: bluemoon9 | last post by:
on my form, I have a "Cancel" button which allows user to cancel updates and here is my code: Dim db As Database Dim frm As Form Set db = CurrentDb Set frm = Forms!frmReview ...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7296
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5604
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4696
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1524
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
751
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
405
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.