Reply
JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
Old 01-08-2009, 05:20 PM JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
Junior Talker

Posts: 1
Name: pipodyer
Hello All,

I have a FORM1 that contains two controls, each control has two buttons (previous, next). One control is to present these two buttons on top and the other control to present same controls at the bottom of the page.

The FORM tag triggers a javascript function: onsubmit="disableSendButtons(event);"



My disableSendButtons function looks like this:

function disableSendButtons() {
var strSrcElementID = event.srcElement.id;
if (strSrcElementID == “<%=WizardBarTop.ButtonPrevious.ClientID%>” || strSrcElementID == “<%=WizardBarBottom.ButtonPrevious.ClientID%>”) {
return false;
}

// then put rest of code here to change the CAPTION of the next button
...
}

However, my issue is that strSrcElementID always retrieves "FORM1" and not the name of my buttons: WizardBarTop_btnPrevious and WizardBarBottom_btnPrevious.

Any ideas?
Thanks in advance for your time.
pipodyer is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 01-08-2009, 06:06 PM Re: JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
chrishirst's Avatar
Super Moderator

Posts: 19,022
Location: Blackpool. UK
not a clue

we need RENDERED CODE NOT some .net wizard code we can't replicate.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System | Bits & Bobs
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to JAVASCRIPT/VB.NET Problems to retrieve the ID of a submit button.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.08581 seconds with 12 queries