Forum Moderators: open
so other than that... it says <response> <method> <result> tages are not support.. and it list all kind of browsers in Dreamweaver.
so is there alternative to these tags?
Thanks
<?php echo '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>';?>
<response> -->not supported
<method> -->not supported
checkEmails</method>
<result> -->not supported
<?php
echo nameInUse($_GET['q'],$_GET['what'])?>
</result>
</response>
Edit: are you echo'ing "Content-Type: text/xml"?
user write email and then submit:
onClick="checkEmails(getalert.value,'',<? echo "$results->id";?>)"
then the xml work and display "thanks bla bla"
works fine in IE
but in firefox it doesnt respond in anyway from the onClick
and when i add quotation like this for getalert.value:
onClick="checkEmails('getalert.value','',<? echo "$results->id";?>)"
it just send the "getalert.value" as the input instead of the real value...
so whats the right syntax for javascript to send the real value to IE & FF
Thanks alot
[edited by: tedster at 4:59 pm (utc) on Aug. 5, 2005]
[edit reason] remove graphic smiles [/edit]