Results 1 to 2 of 2

Thread: Div content from a webpage?

  1. #1
    Join Date
    Sep 2005
    Posts
    2

    Div content from a webpage?

    Is a Div capable of having it's total content come from a webpage or asp output, just as if it were a frame or iframe?

    If so, can you point me to an example somewhere.

  2. #2
    Join Date
    Sep 2004
    Location
    Scotland
    Posts
    49
    If it was an ASP page, wouldn't you just place

    <%

    Response.Write("content")

    %>

    Within the content div tags?

Posting Permissions

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