Apagar Forum
 

Deseja apagar o comentário?

voltar:

Code Block Name

Parameters

Location

Voltar_block1

Body tag

After <body>

Code block

<script language="JavaScript">

                function voltar(){

                                history.back();

                }

</script>

Insert Code

Relative to a specific tag

Tag

Body

Relative position

After the opening tag

 

voltar_block2

 

After Selection

Code block

javascript:voltar()

Insert Code

Relative to the Selection

Relative position

After the selection