SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: limited parameter length?
-
Aug 28, 2003, 02:06 #1
- Join Date
- Aug 2003
- Location
- Germany
- Posts
- 7
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
limited parameter length?
Hi,
i am using cbe 4.19 to create a div to show some help.
onclick="myShowDIV(myTopic, myContent_iamverylarge)"
the parameter myContent can be very large (more than 6000 characters)
i noticed that if its more than about 4000 chars, opera doesnt show the DIV anymore (using Opera 7.11)
IE and Netscape dont have this problem.
any ideas?
Markus
-
Aug 29, 2003, 15:09 #2
- Join Date
- Dec 2002
- Location
- Alabama, USA
- Posts
- 2,560
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi Markus,
If you're just using innerHTML then it's not really a CBE problem.
It sounds like Opera may have a limit on how much you can assign to innerHTML - but I'm not sure.
I'm not really familar with your app but perhaps there's a better way to do this, if the data is already in the document.Cross-Browser.com, Home of the X Library
-
Sep 4, 2003, 05:19 #3
- Join Date
- Aug 2003
- Location
- Germany
- Posts
- 7
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
this is no CBE problem, i know.
if the data is already in the document, e.g. ns4 will show the hidden DIV, when javascript is disabled. (ns4 doesnt show CSS, when javascript is disabled)
so i have a DIV shown, which should be hidden.
MfG Markus
Bookmarks