Results 1 to 2 of 2

Thread: Any Solutions?

  1. #1
    Join Date
    Aug 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Any Solutions?

    Hi,

    I was wandering any of you have any solutions to my problem?

    I have created a project called web bands at http://www.azured.com . I have been using the javascript code. I was wandering if I could have a html version of a javascript code. Like for example: <script language="JavaScript" src="http://www.azured.com/webbands/js/breast_cancer_left_2.js" type="text/javascript"></script> . Could I have something like a html of this...? So I can still display my script?

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You should be able to remotely link the script, yes.
    Use the following code though, the language attribute was deprecated a long time ago.
    Code:
    <script type="text/javascript" src="url"></script>
    I however prefer the bands to be on my arm.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •