Internet Development

Moderators: None (Apply to moderate this forum)
Number of threads: 1020
Number of posts: 1885

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Edit Report
HTML questions Posted by bigragu on 19 Jun 2000 at 1:41 PM
Im looking to populate the subject field in an email when I say mailto etc.. Is there a way to do that. <br>
<br>
Another thing, how can I use an anchor tag to navigate up and down on a single page??<br>
<br>



URL:http//:pollockfantasysports.netfirms.com

Edit Report
Re: HTML questions Posted by tr on 20 Jun 2000 at 3:48 AM
: Im looking to populate the subject field in an email when I say mailto etc.. Is there a way to do that. <br>
: <br>
: Another thing, how can I use an anchor tag to navigate up and down on a single page??<br>
: <br>
: <br>
: <br>
<br>
mailto:email?subject=subject&body=body&cc=email<br>
etc etc<br>
<br>



URL:http://plebian.com

Edit Report
Re: Re: HTML questions Posted by bigragu on 20 Jun 2000 at 6:37 AM
Thnaks, but know how do I put spaces in the mailto: When I try to put a space in the subject part it breaks the link. Im trying to put multiple words in the subject.<br>
<br>
<br>
: : Im looking to populate the subject field in an email when I say mailto etc.. Is there a way to do that. <br>
: : <br>
: : Another thing, how can I use an anchor tag to navigate up and down on a single page??<br>
: : <br>
: : <br>
: : <br>
: <br>
: mailto:email?subject=subject&body=body&cc=email<br>
: etc etc<br>
: <br>
: <br>
: <br>
<br>



Edit Report
Re: Re: Re: HTML questions Posted by tr on 20 Jun 2000 at 7:48 AM
(a href="mailto:test@test.com?subject=this is the subject")email(/a)<br>
<br>
did it for me, obviously () are html braces<br>
<br>
: Thnaks, but know how do I put spaces in the mailto: When I try to put a space in the subject part it breaks the link. Im trying to put multiple words in the subject.<br>
: <br>
: <br>
: : : Im looking to populate the subject field in an email when I say mailto etc.. Is there a way to do that. <br>
: : : <br>
: : : Another thing, how can I use an anchor tag to navigate up and down on a single page??<br>
: : : <br>
: : : <br>
: : : <br>
: : <br>
: : mailto:email?subject=subject&body=body&cc=email<br>
: : etc etc<br>
: : <br>
: : <br>
: : <br>
: <br>
: <br>
: <br>
<br>



URL:http://plebian.com

Edit Report
Re: HTML questions Posted by iDaZe on 20 Jun 2000 at 4:26 AM
: Another thing, how can I use an anchor tag to navigate up and down on a single page??<br>
:<br>
<br>
You put <br>
<a name="#something"><br>
at the location on the page you want to link to, then you make the link with<br>
<a href="#something">go to something</a><br>
<br>
for instance: at the top of your page put<br>
<a name="#top"><br>
<br>
then somewhere else (halfway, or at the bottom), you can put <a href="#top">top of page</a><br>
<br>
hope this helps<br>
<br>



Edit Report
Re: Re: he...wait a minute Posted by Unknown on 20 Jun 2000 at 4:30 AM
Hmmm...appearantly I can't use normal code on this page, so lets use [ and ] instead of the normal tag-braccets<br>
<br>
<br>
You put <br>
[a name="#something"]<br>
at the location on the page you want to link to, then you make the link with<br>
[a href="#something"]go to something[/a]<br>
<br>
for instance: at the top of your page put<br>
[a name="#top"]<br>
<br>
then somewhere else (halfway, or at the bottom), you can put [a href="#top"]top of page[/a]<br>
<br>
there, that's better (a little)<br>
<br>






 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.