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& what=zone:nnn& source=home& exclude=''"/>
</script>
or to
<script src="http://******.com/directory/some.php?n=nnnnnnn& what=zone:nnn& source=home& exclude=''"/>
Are any remote transfer protocols supported?
Any ideas how to work around this?
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& what=zone:nnn& source=home& exclude=''"/>
</script>
or to
<script src="http://******.com/directory/some.php?n=nnnnnnn& what=zone:nnn& source=home& exclude=''"/>
Are any remote transfer protocols supported?
Any ideas how to work around this?