i face a hyperlink problem...
first hyperlink
<script id="Sothink Widgets:AddService1.pgt" type="text/javascript" language="JavaScript1.2">
stm_aix("p1i0","p0i0",[0,"Add Service","","",-1,-1,0,"AddService.php","_parent","Add Service")
second hyperlink
<a href="AddService.php" target="_parent">Add SERVICE
</a>
After i submit a service in service page then back to homepage. Then i press the hyperlink to go to the service page again. The second hyperlink is working correctly, The serviceID will increase. But the first hyperlink still keep the last serviceID in the page. It look like never go to DB to get the data again, but the second hyperlink was do it.
anyone can help me ???
Thanks for all