Re: problem with javascript in contracts

2005-08-09 Thread Thorsten Scherler
I just tried http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=1231&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&component=12310083";>[EMAIL PROTECTED] and it is working fine. On Sun, 2005-08-07 at 00:06 -0700, Diwaker Gupta wrote: > Sorry for the

Re: problem with javascript in contracts

2005-08-07 Thread Diwaker Gupta
Sorry for the late response guys, I've been tied up with work and school :) On Thursday 04 August 2005 2:25 am, Thorsten Scherler wrote: > You need to escape the "&". It depends on your contract but the subject > is javascript in contracts. > alert(unescape("http%3A//maps.google.com/maps%3Ffile%3D

Re: problem with javascript in contracts

2005-08-04 Thread Thorsten Scherler
On Thu, 2005-08-04 at 10:31 +0200, Cyriaque Dupoirieux wrote: > Diwaker Gupta a écrit : > > >I'm trying to make a contract for google maps. Here's the problem I'm facing: > > > >Something like this in the contract works: > >http://maps.google.com/maps?file=api > > > >But this fails: > >http://maps

Re: problem with javascript in contracts

2005-08-04 Thread Todd de Gruyl
On 8/4/05 04:16, Diwaker Gupta wrote: > I'm trying to make a contract for google maps. Here's the problem I'm facing: > > Something like this in the contract works: > http://maps.google.com/maps?file=api > > But this fails: > http://maps.google.com/maps?file=api&v=1 >

Re: problem with javascript in contracts

2005-08-04 Thread Cyriaque Dupoirieux
Diwaker Gupta a écrit : I'm trying to make a contract for google maps. Here's the problem I'm facing: Something like this in the contract works: http://maps.google.com/maps?file=api But this fails: http://maps.google.com/maps?file=api&v=1 ^^^ After plenty of t