Danny Stolle said the following on 3/17/2006 2:08 PM:[color=blue]
> Hi,
>
> Well 'to AJAX or not to AJAX' that is the question I was asking my self.[/color]
If you have to ask yourself that, you typically don't need it.
[color=blue]
> Do I realy need AJAX and when I saw a script developed with javascript
> and that the script created an ActiveX object, my heart stopped! After
> being defribillated :-) I thought of remote scripting using an IFRAME,
> after all I read a lot about how to do this and I tried to give it a shot.[/color]
Remote scripting with IFrames has been around for almost a decade. It's
very reliable.
[color=blue]
> Well success granted and I got my first (not final yet) remote
> scripting; the alternative AJAX without using AJAX. Entering a postcode,
> onblur the textfield, the server script grabs the data from the database
> and pushes it back to the client-script. Wow the client page didn't even
> blinc.[/color]
onblur? Don't use onblur, use onchange.
[color=blue]
> Quite nice, need ... cewl... But euhm, now I am biting my lip.[/color]
Stop, biting your lip hurts after a while.
[color=blue]
> Remote scripting using IFRAME works, is quite nice, but surely there are
> lots of disadvantages using the technique. Can somebody point me out the
> disadvantages working with the IFRAME methodology? What are the drawbacks?[/color]
Lack of IFrame support.
Lack of Scripting support.
Maybe lack of cross-frame scripting support.
Of all the options available, IFrame scripting is the most widely
supported/reliable method there is though.
[color=blue]
> Thanx in advance.[/color]
Thanks for not top-posting in the future.
And thanks for using a decent spell checker in the future as well.
--
Randy
comp.lang.javascript FAQ -
http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?