Re: php rawurldecode from javascripts' escape()
- From: "swayze" <marco.martin@xxxxxxxxx>
- Date: 30 Oct 2005 01:18:57 -0700
thanks for the replies. I'll try using encodeURIComponent() and hope
for the best. However, if this does not solve my problem, this form on
the fly, what did you have in mind? (Please bear with me. I'm originaly
a .net programmer :-S )
Let me explain my situation:
Right now I'm using iframes. a left and a right frame.
The left frame accesses the db, uses a web service, displays some
stuff, user interacts with the stuff, reaccesses db, web service ect...
at the end I'm changing, with javascript, the location of the right
frame with something like "parent.RIGHT.location =
'right.php?somevar='+might_have_turk_chars" in order to refresh the
contents. I could just send the right frame some numbers, but the with
all the intensive (and also redundant because the left frame has
already done all of it) webservice and db accesses, the delay can be
rather long. I'm just want to send the data to the right frame to be
appended to the existing data. I've considered updating the right frame
only using javascript, but found that building complex table structures
only using javascript and DOM with tds able to respond to javascript
events a little too challenging.
thaks again,
Swayze
.
- References:
- php rawurldecode from javascripts' escape()
- From: swayze
- Re: php rawurldecode from javascripts' escape()
- From: Chung Leong
- php rawurldecode from javascripts' escape()
- Prev by Date: Re: "Hard return" causing hangups
- Next by Date: Re: Size new window
- Previous by thread: Re: php rawurldecode from javascripts' escape()
- Next by thread: Question on PhP, MySQL
- Index(es):
Relevant Pages
|