I need 1 html file with 2 frames (frames.html) to display the both frames, depending on a variable given in the URL.
The first frame should call a fixed html-file with the same variable, the second frame needs to call a asp-page with that name
ex: given URL="frames.html?var=XYZ"
frame1 = "title.html?var=XYZ"
frame2 = "XYZ.asp"
note: where offcourse the XYZ in the example is variable.
I hope this is possible, otherwise i have to make like 40 different frame-files, for each case
johpje
The first frame should call a fixed html-file with the same variable, the second frame needs to call a asp-page with that name
ex: given URL="frames.html?var=XYZ"
frame1 = "title.html?var=XYZ"
frame2 = "XYZ.asp"
note: where offcourse the XYZ in the example is variable.
I hope this is possible, otherwise i have to make like 40 different frame-files, for each case
johpje