Results 1 to 2 of 2

Thread: Form results in tab container

  1. #1
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Form results in tab container

    1) Script Title: Tab Content Script (v 2.2)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tabcontent.htm

    3) Describe problem: In one of my tabs, I have a form and when submitted it updates a database and then gives a SUCCESS message. How do I get the results (the SUCCESS message or basically the results page) to show up in the same container.

    I'm using ASP. Here is my current FORM submit tag:
    Code:
    <form name="form1" onSubmit="return checkform()" method=post action="/editPERSONAL2.asp" >
    I know enough to be dangerous. I tried a few variations but I can't seem to hit on the solution. Thanks!
    Last edited by Snookerman; 08-02-2009 at 06:57 PM.

  2. #2
    Join Date
    Aug 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default loadajaxpage not working for this

    I tried something like this:

    <FORM name="form1" action="javascript: countries.loadajaxpage('/addlink.asp')" enctype="multipart/form-data" method="post">

    But that doesn't seem to work. Any ideas?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •