Hi Greg,
Actually, this would not work well.
For Ex:
1: document.all("ifrTest").location.href = "test.asp"
2: document.all("ifrTest").runtimeStyle.display = 'block'
3: ---
In Line 3, I cannot access any variable of "test.asp". But I can access the current page variables. If I put an flag variable for onload of test.asp, there seems to be a problem in change of value.
I cannot put an while loop and wait for the value to change. This is because, the page does not load. It waits for the while loop to complete. So, how do I put on a function that performs a wait for iframe load. I also tried "readyState". But no luck.
Please Advice,
Babloo
|