T
Ted
Hi
From a page I open another page with a hyperlink. On the new page I want to
list the records that consist fieldvalues that I send with the hyperlink.
This is the hyperlink from page 1:
<a target="I2" href="manadslista.asp?ar=2004&manad=10">
I2 is an InlineFrame
And this is the querie in the new page that appears in the InlineFrame:
SELECT * FROM kalreg WHERE (manad = 'manad' AND ar = 'ar')
This doesn't work, what is wrong ?
I appreciate any answer.
Ted
From a page I open another page with a hyperlink. On the new page I want to
list the records that consist fieldvalues that I send with the hyperlink.
This is the hyperlink from page 1:
<a target="I2" href="manadslista.asp?ar=2004&manad=10">
I2 is an InlineFrame
And this is the querie in the new page that appears in the InlineFrame:
SELECT * FROM kalreg WHERE (manad = 'manad' AND ar = 'ar')
This doesn't work, what is wrong ?
I appreciate any answer.
Ted