arkanis
September 30th, 2000, 11:05 AM
i want to be able to have someone enter a page and then they see like 10 checkboxes...
now for a simpsons site for instance i could build a entire homer page with pictures movies info mmm list and all of that stuff but it'll
end up taken like 10 years for the page to load on a 56k so i want to be able to let the viewer be able to select which he/she would like
to load and then they hit submit and it takes them to a new page which has what they selected. it would take to long to build every
single combination out so i'm just going to use cgi-bin to act like a include thing so i need to know how to transfer virables in java to another page
which a cgi script can use .... cause i'm gonna hav eto use this....
if (movies=1){
print ' stuff ';
print ' more stuff ';
}
and so on because the server i'm using only lets you use includes in cgi-bin.... so i need to include that stupid print thing to do it
currectly
i got includes through cgi to work correctly so once the virables are on a page and can chat with cgi i can do this correctly but if viarables
not there kinda impossible
----
the alternative to this is to just ahve them hit submit and it builds the sections on the same page but i havn't the foggest idea how i
could do this.. . . . .
not a perfesional type or anythign like that so could you reply in plain english? ;-) thanks in advanced
<!-------------------!>
Arkanis.net
<!-------------------!>
now for a simpsons site for instance i could build a entire homer page with pictures movies info mmm list and all of that stuff but it'll
end up taken like 10 years for the page to load on a 56k so i want to be able to let the viewer be able to select which he/she would like
to load and then they hit submit and it takes them to a new page which has what they selected. it would take to long to build every
single combination out so i'm just going to use cgi-bin to act like a include thing so i need to know how to transfer virables in java to another page
which a cgi script can use .... cause i'm gonna hav eto use this....
if (movies=1){
print ' stuff ';
print ' more stuff ';
}
and so on because the server i'm using only lets you use includes in cgi-bin.... so i need to include that stupid print thing to do it
currectly
i got includes through cgi to work correctly so once the virables are on a page and can chat with cgi i can do this correctly but if viarables
not there kinda impossible
----
the alternative to this is to just ahve them hit submit and it builds the sections on the same page but i havn't the foggest idea how i
could do this.. . . . .
not a perfesional type or anythign like that so could you reply in plain english? ;-) thanks in advanced
<!-------------------!>
Arkanis.net
<!-------------------!>