I need to create frames only if a certain action occurs, and if not I' don't want
these frames.
I understand I can't create the frameset in advance? Can I create but not show
at all, and later to show the 2 files in it.
Even if I create frameset with zero columns and rows, how can I change the
rows value, when I want the files be in it?
I.e.:
if (ccheckAreAllFine)
{ //open an index with two certain files in it
}
else //If not ok
{ //do something else
}
Hope I'm clear.
Thanks in advance
these frames.
I understand I can't create the frameset in advance? Can I create but not show
at all, and later to show the 2 files in it.
Even if I create frameset with zero columns and rows, how can I change the
rows value, when I want the files be in it?
I.e.:
if (ccheckAreAllFine)
{ //open an index with two certain files in it
}
else //If not ok
{ //do something else
}
Hope I'm clear.
Thanks in advance