xmlhttp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mubarak basha
    New Member
    • Jul 2006
    • 10

    xmlhttp

    hi,

    am doing one website project......in this project i have to get the corresponding html page in iframe without refreshing the page......i dont about this concept......pl ease give sample coding for this problem.......i ts very urgent.

    regards,
    mubarak.
  • lakshmanmcaj
    New Member
    • Jul 2006
    • 35

    #2
    hi,
    if u use iframe that wil fresh the page so u try other methods

    Comment

    • lakshmanmcaj
      New Member
      • Jul 2006
      • 35

      #3
      u use this code for that i not sure it refresh the page..

      <%
      if Request("id") = 1 then
      %>
      <iframe src="page.asp?e mpid=<%=(empids )%>&d=<%=(da)%> " scrolling="Auto " width="472" height="260" frameborder="0" ></iframe>
      <%
      elseif Request("id") = 2 then
      %>
      <iframe src="page.asp?e mpid=<%=(empids )%>&d=<%=(da)%> " scrolling="Auto " width="472" height="260" frameborder="0" ></iframe>
      <%
      elseif Request("id") = 3 then
      %>
      <iframe src="page.asp?e mpid=<%=(empids )%>&d=<%=(da)%> " scrolling="Auto " width="472" height="260" frameborder="0" ></iframe>
      <%
      elseif Request("id") = 4 then
      %>
      <iframe src="page.asp?e mpid=<%=(empids )%>" scrolling="Auto " width="472" height="260" frameborder="0" ></iframe>
      <%else%>
      <iframe src="page.asp?e mpid=<%=(empids )%>&d=<%=(da)%> " scrolling="Auto " width="472" height="260" frameborder="0" ></iframe>

      try .......

      Comment

      Working...