how to efficiently set up lots of links from 1 page

D

David.au

I want to set up a page on my site so that each pixel on that
links to a different filename or URL.
There would ultimately be thousands of links.

The links could be of the form eg
www.url.com/htmlfile_00001
www.url.com/htmlfile_00002
etc.

Ideally a mouseover would show the linked file name.
Is there a way to automate the setup?

David Kinston
melbourne.au
 
S

Steve Easton

You must have seen the million dollar home page.

Well lets see.
At 800 by 600 there's 480,000 pixels. ( not counting for those used by the scroll bar )
If you could program one a minute, it would take you 8000 hours to create the links, or
333.33 days (working 24 hours a day )

Even a simple link like your sample takes 33 bytes in an html page which totals 15360000
bytes in the page, divided by 1024
would equal a 15000 kb file which is a 15 mb home page.

Sounds like a job for an asp or asp.net database.


Even the guy that did the million dollar home page used very few "individual pixels," he
sold little squares of pixels



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

Rob Giordano \(Crash\)

Or only 910 days on 1280x1024...but who's counting...anything worth doing is
worth doing big right?
How do you click on only one pixel, I'm lucky to hit on a folder let alone
oone pixel.


| You must have seen the million dollar home page.
|
| Well lets see.
| At 800 by 600 there's 480,000 pixels. ( not counting for those used by the
scroll bar )
| If you could program one a minute, it would take you 8000 hours to create
the links, or
| 333.33 days (working 24 hours a day )
|
| Even a simple link like your sample takes 33 bytes in an html page which
totals 15360000
| bytes in the page, divided by 1024
| would equal a 15000 kb file which is a 15 mb home page.
|
| Sounds like a job for an asp or asp.net database.
|
|
| Even the guy that did the million dollar home page used very few
"individual pixels," he
| sold little squares of pixels
|
|
|
| --
| Steve Easton
| Microsoft MVP FrontPage
| 95isalive
| This site is best viewed............
| .......................with a computer
|
|
|
|
| "David.au" <oops> wrote in message
| >I want to set up a page on my site so that each pixel on that
| > links to a different filename or URL.
| > There would ultimately be thousands of links.
| >
| > The links could be of the form eg
| > www.url.com/htmlfile_00001
| > www.url.com/htmlfile_00002
| > etc.
| >
| > Ideally a mouseover would show the linked file name.
| > Is there a way to automate the setup?
| >
| > David Kinston
| > melbourne.au
| >
|
|
 
S

Steve Easton

How do you click on only one pixel, I'm lucky to hit on a folder let alone
oone pixel.

Veeeeeeery carefully, with a magnifying glass.
But it can be done.

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

Thomas A. Rowe

Also search engines may limited the number of links they follow from a page, Goggle's limit is 100.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
T

Trevor L.

Steve said:
Veeeeeeery carefully, with a magnifying glass.
But it can be done.

I have a program which contains a built-in magnifying glass with which you
can select an individual pixel - the purpose of the progam is to determine
that pixel's colour.

