shabar Posted October 22, 2009 Share Posted October 22, 2009 Hi I came across following code in one of php pages and it call another page from that image click. {code} <td align="right" valign="top" ><a href="#" onclick="create_usr();"> <img src="images/Conn.jpg" border="0"/> </a> </td> {code} My question is "create_usr();" mentioned in the code, how it could call the other page (pageA.php). Within the current page I couldn't fin any method call by that name and even that calling page was not appears. Can there be any mapping doc/page. If so how can that be find out? rgds shabar Link to comment https://forums.phpfreaks.com/topic/178564-access-a-another-page/ Share on other sites More sharing options...
dreamwest Posted October 22, 2009 Share Posted October 22, 2009 Most likely ajax http request, its not really including another page just requesting it without reloading Link to comment https://forums.phpfreaks.com/topic/178564-access-a-another-page/#findComment-941713 Share on other sites More sharing options...
shabar Posted October 22, 2009 Author Share Posted October 22, 2009 Most likely ajax http request, its not really including another page just requesting it without reloading Hi dreamwest, Thax for ur reply. How could this be done rgds shabar Link to comment https://forums.phpfreaks.com/topic/178564-access-a-another-page/#findComment-941731 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.