[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erw-devel] Cross browser tips
From: |
erw-devel |
Subject: |
[Erw-devel] Cross browser tips |
Date: |
Wed, 15 Oct 2003 18:07:59 +1000 |
User-agent: |
KMail/1.5.4 |
Hi Seb,
I've been implementing an IFRAME remote procedure call for our application
similar to the one in ERW. I notice that when you declare the RPC IFRAME
element in the ERW pages you omit the 'NAME' tag. You also use the
getElementById() function to retrieve the IFRAME object. According to this
very useful source on cross browser Javscript issues:
(http://www.xs4all.nl/~ppk/js/iframe.html) it is better to include the 'NAME'
tag and access the IFRAME object using 'frames["RPCframe"]'. This way you
should get better cross browser support.
The reference also includes lots of other cross browser tips. As you may be
aware, ERW is broken under Konqueror most likely due to a cross browser JS
issue that could be easily fixed.
I am sure you will find the above link interesting in any case. If I have a
moment I will try to resolve the ERW issue that is breaking konqueror and let
you know the fix.
Regards
Adam
- [Erw-devel] Cross browser tips,
erw-devel <=