Click here to Skip to main content
16,004,977 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Really weird IE problem Pin
Carl Mercier19-Oct-06 20:52
Carl Mercier19-Oct-06 20:52 
GeneralRe: Really weird IE problem Pin
Guffa19-Oct-06 21:22
Guffa19-Oct-06 21:22 
GeneralRe: Really weird IE problem Pin
Carl Mercier20-Oct-06 6:02
Carl Mercier20-Oct-06 6:02 
GeneralRe: Really weird IE problem Pin
nlindley720-Oct-06 7:38
nlindley720-Oct-06 7:38 
GeneralRe: Really weird IE problem Pin
Guffa20-Oct-06 11:58
Guffa20-Oct-06 11:58 
Questionvisual studio Pin
mastermind142919-Oct-06 17:06
mastermind142919-Oct-06 17:06 
Questionasp:button UseSubmitBehaviour = "false" with Confirm dialog box Pin
Omkar Ghaisas19-Oct-06 11:32
Omkar Ghaisas19-Oct-06 11:32 
AnswerRe: asp:button UseSubmitBehaviour = "false" with Confirm dialog box Pin
Edbert P19-Oct-06 15:51
Edbert P19-Oct-06 15:51 
AFAIK you need to change the following:

{btnSubmit.Attributes.Add("onclick", "<big>return</big> ConfirmSubmit('" + btnSave.ClientID + "','" +btnSubmit.ClientID + "','" +btnValidate.ClientID + "','" +btnCancel.ClientID + "','" +btnBack.ClientID + "','" +btnViewEntireRecord.ClientID + "')");

The reason is when calling the Javascript from onclick you need to return false to cancel the event.
Your ConfirmSubmit function returned the true or false but it is not returned to the onclick event handler.

"A democracy is nothing more than mob rule, where fifty-one percent of the people may take away the rights of the other forty-nine." - Thomas Jefferson

"Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote." - Benjamin Franklin

Edbert
Sydney, Australia

QuestionFolder permissions Pin
Kschuler19-Oct-06 4:30
Kschuler19-Oct-06 4:30 
QuestionBest way to store data in a set in JS Pin
2hdass18-Oct-06 19:04
2hdass18-Oct-06 19:04 
QuestionDisplaying HourGlass cursor at start of click event and Default pointer afterwards Pin
Omkar Ghaisas18-Oct-06 10:04
Omkar Ghaisas18-Oct-06 10:04 
AnswerRe: Displaying HourGlass cursor at start of click event and Default pointer afterwards Pin
UltraCoder18-Oct-06 13:49
UltraCoder18-Oct-06 13:49 
AnswerRe: Displaying HourGlass cursor at start of click event and Default pointer afterwards Pin
Edbert P19-Oct-06 18:49
Edbert P19-Oct-06 18:49 
QuestionModifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 2:03
T-Smooth18-Oct-06 2:03 
AnswerRe: Modifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 2:14
T-Smooth18-Oct-06 2:14 
GeneralRe: Modifying onclick event at runtime, problem. Pin
Guffa18-Oct-06 2:21
Guffa18-Oct-06 2:21 
GeneralRe: Modifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 2:43
T-Smooth18-Oct-06 2:43 
GeneralRe: Modifying onclick event at runtime, problem. Pin
Guffa18-Oct-06 5:34
Guffa18-Oct-06 5:34 
AnswerRe: Modifying onclick event at runtime, problem. Pin
T-Smooth18-Oct-06 3:09
T-Smooth18-Oct-06 3:09 
QuestionMobile and Normal Web Development Pin
Expert Coming17-Oct-06 16:55
Expert Coming17-Oct-06 16:55 
QuestionVB.net Web Service Question Pin
eggsarebad17-Oct-06 15:53
eggsarebad17-Oct-06 15:53 
Questionhyperlink in a datagrid with few parameters Pin
uglyeyes17-Oct-06 14:12
uglyeyes17-Oct-06 14:12 
AnswerRe: hyperlink in a datagrid with few parameters Pin
Edbert P19-Oct-06 18:52
Edbert P19-Oct-06 18:52 
QuestionWebResponse problem!&#1612; Pin
Rojan Gh.17-Oct-06 11:23
professionalRojan Gh.17-Oct-06 11:23 
AnswerRe: WebResponse problem!&#1612; Pin
UltraCoder17-Oct-06 15:28
UltraCoder17-Oct-06 15:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.