Joel Luis Posted June 18, 2012 at 02:41 PM Report Share #463664 Posted June 18, 2012 at 02:41 PM Boas, Tenho um script de um calendário que fiz, e agora quero implementalo na minha página html. Podem-me dizer como fazer? é atraves de? <link rel="t" type="javascript" href="calendario.js" /> Como faço? Obrigado 😄 Link to comment Share on other sites More sharing options...
cazuza Posted June 18, 2012 at 03:35 PM Report Share #463684 Posted June 18, 2012 at 03:35 PM Se tens um script deves chamá-lo aproximadamente desta forma <script src="urlabsolutodoficheiro.js" type="text/javascript"></script> lembra-te que se puseres <script src="calendário.js" (..,)></script> estás a dizer que o script está na mesma pasta que o ficheiro html. Link to comment Share on other sites More sharing options...
Joel Luis Posted June 18, 2012 at 03:56 PM Author Report Share #463695 Posted June 18, 2012 at 03:56 PM Se tens um script deves chamá-lo aproximadamente desta forma <script src="urlabsolutodoficheiro.js" type="text/javascript"></script> lembra-te que se puseres <script src="calendário.js" (..,)></script> estás a dizer que o script está na mesma pasta que o ficheiro html. Obrigad 😄 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now