Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to access data from iframe

How to access data from iframe

Scheduled Pinned Locked Moved ASP.NET
tutorial
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sasimadunoori
    wrote on last edited by
    #1

    How to access data from iframe which some textbox controls and dropdowns sasim

    R 1 Reply Last reply
    0
    • S sasimadunoori

      How to access data from iframe which some textbox controls and dropdowns sasim

      R Offline
      R Offline
      Rohan Priya
      wrote on last edited by
      #2

      iframes are nested frames which may refer to another source ( .html page) . Here is an example which displays the user name when clicking on the button 1. detailform.html

      	**Enter your name :** 
      

      2. iframesample.html - constructs iframe referring detailform.html function callclick() { var frameDocument = document.getElementById("testforiframe").Document; alert("This is your name : " + frameDocument.getElementById("txtUserName").value); } Hope this is what you wanted . revert if you have any clarifications . Thanks Priya

      Priya Rohan

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups