Requests a given URL to load
#include <WebFrame.h> virtual void loadURL( const char* url );
Loads a given URL.
The loadURL() method is often used in conjunction with the mainframe() method to load a URL in the current frame.
load_url = perf_snapshot_time(); webView->mainFrame()->loadURL(cur_uri);