The following html page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
        <head>
                <title>Ajax testing page</title>
                <meta http-equiv="pragma" content="no-cache">
                <meta http-equiv="cache-control" content="no-cache">
                <meta http-equiv="expires" content="0">
                <meta http-equiv="keywords" 
content="keyword1,keyword2,keyword3">
                <meta http-equiv="description" content="This is my page">
                <!--
        <link rel="stylesheet" type="text/css" href="styles.css">
        -->

<script language="javascript" src="scripts/ajaxtoomni.js">
</script>

</head>
        <body onload="detectBrowser()">
                Field1 is an auto-complete box.
                Field2 is a validation box.
                Both use Ajax to obtain server data.
                <br>
                <form name='form1'>
                        <br>
                        Field1:
                        <input id='field1' name='field1' onkeypress='ev(this, 
null, event)'
                                onkeyup='getTextFromServlet("sourceField", 
this, null, "servlet/
AjaxServlet", 3, "AUTOCOMP" )' />
                        <br>
                        Field2:
                        <input id='field2' name='field2' onkeypress='ev(this, 
label1,
event)'
                                onkeyup='getTextFromServlet("sourceField", 
this, label1, "servlet/
AjaxServlet", 3, "VALD1")' />
                        <b id='label1' style="color:red"></b>
                </form>
        </body>
</html>

Is displayed on the scripts tab, not the scripts of ajaxtoomni.js.

Why ?

Thanks,
Jim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to