Results 1 to 4 of 4

Thread: Sending Variables between frames

  1. #1
    Join Date
    Feb 2009
    Posts
    26

    Sending Variables between frames

    Hello , I have a frameset where one of the frames (I would call training module) is a set of 3 dropdown multiple choice. I wish I could from a javascript event <onclick> should be able to pass the value of a variable frame of <module formation>. or it is possible with any other language

  2. #2
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Sending Variables between frames

    Hello This is only possible if you can reload the frame in question with a parameter that will Get the value in question.also You can send stuff at the time you create the frame by setting GET parameters. If you want to send data into an existing frame you'll need to call javascript in the master window.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Sending Variables between frames

    hello,

    it is also possible to refer directly to other frames Javascript. Imagine a frame "modules" and other "content", when clicking on the lists in "menu", you can call it eg:

    MenuActive function ()
    (
    parent.frames.contenu.maDiv.innerHTML = 'menu clicked! "
    )

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Sending Variables between frames

    i dont this would be possible as Php Does Not seem to have this Features ,
    If you want to retrieve the dates from the one frame to the other frame in the server-side, then you just need to submit the first frame into the second frame

Similar Threads

  1. HTML Frames
    By Adrina_g in forum Software Development
    Replies: 5
    Last Post: 19-01-2010, 10:06 AM
  2. 24 frames per second
    By Ximen in forum Monitor & Video Cards
    Replies: 5
    Last Post: 24-02-2009, 02:41 PM
  3. Frames per Second FPS
    By Renderman21 in forum Software Development
    Replies: 3
    Last Post: 23-02-2009, 03:43 PM
  4. FPS (frames per second)
    By Theophilus in forum Overclocking & Computer Modification
    Replies: 1
    Last Post: 27-10-2008, 03:37 PM
  5. After the frames?
    By Rixwel in forum Software Development
    Replies: 5
    Last Post: 15-09-2008, 07:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,300,897.22909 seconds with 17 queries