Re: php rawurldecode from javascripts' escape()



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

.



Relevant Pages

  • Re: Attempt to de-mystify AJAX
    ... I know it makes complete sense to people who are using a LAMP approach that they would code a php document that includes html, css, php, javascript, and SQL all in a single document of source code, sometimes even a very small document. ... My understanding at this point is that it is a language with which you can write either procedural code or OO code, which means to me that it isn't strictly OO. ... the laissez-faire days of MV BASIC, and I won't relinquish them to build houses of cards, just because people now think that everything has to be done client-side in the browser. ... But I prefer to skirt around the issue by using frame sets. ...
    (comp.databases.pick)
  • Re: Attempt to de-mystify AJAX
    ... >> there is very little choice but to use javascript. ... So what does it matter if it's a true compiled language or not? ... > client-side control, you should be considering a thick client. ... >> frame approach and would prefer to not have to work with frames. ...
    (comp.databases.pick)
  • Re: Attempt to de-mystify AJAX
    ... the real advantage of Ajax is that it doesn't do a full page ... >> frame approach and would prefer to not have to work with frames. ... > Aside from everyone's attempts to say here that the old hidden/iframes ... >>> Javascript can work fairly well, but if you're writing it by hand, ...
    (comp.databases.pick)
  • Re: Attempt to de-mystify AJAX
    ... It seems that the bulk of your dislike for javaScript ... easier to use two languages together. ... > mechanisms available today to keep a thick client up to date via HTTP, ... >> frame approach and would prefer to not have to work with frames. ...
    (comp.databases.pick)
  • Re: Attempt to de-mystify AJAX
    ... >> there is very little choice but to use javascript. ... Whether using C, Java, DataBASIC, Fortran, or COBOL, it is the ... > done client-side in the browser. ... >> frame approach and would prefer to not have to work with frames. ...
    (comp.databases.pick)