Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
GTN1707 #1
asp Help! Go To URL
Help, please! i'm developing an ASP application, as part of the applicvation
users are allowed to login, the login behaviour then takes the user to a
"beforeuserindex" page, which has a recordet that identifies the user from the
login form username. The page also has a form with 4 hidden fields on it -
username, id, location & jobtype (all taken from the recordet. to finalise i
have used a go to URL behaviour to send the information in the form & the user
to the "userindex" page which is running to recordsets - the first based on
username & id, the second based on location & jobtype hidden fields on the
previous page. I have two show if regions (if empty & if not empty" working
with the recordset that uises the username and id values. The login behaviour
works as does the go to url behaviour. but that's where it ends as i only get
to see the text in the show if recordset is empty. So effectively it looks\as
though the information in the form on the "beforeuserindex" page is not being
sent through to the userindex page, any ideas?
GTN1707 Guest
-
GTN1707 #2
asp Help! Go To URL
Help, please! i'm developing an ASP application, as part of the applicvation
users are allowed to login, the login behaviour then takes the user to a
"beforeuserindex" page, which has a recordet that identifies the user from the
login form username. The page also has a form with 4 hidden fields on it -
username, id, location & jobtype (all taken from the recordet. to finalise i
have used a go to URL behaviour to send the information in the form & the user
to the "userindex" page which is running to recordsets - the first based on
username & id, the second based on location & jobtype hidden fields on the
previous page. I have two show if regions (if empty & if not empty" working
with the recordset that uises the username and id values. The login behaviour
works as does the go to url behaviour. but that's where it ends as i only get
to see the text in the show if recordset is empty. So effectively it looks\as
though the information in the form on the "beforeuserindex" page is not being
sent through to the userindex page, any ideas?
GTN1707 Guest
-
Lionstone #3
Re: asp Help! Go To URL
That's how things work. Why would you expect the form to persist to a page
other than the form's target?
"GTN1707" <webforumsuser@macromedia.com> wrote in message
news:dir6q9$rom$1@forums.macromedia.com...> Help, please! i'm developing an ASP application, as part of the
> applicvation
> users are allowed to login, the login behaviour then takes the user to a
> "beforeuserindex" page, which has a recordet that identifies the user from
> the
> login form username. The page also has a form with 4 hidden fields on it -
> username, id, location & jobtype (all taken from the recordet. to finalise
> i
> have used a go to URL behaviour to send the information in the form & the
> user
> to the "userindex" page which is running to recordsets - the first based
> on
> username & id, the second based on location & jobtype hidden fields on the
> previous page. I have two show if regions (if empty & if not empty"
> working
> with the recordset that uises the username and id values. The login
> behaviour
> works as does the go to url behaviour. but that's where it ends as i only
> get
> to see the text in the show if recordset is empty. So effectively it
> looks\as
> though the information in the form on the "beforeuserindex" page is not
> being
> sent through to the userindex page, any ideas?
>
Lionstone Guest



Reply With Quote

