javascript
-
hi, i had a javascript for confirmation to delete. When i click the button the javascript is rendered with message "are u sure to delete?" and two buttons "OK" and "Cancel", Isn't it possible to change the OK and Cancel Buttons to "Yes" and "No" button. it's urgent. please help . thanks in advance.
-
hi, i had a javascript for confirmation to delete. When i click the button the javascript is rendered with message "are u sure to delete?" and two buttons "OK" and "Cancel", Isn't it possible to change the OK and Cancel Buttons to "Yes" and "No" button. it's urgent. please help . thanks in advance.
trimandir prajapati wrote:
it's urgent
No, it's really not. I assume this is a paid job, homework is rarely 'urgent', or rather, it wouldn't set a task like this, because it;s not trivial and pointless. You should read a few basic ASP.NET books before taking on any paid work. The text can't be changed. You'd have to create your own modal popup to do that.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
trimandir prajapati wrote:
it's urgent
No, it's really not. I assume this is a paid job, homework is rarely 'urgent', or rather, it wouldn't set a task like this, because it;s not trivial and pointless. You should read a few basic ASP.NET books before taking on any paid work. The text can't be changed. You'd have to create your own modal popup to do that.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
how to creat own modal pop up then
-
how to creat own modal pop up then
Well, you'd basically create a form which acted as your yes/no form, or you could use a floating DIV, I guess. Either way, I would use google, it's a common enough task that there's no point in reinventing the wheel, and I get the feeling you're not going to respond well to anything less than full source code anyhow
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
hi, i had a javascript for confirmation to delete. When i click the button the javascript is rendered with message "are u sure to delete?" and two buttons "OK" and "Cancel", Isn't it possible to change the OK and Cancel Buttons to "Yes" and "No" button. it's urgent. please help . thanks in advance.