![]() Topic awaiting preservation: Passing data to an Iframe (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
![]() Hello everyone! |
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
![]() Sorry to post twice, but I've been thinking and here's what I've come up with as possible solutions: |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() Well you could pass the last Category to the iframe with the query string |
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
![]() Bitdamaged: |
Paranoid (IV) Inmate From: Florida |
![]() Don't use frames. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
![]() [ ] - reisio has understood why robur wanted to use an iframe in the first place. |
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
![]() Reisio: |
Maniac (V) Inmate From: under the bed |
![]() SSI = Server Side Includes |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
![]() You are going to get this error if you are trying to change the variable before the page/iframe loads. You can add an iframe onload event handler to do this. |
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
![]() After reading the tutorial refrenced by BitDamaged, I got it working! |