taskLernsoftware Filius - Tasks: task #15301, Browserfunktion a-tags

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #15301: Browserfunktion a-tags

Submitter:  Stefan Freischlad <sfreischlad>
Submitted:  Fri 07 Jun 2019 08:21:54 PM UTC
   
 
Should Start On:  Thu 06 Jun 2019 10:00:00 PM UTC Should be Finished on:  Thu 06 Jun 2019 10:00:00 PM UTC
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Percent Complete:  0%
Open/Closed:  Open Effort:  0.00

Fri 07 Jun 2019 08:21:54 PM UTC, original submission:  

I modified the contents of the index.html file. It does not work properly.

Here is the content of my index.html file

<html>
<head>
<title>Standardseite</title>
</head>
<body bgcolor="#EBE65E" style="font-family:Verdana; text-align:center;">
<h2> FILIUS - Webserver </h2>

<p> Contactez-nous : <a href="contact.html"> cliquer ici</a> </p>

</body>
</html>

Here is the content of my contact.html file
I try this code on :
https://www.w3schools.com/html//tryit.asp?filename=tryhtml_intro

<html>
<head>
<title>Contacts :</title>
</head>
<body bgcolor="#ccddff" style="font-family:Verdana; text-align:center;">
<h2> FILIUS - Webserver </h2>

<h5 id="hautpage"></h5>
<p> <a href="#baspage">Bas</a> </p>
<p> Bob :
<a href="mailto:bob@filius.fr">bob@filius.fr</a> </p>
<p> Lucie :
<a href="mailto:lucie@filia.fr">bob@filia.fr</a> </p>

<p> <a href="index.html">Acceuil</a> </p>

<p> </p>
<p> 1 </p>
<p> 2 </p>
<p> 3 </p>
<p> 4 </p>
<p> 5 </p>
<p> 6 </p>
<p> 7 </p>
<p> 8 </p>
<p> 9 </p>
<p> 10 </p>
<p> 11 </p>

<p> <a href="#hautpage">Haut</a> </p>
<h5 id="baspage"></h5>

</body>
</html>

It seems worked.

On filius, you can test my file TP17 mail.fls,

The "Haut" link to go to the top of the page or the "Bas" link to go to the bottom of the page don’t work and return to the index.html page.

Is this an error on my part?

The mailto link does not work too.
Is it possible to use the mailto statement in Filius?

Stefan Freischlad <sfreischlad>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by sfreischlad (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code