G
Guest
so i am using Dreamweaver; and I need to be able to have multiple pages post
to a page called page6_1.asp
from there; i give people the ability to either '1 - save definition as new
report'; '2 - overwrite existing report definition'; or '3 - new draft for
existing report'
I have these 3 functions written as seperate pages.. Because Dreamweaver
starts getting confused when you put too much on one page.
So i basically want to pass data between multiple paes and page6_1.asp; and
then if someone clicks option 1; i want to be send them to page6_2.asp; if
someone clikcs option 2; send them to page6_3.asp; and if someone clikcs
option 3 then send them to page 6_4.asp
Basicaly; I can't get this data to post between multiple pages; and i had to
drop the Execute Pemrissions from Medium to Low-- because Medium wasn't
workig for me at all.
Does this mean that i can't use session variables to do this?
I've had the hardest time getting it to work.
to a page called page6_1.asp
from there; i give people the ability to either '1 - save definition as new
report'; '2 - overwrite existing report definition'; or '3 - new draft for
existing report'
I have these 3 functions written as seperate pages.. Because Dreamweaver
starts getting confused when you put too much on one page.
So i basically want to pass data between multiple paes and page6_1.asp; and
then if someone clicks option 1; i want to be send them to page6_2.asp; if
someone clikcs option 2; send them to page6_3.asp; and if someone clikcs
option 3 then send them to page 6_4.asp
Basicaly; I can't get this data to post between multiple pages; and i had to
drop the Execute Pemrissions from Medium to Low-- because Medium wasn't
workig for me at all.
Does this mean that i can't use session variables to do this?
I've had the hardest time getting it to work.