plz tell me confirm alert how its button work i mean OK and CANCLE....
Be Good Not Bad
ok returns true and cancel returns false
I think you mean MsgBox, look it up in VB help for a nice explanation and some examples
(Microsoft MVP from July 2007 to June 2017) . . . . . . . . . . Hitchhiker's Guide to Getting Help at VBForums Database Development FAQs/Tutorials (updated May 2011) (includes fixing common DB related errors, and [VB.Net] ADO.Net Tutorial, and [Classic VB] ADO tutorial /further steps) other useful DB bits: . Connection strings (alternative copy).•. MDAC/Jet/ACE downloads .•. SQL Server downloads . Classic VB FAQs (updated Oct 2010) (includes fixing common VB errors) some of my Classic VB bits: . Tutorial: How to automate Excel from VB6 (or VB5/VBA) .•. SQL 'Select' statement formatter/checker .•. Convert colour number to colour name .•. FlexGrid: fill from recordset .•. FlexGrid: AutoSize columns .•. DB Reserved Words checker .
how can i take vb help plz explain..///
ah sorry - I didn't notice which forum this was (I assumed VB script). I'm afraid I don't know how to do it javascript etc.
Code: function test(){ if(confirm("click a button")) alert("ok"); else alert("cancel"); }
function test(){ if(confirm("click a button")) alert("ok"); else alert("cancel"); }
Forum Rules