Advertisement

03.12.2008 at 04:32AM PDT, ID: 23234672
[x]
Attachment Details

form in master page?

Asked by hmcgeehan in JavaScript, Programming for ASP.NET

Tags: microsoft, visual basic .net

Hi
I have an asp.net visual basic website and I use a master page
Now on one of the pages that inherits from the master page I have a form.
I was told not to have any form tages on this page but what kind of button should I have at the end of it?

I did this ...
            <asp:button id="btnSubmit" runat="server" text="Continue" onsubmit="return CheckPage()"></asp:button>
           
and it does submit to itself (it even correclty checks some required field validators) but it doesn't call the javascript that i have on my page.

<script language="javascript" type="text/javascript">

    function CheckPage()
    {
        alert("checking page")
return false;    
}

Is my javascript correct?
Can I cancel the submit in this way?

ThanksStart Free Trial
[+][-]03.12.2008 at 06:32AM PDT, ID: 21105736

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: JavaScript, Programming for ASP.NET
Tags: microsoft, visual basic .net
Sign Up Now!
Solution Provided By: TheLearnedOne
Participating Experts: 2
Solution Grade: A
 
 
[+][-]03.12.2008 at 07:45AM PDT, ID: 21106481

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]05.17.2008 at 12:00AM PDT, ID: 21588231

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]05.24.2008 at 06:24AM PDT, ID: 21639114

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628