/    Sign up×
Community /Pin to ProfileBookmark

HTML Tables

My Html page Has a Table in it with 300 rows.

How can I Position to a Certain Row With In a Table.

For Example the first cell in each row is a manufacturers name.

At the top of the page I have a button with each manufacturer’s name on it.

By clicking the button with the manufacture’s name on it how can I position the tabe to the first row that has that manufactures name in it.

Any help would be appreciated.

Thanks
Clyde

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@havikApr 16.2003 — you could try reference tags.

put this to where the first row of the manufactors name is:

<a name="manufactorsname">

then the button link there like so:

<a href="#manufactorsname">Manufactor</a>

I know that works but within tables I'm not so sure.

Havik
Copy linkTweet thisAlerts:
@JackTheTripperApr 16.2003 — You could use anchor tags.

For your button use this link...

<a href= "#AAA_Rental">Your Button Here</a>

(# means go to the anchor named 'AAA_Rental' on this page)


Down in your table where that company starts you would put...

<a name= "AAA_Rental">

This tag will be invisable on the page.


Cheers.
Copy linkTweet thisAlerts:
@clydeauthorApr 24.2003 — Thankyou Viper and Jack the Tripper.

Working now
Copy linkTweet thisAlerts:
@havikApr 24.2003 — 
[B]Thankyou Viper and Jack the Tripper.



[/B]
[/QUOTE]


Viper? ?

Havik
×

Success!

Help @clyde spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...