
June 20th, 2000, 02:50 AM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Thanks for the speedy response, though what I'm really after is a way to target frames from the server side. So, in spite of a request with target="framex", I want to update framex and framey, or more generically, what I'm after server side is
if var=c1 then
build and load frame1
elseif var=c2
build and load frames 2 and 3
elseif var=c3
build and load frames 1 and 3
endif
|