Video buttons in DRW

  • Thread starter Thread starter skc
  • Start date Start date
S

skc

I am using FP2000 and I have come accross the situation
where my published site's video buttons are not allowing
me to browse through the DRW results.

See: www.romfordcommercials.com

Click Showroom, and click the Intensive Broadband search.

I can go from page 1 to 2, then page 3 onwards seems to
stick. Even a few attempts do not work! I can go to the
end of the page range with no problems though!

Are there any reported problems with this????

What do you recommend as a work around to combat this
issue??

Thanks,

skc
 
You've changed button types between pages.

On results page 1 the button types that go
to the next page are:
input type="Button"

On results page 2 the button types that don't
work are:
input type ="Submit"

Change the button types on results page 2
and subsequent.

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
It means that the button you click on page
2 to go to page 3 is not the right kind of button
It is a Submit button
<input type="submit" value="Submit">

instead of a push button.
<input type="button" value="Button">

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
I do not control those pages - they are automatically done
in FP?

The same page just rolls-over to the next page using the
DRW.

How do I fix this?

skc
 

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

Similar Threads

Issues 9
DRW Question 1
Access backend database speed issues with DRW 20
Sticking video buttons 5
DRW Question.... 3
Buttons don't work!!!! 13
DRW in a grid 6
REPOST POP-UP HELP!!!! 5

Back
Top