IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New I did something similar
the way I handled it was to have a vertically framed page. The left side was just decoration and held the JavaScript library. The main part of the page was the user interface and was composed by the JavaScript library. When the user made an update, the JavaScript validated the entries and sent the result to the server, the response from the server was essentially a set of JavaScript variable assignments with a call into the library code in the left part of the page. The assignments would happen and the library call would cause the user interface part of the page to be redrawn.

Does that explanation make sense? Does it fit your requirements?
Have fun,
Carl Forde
New The question is:
The part you glossed over:
When the user made an update, the JavaScript validated the entries and sent the result to the server,
That's the mechanism that I'm looking for. :-)
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
     Opening a URL with Javascript without a window - (admin) - (13)
         Not sure if this would work.... - (ChrisR) - (3)
             Or reload a 1x1 image with GET params using Image.src -NT - (FuManChu) - (2)
                 That might work... -NT - (admin) - (1)
                     puller = new Image(); and you can skip including it in body? -NT - (FuManChu)
         Clarification - (drewk) - (7)
             Re: Clarification - (admin) - (6)
                 Does the page need to be updated in response? - (drewk) - (5)
                     Er, right, but... - (admin) - (4)
                         ? - (drewk) - (1)
                             I think we're going to have to return something. - (admin)
                         I did something similar - (cforde) - (1)
                             The question is: - (admin)
         Re: Opening a URL with Javascript without a window - (morganek)

Laugh self to death.
76 ms