drw generated results pages nav errors

  • Thread starter Thread starter Steve Easton
  • Start date Start date
S

Steve Easton

There's a post here and also in programming
about the search results pages generated by
the DRW.
( two different posters )

It seems page 2 and subsequent pages are being
generated with Submit buttons for navigating to
the next page:

<input type="submit" value=" > ">

instead of:

<input type="button" value=" > ">

I can see the problem but not the fix.

any ideas

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Steve,

It would need to be a submit button if is posting data to the next page,
which in turn is generating a query to the database for the next group of
records.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Ok can you take a look??

The pages are here:
http://www.romfordcommercials.com/

Click Showroom click broadband search
go to page 2 and then try to go to page 3.

There's a post in "programming" with exactly the same
problem ( different site though )

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
The first page, you see:

button, button, submit, submit

The first two are button because their is no prior pages, so the button do
not trigger the submission of the form, only the two submit button will
submit and load the next set of records.

The middle pages should show:

submit, submit, submit, submit


The last page should show:

submit, submit, button, button.

The problem with this not working is within the fp include file that handle
this paging function.

I do not use the DRW, so I can not offer the exact name of the file or what
needs to be fixed in it.
--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top