![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have been writing personal html pages for myself for deveral years using html 3.2. But now I need a capability that 3.2 doesn't give me. How do I make a link that shows on a new page? For instance, if I have a picture link on one page, how do I make it show on another page? This will allow my page to remain in place while people link to pictures and then they don't have to reload my page but just close the page with the picture on it. Is this possible with html or is it javascript? |
#3
| |||
| |||
|
|
gofigure wrote: I have been writing personal html pages for myself for deveral years using html 3.2. But now I need a capability that 3.2 doesn't give me. How do I make a link that shows on a new page? For instance, if I have a picture link on one page, how do I make it show on another page? This will allow my page to remain in place while people link to pictures and then they don't have to reload my page but just close the page with the picture on it. Is this possible with html or is it javascript? a href="newpageorpicture.html" target="_blank">my cat</a |
|
Think twice before you use it though, as it is pretty annoying |
|
Easier to hit the back button (only one button, whereas alt-f4 is two buttons and two hands needed |
#4
| |||
| |||
|
|
in post: <news:310520041640579229%gofigure (AT) lzdfihogudifoy (DOT) com gofigure <gofigure (AT) lzdfihogudifoy (DOT) com> said: a href="newpageorpicture.html" target="_blank">my cat</a Okay, when I use this with the name of a jpeg and open it with my browser, it shows the contents of my directory and links to every directory on that partition. you've made a mistake. the above link on a page should open the newpageorpicture.html file in a new browser window. |
|
heres a simple demo of clicking on a small image to see the larger image in a new window: http://moreshit.bruciesusenetshit.in...ge-thingy.shit |
|
I have seen imageboards that do it, but when I access their source code, the actual code is hidden in a script I don't have access to. to see the image the browser needs to access the script. if the browser can access the script then so can you. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Sorry, I forgot to say that I changed my handle to gofigure from boom. Another thing I forgot to mention in favor of popping up new pages is the idea that one can pull the linked-to page aside or hide it while it loads and continue reading the original page. Much better if one has dialup (mine was 24k) and things are slowed on the server side if a proxy is used. |
#7
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |