Topic awaiting preservation: Executing Javascript in an iFrame (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 06-16-2003 16:57
On the webpage I am currently working on. I have a calander displayed in an iFrame, and the controls for next/back in the main page (outside of the iframe), and when the user clicks on a date in the frame it opens up a pop up window filling it in with relevent information. code: <iframe name=cal src="./test.asp"></iframe>
code: function doClick(nextMonth) {
|
Bipolar (III) Inmate From: |
posted 06-16-2003 17:56
More details. code: function whatMonth(dir)
quote:
|
Bipolar (III) Inmate From: |
posted 06-16-2003 19:04
Got it fixed. Added a function called getCurMonth to cal.asp which returns the current month from that page to the function I needed. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-16-2003 20:48
hmm I'm a bit confused why this actually works. |
Bipolar (III) Inmate From: |
posted 06-17-2003 22:27
ahh, good point on the span and this .. didnt think about using top and working down that way, better solution and less likely to misteriosuly break I bet. |