PDA

View Full Version : Div content from a webpage?



HockeyFan
14 Sep 2005, 02:46 PM
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.

Mikekuul
15 Sep 2005, 04:37 PM
If it was an ASP page, wouldn't you just place

<%

Response.Write("content")

%>

Within the content div tags?