Results 1 to 3 of 3

Thread: Ajax Tabs Content Script (v 2.2) - Posting form problem ...

  1. #1
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ajax Tabs Content Script (v 2.2) - Posting form problem ...

    1) Script Title: Ajax Tabs Content Script (v 2.2)

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

    3) Describe problem: I just wanna have my textfield value is sent to my other page in related <div></div> tags.

    Hi guys,
    I've downloaded Ajax Tabs Content Script (v 2.2) for a project I'm working on for months.

    I've attached a file named with "content2.zip". There are 3 files :

    - default.asp
    - action.asp
    - action2.asp

    When I called "default.asp" I can call "action.asp" in <div></div> tag by clicking on "action.asp in div tag.." there's no problem with that, I can easily see the form page. But when I clicked on "submit" button I can not see the "request.form" value in my "action2.asp" page which has called in the same <div></div> tag.

    Please help me friends...

  2. #2
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Please enlight me guys

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I'm not familiar with asp unfortunately. It seems however that you're basically asking how to embed a form inside Ajax Tabs Content script that when submitted returns the results back within the containing DIV, instead of going to a new page? If so this is more of an issue with your form script than the script itself. What you need to do is modify your asp form script so when submitted, it overwrites the form itself with the returned results, instead of showing it in a new page. Here are some Ajax form scripts to illustrate how the idea works in general.
    DD Admin

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
  •