You can only have one '?' in a url. You need to change the second one to a
'&'.
Blair
On 3/26/07, Alfie1109 <[EMAIL PROTECTED]> wrote:
>
>
> Hi everyone,
>
> I'm having a bit problem with passing a value to another .cfm. I put
> all my .cfm pages in the includedObject folder. How do I call
> another .cfm pages to pass a value to another .cfm. For example, I
> have an _AddCall.cfm, when I select something from the datagrid and
> click submit, it should pass the value selected to another .cfm (which
> is called _AddEditCall.cfm). This is what I did
>
> In coldfusion, this is how it works
>
> getURL('_AddEditCall.cfm?
> StoreId='+searchGrid.dataProvider[searchGrid.selectedIndex]
> ['StoreId'])
>
> how do I do this in farcry, I tried this
>
> getURL('index.cfm?objectid=#application.navid.addeditcall#?
> StoreId='+searchGrid.dataProvider[searchGrid.selectedIndex]
> ['StoreId'])
>
> but, it just keep taking me to home page, I don't know why?
>
> Can anyone please help me? I would really appreciate it.
>
> thanks in advance
> -a
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---