mgs019 Posted March 29, 2007 Share Posted March 29, 2007 Hi, This continues from another thread. I have a webpage with dynamic content using javascript to vary form values and a javascript function to update the url of an iframe to calculate price info from a sql database. The problem withthis is the clicking noise of internet explorer and the history and it is just a bit clunky. I would like a way to do this without these effects but did not know where to start. Someone mensioned updating a hash but I did not know what that meant. I guess I just want pointing in the right direction. I know I cannot call sql with javascript but is there something else I could use? Thanks, Martin. Link to comment https://forums.phpfreaks.com/topic/44800-refreshing-a-php-seqment-of-a-page-without-an-iframe/ Share on other sites More sharing options...
MadTechie Posted March 29, 2007 Share Posted March 29, 2007 Use Ajax to grab the info from a php file and return the info to a span or Div ajax is a large subject so i suggect to checkout that section. Link to comment https://forums.phpfreaks.com/topic/44800-refreshing-a-php-seqment-of-a-page-without-an-iframe/#findComment-217540 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.