1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

"script src" alternative ?

Discussion in 'JavaScript' started by Mackos, Jul 9, 2011.

  1. #1
    Hello!
    I have script that is called from other websites by
    <script src="mywebsite.php"></script>
    HTML:
    And in this website I want also put jquery library and something more how can I do it?
    I tried
    
    document.write('
    <script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js\" type=\"text/javascript\"></script>
    <script type=\"text/javascript\" src=\"http://localhost/mywebsite.js\">document.submit();</script>
    
    HTML:
    But no luck.
     
    Mackos, Jul 9, 2011 IP