Forum Moderators: open

Message Too Old, No Replies

need to add links to a javascript site

need to add links to a javascript site

         

amythepoet

12:14 pm on Apr 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi,

Someone asked me to add some links to their site, but their site is in javascript I see. I am not familiar with javascript, yet am familiar with xhtml and want to know if I could make a page of straiht xhtml just for links that could be added to their site in the back.

Any help would be greatly appreciated.

Thank you

Inny

4:27 am on Apr 22, 2006 (gmt 0)

10+ Year Member



not sure if this helps but standard js links are like

<a href="URL OF LINK">LINK TEXT</a>

for new window opening

<a href="URL OF LINK" target="_blank">LINK TEXT</a>

image replace text as link

<a href="URL OF LINK"><img src="URL OF IMG"></a>

amythepoet

10:09 am on Apr 22, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks so much