Hi guys,

quick question, I need display search result on another page in page-result div tag, not sure where to implement page adrees like result.php

if ( xmlhttp.responseText )
        {

            document.getElementById( 'page-result' ).innerHTML = xmlhttp.responseText;
        }

any idea?

thanks

post your HTML form or code so we can help you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.