folkerts
|
| Posted: 06/26/2002, 5:11 AM |
|
i've been using standart generated record grid pages. Where the add new is at the bottom of the grid. In html the redirection+params looks like
href={somethinghere} if i change it to window.open("{somethinghere}","etc") the values of {somethinghere} is no longer set why? if i could use thise standard given vars i could build much faster and have to use les trick to solve my problems.
folkerts
|
|
|
 |
Freeman Kusek
|
| Posted: 06/27/2002, 1:18 AM |
|
Have you tried doing this without the double quotation marks in window.open("{somethinghere}","etc") or even using single quotation marks. Just a thought.
|
|
|
 |
CodeCharge Support
|
| Posted: 06/27/2002, 1:24 AM |
|
I believe that your method should work.
What do you see on the page (or withing the HTML) in place of {somethinghere} ?
Paul
|
|
|
 |
|