R
Rack Jite
Hard to be clear when one communicator (like me) is a
dumbshit and the other communicator is a smartshit!
Imagine I want to put the text of MOBY DICK on one page.
As someone reads it and likes "chapter_3", "The Whale", I
want them to click on a link I made right behind it called
"EMAIL TO A FRIEND" which will bring up the email hyperlink,
with TO and SUBECT blank and automatically put in the body
of their email, the URL of that page AND go to the string
"chapter3".
Steve was so kind to get me through the first part with
<a
href="mailto:?subject=&body=mysite.com/mobydick.htm">email
to a friend</a>
I understand that! Wo LAA
Now I need to grasp how to get the link to go to "chapter_3"
within that page.
Ya know, this mailto is not what this is about anymore, its
about getting the URL right. To make it simple,
If I want someone to come to a certian spot on my page at a
string called "chapter_3" what is the URL?
http://mysite.com/mobydick.htm What is next?
Do I need a bookmark?
Or can I just do it with the "chapter_3" string somehow?
And isnt there a couple paramter code letters that come
directly after the .htm and before the string to make this
search? When I look at code of other pages that do this, it
seems to be in JS and CSS and all sorts of things way way
over my head.
When I was playing with bookmarks I keep seeing "A#" between
the .htm and the string. But it doesnt seem to work when I
apply that.
http://mysite.com/mobydick.htmA#chapter_3
It goes to the page but not the query string.
dumbshit and the other communicator is a smartshit!
Imagine I want to put the text of MOBY DICK on one page.
As someone reads it and likes "chapter_3", "The Whale", I
want them to click on a link I made right behind it called
"EMAIL TO A FRIEND" which will bring up the email hyperlink,
with TO and SUBECT blank and automatically put in the body
of their email, the URL of that page AND go to the string
"chapter3".
Steve was so kind to get me through the first part with
<a
href="mailto:?subject=&body=mysite.com/mobydick.htm">email
to a friend</a>
I understand that! Wo LAA
Now I need to grasp how to get the link to go to "chapter_3"
within that page.
Ya know, this mailto is not what this is about anymore, its
about getting the URL right. To make it simple,
If I want someone to come to a certian spot on my page at a
string called "chapter_3" what is the URL?
http://mysite.com/mobydick.htm What is next?
Do I need a bookmark?
Or can I just do it with the "chapter_3" string somehow?
And isnt there a couple paramter code letters that come
directly after the .htm and before the string to make this
search? When I look at code of other pages that do this, it
seems to be in JS and CSS and all sorts of things way way
over my head.
When I was playing with bookmarks I keep seeing "A#" between
the .htm and the string. But it doesnt seem to work when I
apply that.
http://mysite.com/mobydick.htmA#chapter_3
It goes to the page but not the query string.