Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Durwood Edwards #1
Redirected page to Review data
I have created (using the Wizard) a form and insert record behavior that
functions fine. It even redirects to the correct page - BUT
This page is supposed to display the entries from the data entry page to
allow the printing of a report.
I have done this before with no problems (meaning I learned NOTHING).
This one is not picking up the data from the data entry page.
Any help is greatly appreciated.
Durwood
Here is the redirected page code (just a test page for now trying to display
contents from one from field entry):
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
Mediator's First Name:<br>
<%= Request.form("MedFName")%>
</body>
</html>
Durwood Edwards Guest
-
After publishing page I get redirected to C Drive!
Hi - I can connect to the server, make and edit but after publishing, Contribute redirects me to this page: C:\Program Files\Adobe\Adobe... -
LWP::UserAgent and redirected page responses
Hello. This concerns LWP::UserAgent. If a request is sent to a certain web site, the response in the browser comes back as a completely different... -
#24662 [Bgs]: session expires when page redirected to another php page in the same domain.
ID: 24662 User updated by: narayan at oliveinternet dot com Reported By: narayan at oliveinternet dot com Status: ... -
#24662 [Opn]: session expires when page redirected to another php page in the same domain.
ID: 24662 User updated by: narayan at oliveinternet dot com Reported By: narayan at oliveinternet dot com Status: ... -
#24662 [NEW]: session expires when page redirected to another php page in the same domain.
From: narayan at oliveinternet dot com Operating system: linux PHP version: 4.3.2 PHP Bug Type: Session related Bug... -
Durwood Edwards #2
Re: Redirected page to Review data
Never mind - I think got it sorted for now.
I had forgotten to change the action on the data entry page to reference the
review page and was relying on the redirect. But shouldn't that work?
Durwood
"Durwood Edwards" <durwoode@NOSPAMbellsouth.net> wrote in message
news:ca785b$is2$1@forums.macromedia.com...display> I have created (using the Wizard) a form and insert record behavior that
> functions fine. It even redirects to the correct page - BUT
> This page is supposed to display the entries from the data entry page to
> allow the printing of a report.
>
> I have done this before with no problems (meaning I learned NOTHING).
>
> This one is not picking up the data from the data entry page.
> Any help is greatly appreciated.
> Durwood
> Here is the redirected page code (just a test page for now trying to> contents from one from field entry):
>
> <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD
> HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
> <title>Untitled Document</title>
> </head>
>
> <body>
> Mediator's First Name:<br>
> <%= Request.form("MedFName")%>
>
> </body>
> </html>
>
>
>
>
Durwood Edwards Guest



Reply With Quote

