What is the code for creating an email adress in javascript?
thanks in advance,
web designee
What is the code for creating an email adress in javascript?
thanks in advance,
web designee
Vague question. In the body of a page you can do this:
What exactly did you have in mind?Code:<script type="text/javascript"> document.write('someone@somedomain.com') </script>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I have a java script navigation menu and I was wanting to link my name in it to an email.
thanks,
web designee
That would depend upon the menu. In many cases, an ordinary mailto: href can be substituted for a navigational one. Find and read your menu's documentation and/or its configuration area's comments for specific clues.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Turns out I had the code in the wrong place for it too work. Lol the joys of javascript.
web designee
Bookmarks