Hi All,

I made all the suggested changes to my code and now it
works properly! Thanks everyone!

Laura

--- [EMAIL PROTECTED],
[EMAIL PROTECTED] wrote:
> As Ben has noted, the hidden field should have pound
> signs to be recognized, but this leads to the
> following, real, issue:
>
> Your form tag is the following:
>
> <form action=""
> method="post">
>
> It's a "post" (meaning all passed variables are
> accessible via the FORM scope).
>
> So on the page that accepts this submit, you have to
> check for "FORM.personnelkey", NOT
> "URL.personnelkey" - different scope.
>
> To get around this, you can call this hidden
> variable "URL.personnelkey" but that's not good
> programming practice.
>
> This should fix things for you
>
> >OK, there's good news and bad news --
> >
> >I got my URL to pass along the ID number I was
> looking
> >for -- thanks! -- but I'm pretty sure it's not
> getting
> >passed as a number because I got suspicious and
> >created an action page with one line
> >
> ><cfoutput>#URL.PersonnelKey#</cfoutput>
> >
> >and I'm getting this error message:
> >
> >Element PERSONNELKEY is undefined in URL.
> >
> >Is my syntax wrong? I'm still using the same URL as
> >below:
> >
>
>http://localhost:8500/InfoCenter/Parking/addpermitv_test.cfm?PersonnelKey=21486
> >
> >and the SQL is the same as well. The form page code
> is
> >below, in case that's where I'm messing things up.
> >
> >Geez, I wanted to have this finished today -- I
> guess
> >that's not going to happen :(
> >
> >Thanks,
> >
> >Laura
> >=========================================
> >Laura Schlee
> >DML Associates
> >cell 703-622-0363
> >ofc  202-685-1360

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to