Results 1 to 4 of 4

Thread: building html dynamicly

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    32

    Arrow building html dynamicly

    I have to build a form that is very variable. So i would like to write the HTML for the table out of the VB code. How can this be done?

    It's like the way i do it in php, there i can easily check certain things and write out a part of a table depending on the checks i made in php...

    for example for vb

    dim i as boolean = true
    if i then
    'here i should find a way to write the html needed so it can be displayed on the site.

    end if


    all idea's are welcome..

    thxs

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727

    Re: building html dynamicly

    Do it in PHP.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: building html dynamicly

    Response.Write()

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2005
    Posts
    32

    Re: building html dynamicly

    response.write() works...

    ad for creating a table i work with the ASP table and create it in the page load...

    php is not an option... if i have a project that has to run on VB, i'm not going to include php

Posting Permissions

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



Click Here to Expand Forum to Full Width