Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internet scanner cannot scan area's in an image map. #48

Open
AstralVRZ opened this issue Jan 23, 2024 · 0 comments
Open

Internet scanner cannot scan area's in an image map. #48

AstralVRZ opened this issue Jan 23, 2024 · 0 comments

Comments

@AstralVRZ
Copy link

This is probably something I will onlyn into, since I love messing around with old internet stuff.
This page has an an image map that leads to 3 other pages.
Image of an old interactive 3-D Tour of the Solar System webpage

<HTML>
<HEAD><TITLE>3-D Tour of the Solar System</TITLE>
</HEAD>
<BODY BGCOLOR="black" TEXT="red" LINK="black" VLINK="cadetblue">

<MAP NAME="start">
<AREA SHAPE="rect" coords="50,332,179,379"  HREF="HTDOCS/WELCOME.HTM">
<AREA SHAPE="rect" coords="370,330,498,377" HREF="HTDOCS/PLANETS.HTM">
<AREA SHAPE="rect" coords="530,334,651,380" HREF="HTDOCS/GEOLOGY.HTM">
</MAP>
 
<CENTER>
<IMG USEMAP="#start" SRC="HTDOCS/HTIMG/TITLEPG.GIF" WIDTH=700 HEIGHT=400>
</CENTER>

</BODY>
</HTML>

However when I scan it the links don't show up, and I know this isn't because it is on 127.0.0.1 because I replaced the with , and then it did link to the 3 other pages
Screenshot of the internet scanner scanning the previously mentioned 3-D Tour of the Solar System

This is very niche, and I would have loved to make a PR. I sadly know nothing about unity or C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant