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
  1. Home
  2. Web Development
  3. ASP.NET
  4. getting the value from IFrame

getting the value from IFrame

Scheduled Pinned Locked Moved ASP.NET
helpquestion
2 Posts 2 Posters 0 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.
  • C Offline
    C Offline
    chandler83
    wrote on last edited by
    #1

    hi i have a 2 aspx pages. parent page has a IFRAME tag inside which i open the child page... in the child page i show a asp calender control, on selecting a calendar control i need to get the selected date to the main parent page text box. it is not happening now.... //////////// parent.aspx............ function Show() { document.getElementById('myFrame').src= "/workingwebsite/calendar.aspx?formname=frmCalendar.txtDate"; document.all.myFrame.style.visibility="visible"; } any help plzzzzz..................thanks a million in advance.......

    V 1 Reply Last reply
    0
    • C chandler83

      hi i have a 2 aspx pages. parent page has a IFRAME tag inside which i open the child page... in the child page i show a asp calender control, on selecting a calendar control i need to get the selected date to the main parent page text box. it is not happening now.... //////////// parent.aspx............ function Show() { document.getElementById('myFrame').src= "/workingwebsite/calendar.aspx?formname=frmCalendar.txtDate"; document.all.myFrame.style.visibility="visible"; } any help plzzzzz..................thanks a million in advance.......

      V Offline
      V Offline
      Venkatesh Mookkan
      wrote on last edited by
      #2

      Hey Chandler, ASP Calendar Control doesn't support Client Script by it one. To achieve your requirement, * You have to handle the click of each day Or * Wait until it PostBack and store the date in some Hidden Field. Get the Hidden Field value on Page Load of the Child Page.

      Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot

      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