PDA

View Full Version : Specifing remote javascript


sjshaffer
09-21-2007, 11:56 AM
Hi
I have a very similar problem to mytcroft in his post "Google AdSense in Openlaszlo" http://forum.openlaszlo.org/showthread.php?t=10413

In that I'd like to include remote javascript in my application (also an ad service).

The compiler returns unknown protocol: http
to the following:

<script>
<include href="http://*****.com/directory/some.php?n=nnnnnnn&amp; what=zone:nnn&amp; source=home&amp; exclude=''"/>
</script>

or to

<script src="http://******.com/directory/some.php?n=nnnnnnn&amp; what=zone:nnn&amp; source=home&amp; exclude=''"/>


Are any remote transfer protocols supported?
Any ideas how to work around this?