I wonder if a similar program could be used to enable one to click on an
individual pixel on a website or would MS's magnifying option do this.
(I don't really need to know the answer- I am only curious.)
 
D

David.au

Great discussion guys - but any answers to the question as asked?

I don't need search engines to index that page ...
I don't need browsers to be able to home in on 1 particular pixel ...

I just need to automate the setup. Obviously doing it manually is a no-no.

Cheers

David Kinston
 
T

Thomas A. Rowe

Then you are looking at a custom written server-side script and a database of some source, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Stefan B Rusynko

Explain your real requirement

The only way to create hyperlink to Each PIXEL (do you understand what that really means) is to create an absolute positioned div
tag (w/ a 1x1Px image linked in it) for each possible pixel on all potential screen resolutions
- Lets see at 1600x1200px resolution that's only 1.92 million links

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


"David.au" <oops> wrote in message | Great discussion guys - but any answers to the question as asked?
|
| I don't need search engines to index that page ...
| I don't need browsers to be able to home in on 1 particular pixel ...
|
| I just need to automate the setup. Obviously doing it manually is a no-no.
|
| Cheers
|
| David Kinston
|
| | > Also search engines may limited the number of links they follow from a
| > page, Goggle's limit is 100.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > "David.au" <oops> wrote in message
| > | >>I want to set up a page on my site so that each pixel on that
| >> links to a different filename or URL.
| >> There would ultimately be thousands of links.
| >>
| >> The links could be of the form eg
| >> www.url.com/htmlfile_00001
| >> www.url.com/htmlfile_00002
| >> etc.
| >>
| >> Ideally a mouseover would show the linked file name.
| >> Is there a way to automate the setup?
| >>
| >> David Kinston
| >> melbourne.au
| >>
| >
| >
|
|
 
D

David.au

I would imagine that in principle an image map could be quite
detailed, down to the pixel level.

I understand that there would be a large amount of data.

It would be acceptable to have an arbitrary number of pages each
with say 1000 links, to avoid overloading a single page.

I don't understand the reference to screen resolutions. a page might contain
a 100x100 grid, each element being say 5 pixels square, with each element
having a link. That's 10,000 links per page. Fine by me.

DK

Stefan B Rusynko said:
Explain your real requirement

The only way to create hyperlink to Each PIXEL (do you understand what
that really means) is to create an absolute positioned div
tag (w/ a 1x1Px image linked in it) for each possible pixel on all
potential screen resolutions
- Lets see at 1600x1200px resolution that's only 1.92 million links

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


"David.au" <oops> wrote in message
| Great discussion guys - but any answers to the question as asked?
|
| I don't need search engines to index that page ...
| I don't need browsers to be able to home in on 1 particular pixel ...
|
| I just need to automate the setup. Obviously doing it manually is a
no-no.
|
| Cheers
|
| David Kinston
|
| | > Also search engines may limited the number of links they follow from a
| > page, Goggle's limit is 100.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > "David.au" <oops> wrote in message
| > | >>I want to set up a page on my site so that each pixel on that
| >> links to a different filename or URL.
| >> There would ultimately be thousands of links.
| >>
| >> The links could be of the form eg
| >> www.url.com/htmlfile_00001
| >> www.url.com/htmlfile_00002
| >> etc.
| >>
| >> Ideally a mouseover would show the linked file name.
| >> Is there a way to automate the setup?
| >>
| >> David Kinston
| >> melbourne.au
| >>
| >
| >
|
|
 
S

Stefan B Rusynko

Then you are not linking to Each Pixel
- but to some pre-defined grid (in your example 100x100)

And yes you can make an image map down to 1 px X 1 px
- not that any user could reliably pick any 1 px location w/ their mouse
(or probably even pick a 5px X 5px link at normal screen resolutions)

Image map links are defined by the 4 coordinates (relative to top left corner of the image)

<area href="yoururl.com" shape="rect" coords="left,top,right,bottom"

Below is a 5x5 10 px wide link grid which will give you the "pattern" you are looking for

<map name="FPMap0">

<area href="link" shape="rect" coords="0, 0, 10, 10">
<area href="link" shape="rect" coords="10, 0, 20, 10">
<area href="link" shape="rect" coords="20, 0, 30, 10">
<area href="link" shape="rect" coords="30, 0, 40, 10">
<area href="link" shape="rect" coords="40, 0, 50, 10">

<area href="link" shape="rect" coords="0, 10, 10, 20">
<area href="link" shape="rect" coords="10, 10, 20, 20">
<area href="link" shape="rect" coords="20, 10, 30, 20">
<area href="link" shape="rect" coords="30, 10, 40, 20">
<area href="link" shape="rect" coords="40, 10, 50, 20">

<area href="link" shape="rect" coords="0, 20, 10, 30">
<area href="link" shape="rect" coords="10, 20, 20, 30">
<area href="link" shape="rect" coords="20, 20, 30, 30">
<area href="link" shape="rect" coords="30, 20, 40, 30">
<area href="link" shape="rect" coords="40, 20, 50, 30">

<area href="link" shape="rect" coords="0, 30, 10, 40">
<area href="link" shape="rect" coords="10, 30, 20, 40">
<area href="link" shape="rect" coords="20, 30, 30, 40">
<area href="link" shape="rect" coords="30, 30, 40, 40">
<area href="link" shape="rect" coords="40, 30, 50, 40">

<area href="link" shape="rect" coords="0, 40, 10, 50">
<area href="link" shape="rect" coords="10, 40, 20, 50">
<area href="link" shape="rect" coords="20, 40, 30, 50">
<area href="link" shape="rect" coords="30, 40, 40, 50">
<area href="link" shape="rect" coords="40, 40, 50, 50">

</map>
<img border="0" src="yourimagefile" width="X" height="Y" usemap="#FPMap0">

As for automating it. with the pattern above you could write a VBA script to write the "grid for you
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


"David.au" <oops> wrote in message |I would imagine that in principle an image map could be quite
| detailed, down to the pixel level.
|
| I understand that there would be a large amount of data.
|
| It would be acceptable to have an arbitrary number of pages each
| with say 1000 links, to avoid overloading a single page.
|
| I don't understand the reference to screen resolutions. a page might contain
| a 100x100 grid, each element being say 5 pixels square, with each element
| having a link. That's 10,000 links per page. Fine by me.
|
| DK
|
| | > Explain your real requirement
| >
| > The only way to create hyperlink to Each PIXEL (do you understand what
| > that really means) is to create an absolute positioned div
| > tag (w/ a 1x1Px image linked in it) for each possible pixel on all
| > potential screen resolutions
| > - Lets see at 1600x1200px resolution that's only 1.92 million links
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > _____________________________________________
| >
| >
| > "David.au" <oops> wrote in message
| > | > | Great discussion guys - but any answers to the question as asked?
| > |
| > | I don't need search engines to index that page ...
| > | I don't need browsers to be able to home in on 1 particular pixel ...
| > |
| > | I just need to automate the setup. Obviously doing it manually is a
| > no-no.
| > |
| > | Cheers
| > |
| > | David Kinston
| > |
| > | | > | > Also search engines may limited the number of links they follow from a
| > | > page, Goggle's limit is 100.
| > | >
| > | > --
| > | > ==============================================
| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > | > ==============================================
| > | > If you feel your current issue is a results of installing
| > | > a Service Pack or security update, please contact
| > | > Microsoft Product Support Services:
| > | > http://support.microsoft.com
| > | > If the problem can be shown to have been caused by a
| > | > security update, then there is usually no charge for the call.
| > | > ==============================================
| > | >
| > | > "David.au" <oops> wrote in message
| > | > | > | >>I want to set up a page on my site so that each pixel on that
| > | >> links to a different filename or URL.
| > | >> There would ultimately be thousands of links.
| > | >>
| > | >> The links could be of the form eg
| > | >> www.url.com/htmlfile_00001
| > | >> www.url.com/htmlfile_00002
| > | >> etc.
| > | >>
| > | >> Ideally a mouseover would show the linked file name.
| > | >> Is there a way to automate the setup?
| > | >>
| > | >> David Kinston
| > | >> melbourne.au
| > | >>
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 
R

Rob Giordano \(Crash\)

I would imagine it would get even more complicated with different grid
sizes...or shapes.


| Then you are not linking to Each Pixel
| - but to some pre-defined grid (in your example 100x100)
|
| And yes you can make an image map down to 1 px X 1 px
| - not that any user could reliably pick any 1 px location w/ their mouse
| (or probably even pick a 5px X 5px link at normal screen resolutions)
|
| Image map links are defined by the 4 coordinates (relative to top left
corner of the image)
|
| <area href="yoururl.com" shape="rect" coords="left,top,right,bottom"
|
| Below is a 5x5 10 px wide link grid which will give you the "pattern" you
are looking for
|
| <map name="FPMap0">
|
| <area href="link" shape="rect" coords="0, 0, 10, 10">
| <area href="link" shape="rect" coords="10, 0, 20, 10">
| <area href="link" shape="rect" coords="20, 0, 30, 10">
| <area href="link" shape="rect" coords="30, 0, 40, 10">
| <area href="link" shape="rect" coords="40, 0, 50, 10">
|
| <area href="link" shape="rect" coords="0, 10, 10, 20">
| <area href="link" shape="rect" coords="10, 10, 20, 20">
| <area href="link" shape="rect" coords="20, 10, 30, 20">
| <area href="link" shape="rect" coords="30, 10, 40, 20">
| <area href="link" shape="rect" coords="40, 10, 50, 20">
|
| <area href="link" shape="rect" coords="0, 20, 10, 30">
| <area href="link" shape="rect" coords="10, 20, 20, 30">
| <area href="link" shape="rect" coords="20, 20, 30, 30">
| <area href="link" shape="rect" coords="30, 20, 40, 30">
| <area href="link" shape="rect" coords="40, 20, 50, 30">
|
| <area href="link" shape="rect" coords="0, 30, 10, 40">
| <area href="link" shape="rect" coords="10, 30, 20, 40">
| <area href="link" shape="rect" coords="20, 30, 30, 40">
| <area href="link" shape="rect" coords="30, 30, 40, 40">
| <area href="link" shape="rect" coords="40, 30, 50, 40">
|
| <area href="link" shape="rect" coords="0, 40, 10, 50">
| <area href="link" shape="rect" coords="10, 40, 20, 50">
| <area href="link" shape="rect" coords="20, 40, 30, 50">
| <area href="link" shape="rect" coords="30, 40, 40, 50">
| <area href="link" shape="rect" coords="40, 40, 50, 50">
|
| </map>
| <img border="0" src="yourimagefile" width="X" height="Y" usemap="#FPMap0">
|
| As for automating it. with the pattern above you could write a VBA script
to write the "grid for you
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| _____________________________________________
|
|
| "David.au" <oops> wrote in message
||I would imagine that in principle an image map could be quite
|| detailed, down to the pixel level.
||
|| I understand that there would be a large amount of data.
||
|| It would be acceptable to have an arbitrary number of pages each
|| with say 1000 links, to avoid overloading a single page.
||
|| I don't understand the reference to screen resolutions. a page might
contain
|| a 100x100 grid, each element being say 5 pixels square, with each element
|| having a link. That's 10,000 links per page. Fine by me.
||
|| DK
||
|| || > Explain your real requirement
|| >
|| > The only way to create hyperlink to Each PIXEL (do you understand what
|| > that really means) is to create an absolute positioned div
|| > tag (w/ a 1x1Px image linked in it) for each possible pixel on all
|| > potential screen resolutions
|| > - Lets see at 1600x1200px resolution that's only 1.92 million links
|| >
|| > --
|| >
|| > _____________________________________________
|| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
|| > "Warning - Using the F1 Key will not break anything!" (-;
|| > To find the best Newsgroup for FrontPage support see:
|| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
|| > _____________________________________________
|| >
|| >
|| > "David.au" <oops> wrote in message
|| > || > | Great discussion guys - but any answers to the question as asked?
|| > |
|| > | I don't need search engines to index that page ...
|| > | I don't need browsers to be able to home in on 1 particular pixel ...
|| > |
|| > | I just need to automate the setup. Obviously doing it manually is a
|| > no-no.
|| > |
|| > | Cheers
|| > |
|| > | David Kinston
|| > |
|| > | || > | > Also search engines may limited the number of links they follow
from a
|| > | > page, Goggle's limit is 100.
|| > | >
|| > | > --
|| > | > ==============================================
|| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
|| > | > ==============================================
|| > | > If you feel your current issue is a results of installing
|| > | > a Service Pack or security update, please contact
|| > | > Microsoft Product Support Services:
|| > | > http://support.microsoft.com
|| > | > If the problem can be shown to have been caused by a
|| > | > security update, then there is usually no charge for the call.
|| > | > ==============================================
|| > | >
|| > | > "David.au" <oops> wrote in message
|| > | > || > | >>I want to set up a page on my site so that each pixel on that
|| > | >> links to a different filename or URL.
|| > | >> There would ultimately be thousands of links.
|| > | >>
|| > | >> The links could be of the form eg
|| > | >> www.url.com/htmlfile_00001
|| > | >> www.url.com/htmlfile_00002
|| > | >> etc.
|| > | >>
|| > | >> Ideally a mouseover would show the linked file name.
|| > | >> Is there a way to automate the setup?
|| > | >>
|| > | >> David Kinston
|| > | >> melbourne.au
|| > | >>
|| > | >
|| > | >
|| > |
|| > |
|| >
|| >
||
||
|
|
 
S

Stefan B Rusynko

The pattern / math is the same if you start w/ the image X & Y and get the grid values as portion of that

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I would imagine it would get even more complicated with different grid
| sizes...or shapes.
|
|
| || Then you are not linking to Each Pixel
|| - but to some pre-defined grid (in your example 100x100)
||
|| And yes you can make an image map down to 1 px X 1 px
|| - not that any user could reliably pick any 1 px location w/ their mouse
|| (or probably even pick a 5px X 5px link at normal screen resolutions)
||
|| Image map links are defined by the 4 coordinates (relative to top left
| corner of the image)
||
|| <area href="yoururl.com" shape="rect" coords="left,top,right,bottom"
||
|| Below is a 5x5 10 px wide link grid which will give you the "pattern" you
| are looking for
||
|| <map name="FPMap0">
||
|| <area href="link" shape="rect" coords="0, 0, 10, 10">
|| <area href="link" shape="rect" coords="10, 0, 20, 10">
|| <area href="link" shape="rect" coords="20, 0, 30, 10">
|| <area href="link" shape="rect" coords="30, 0, 40, 10">
|| <area href="link" shape="rect" coords="40, 0, 50, 10">
||
|| <area href="link" shape="rect" coords="0, 10, 10, 20">
|| <area href="link" shape="rect" coords="10, 10, 20, 20">
|| <area href="link" shape="rect" coords="20, 10, 30, 20">
|| <area href="link" shape="rect" coords="30, 10, 40, 20">
|| <area href="link" shape="rect" coords="40, 10, 50, 20">
||
|| <area href="link" shape="rect" coords="0, 20, 10, 30">
|| <area href="link" shape="rect" coords="10, 20, 20, 30">
|| <area href="link" shape="rect" coords="20, 20, 30, 30">
|| <area href="link" shape="rect" coords="30, 20, 40, 30">
|| <area href="link" shape="rect" coords="40, 20, 50, 30">
||
|| <area href="link" shape="rect" coords="0, 30, 10, 40">
|| <area href="link" shape="rect" coords="10, 30, 20, 40">
|| <area href="link" shape="rect" coords="20, 30, 30, 40">
|| <area href="link" shape="rect" coords="30, 30, 40, 40">
|| <area href="link" shape="rect" coords="40, 30, 50, 40">
||
|| <area href="link" shape="rect" coords="0, 40, 10, 50">
|| <area href="link" shape="rect" coords="10, 40, 20, 50">
|| <area href="link" shape="rect" coords="20, 40, 30, 50">
|| <area href="link" shape="rect" coords="30, 40, 40, 50">
|| <area href="link" shape="rect" coords="40, 40, 50, 50">
||
|| </map>
|| <img border="0" src="yourimagefile" width="X" height="Y" usemap="#FPMap0">
||
|| As for automating it. with the pattern above you could write a VBA script
| to write the "grid for you
|| --
||
|| _____________________________________________
|| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
|| "Warning - Using the F1 Key will not break anything!" (-;
|| To find the best Newsgroup for FrontPage support see:
|| http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
|| _____________________________________________
||
||
|| "David.au" <oops> wrote in message
| |||I would imagine that in principle an image map could be quite
||| detailed, down to the pixel level.
|||
||| I understand that there would be a large amount of data.
|||
||| It would be acceptable to have an arbitrary number of pages each
||| with say 1000 links, to avoid overloading a single page.
|||
||| I don't understand the reference to screen resolutions. a page might
| contain
||| a 100x100 grid, each element being say 5 pixels square, with each element
||| having a link. That's 10,000 links per page. Fine by me.
|||
||| DK
|||
||| ||| > Explain your real requirement
||| >
||| > The only way to create hyperlink to Each PIXEL (do you understand what
||| > that really means) is to create an absolute positioned div
||| > tag (w/ a 1x1Px image linked in it) for each possible pixel on all
||| > potential screen resolutions
||| > - Lets see at 1600x1200px resolution that's only 1.92 million links
||| >
||| > --
||| >
||| > _____________________________________________
||| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
||| > "Warning - Using the F1 Key will not break anything!" (-;
||| > To find the best Newsgroup for FrontPage support see:
||| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
||| > _____________________________________________
||| >
||| >
||| > "David.au" <oops> wrote in message
||| > ||| > | Great discussion guys - but any answers to the question as asked?
||| > |
||| > | I don't need search engines to index that page ...
||| > | I don't need browsers to be able to home in on 1 particular pixel ...
||| > |
||| > | I just need to automate the setup. Obviously doing it manually is a
||| > no-no.
||| > |
||| > | Cheers
||| > |
||| > | David Kinston
||| > |
||| > | ||| > | > Also search engines may limited the number of links they follow
| from a
||| > | > page, Goggle's limit is 100.
||| > | >
||| > | > --
||| > | > ==============================================
||| > | > Thomas A. Rowe (Microsoft MVP - FrontPage)
||| > | > ==============================================
||| > | > If you feel your current issue is a results of installing
||| > | > a Service Pack or security update, please contact
||| > | > Microsoft Product Support Services:
||| > | > http://support.microsoft.com
||| > | > If the problem can be shown to have been caused by a
||| > | > security update, then there is usually no charge for the call.
||| > | > ==============================================
||| > | >
||| > | > "David.au" <oops> wrote in message
||| > | > ||| > | >>I want to set up a page on my site so that each pixel on that
||| > | >> links to a different filename or URL.
||| > | >> There would ultimately be thousands of links.
||| > | >>
||| > | >> The links could be of the form eg
||| > | >> www.url.com/htmlfile_00001
||| > | >> www.url.com/htmlfile_00002
||| > | >> etc.
||| > | >>
||| > | >> Ideally a mouseover would show the linked file name.
||| > | >> Is there a way to automate the setup?
||| > | >>
||| > | >> David Kinston
||| > | >> melbourne.au
||| > | >>
||| > | >
||| > | >
||| > |
||| > |
||| >
||| >
|||
|||
||
||
|
|
 

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

Top