Click here to Skip to main content
16,007,885 members
Home / Discussions / Web Development
   

Web Development

 
QuestionRe: Help me about javascript Pin
MoustafaS19-Oct-05 14:42
MoustafaS19-Oct-05 14:42 
QuestionExport to Excel Pin
raj_marthy18-Oct-05 11:40
raj_marthy18-Oct-05 11:40 
AnswerRe: Export to Excel Pin
raj_marthy19-Oct-05 4:02
raj_marthy19-Oct-05 4:02 
AnswerRe: Export to Excel Pin
Member 114619621-Oct-05 4:42
Member 114619621-Oct-05 4:42 
QuestionaxWebBrowser Pin
Peter Liddle17-Oct-05 11:34
Peter Liddle17-Oct-05 11:34 
AnswerRe: axWebBrowser Pin
minhpc_bk17-Oct-05 17:19
minhpc_bk17-Oct-05 17:19 
GeneralRe: axWebBrowser Pin
Peter Liddle18-Oct-05 4:50
Peter Liddle18-Oct-05 4:50 
QuestionHow to get the right URL before navigating the web page in the CHtmlView? Pin
superhandwolf17-Oct-05 5:54
superhandwolf17-Oct-05 5:54 
How to get the right URL before navigating the web page in the CHtmlView?

Class CHTMLControl derived from CHtmlView, and over load the virtual function OnBeforeNavigate2.

I Navigate an URL as following:
CHTMLControl* pHTMLControl;

pHTMLControl->Navigate2(strURL);

In the opened web page, there is a link whose html code is below:
<A href='javascriptclickProcess("search");'>Free Search</A>

After clicking on this link in the html view, the following function is called
void CHTMLControl::OnBeforeNavigate2(LPCTSTR lpszURL, DWORD nFlags, LPCTSTR lpszTargetFrameName, CByteArray& baPostedData, LPCTSTR lpszHeaders, BOOL* pbCancel)

But in this function, the value of lpszURL is "javascriptclickProcess("search");"

How can I get the right URL of the next page before navigating it?

Thanks&#61514;

AnswerRe: How to get the right URL before navigating the web page in the CHtmlView? Pin
Shog918-Oct-05 6:51
sitebuilderShog918-Oct-05 6:51 
QuestionRun time Skinchanger Pin
Member 436532117-Oct-05 4:58
Member 436532117-Oct-05 4:58 
QuestionCSS &amp; DIV Layout problem witth images and floats... help! :) Pin
ModuleKev17-Oct-05 3:20
ModuleKev17-Oct-05 3:20 
AnswerRe: CSS &amp; DIV Layout problem witth images and floats... help! :) Pin
Shog918-Oct-05 7:07
sitebuilderShog918-Oct-05 7:07 
GeneralRe: CSS &amp; DIV Layout problem witth images and floats... help! :) Pin
ModuleKev19-Oct-05 2:25
ModuleKev19-Oct-05 2:25 
GeneralRe: CSS &amp; DIV Layout problem witth images and floats... help! :) Pin
Shog919-Oct-05 6:44
sitebuilderShog919-Oct-05 6:44 
GeneralRe: CSS &amp; DIV Layout problem witth images and floats... help! :) Pin
ModuleKev19-Oct-05 6:58
ModuleKev19-Oct-05 6:58 
AnswerRe: CSS & DIV Layout problem witth images and floats... help! :) Pin
Shog919-Oct-05 8:34
sitebuilderShog919-Oct-05 8:34 
GeneralRe: CSS &amp; DIV Layout problem witth images and floats... help! :) Pin
ModuleKev19-Oct-05 22:41
ModuleKev19-Oct-05 22:41 
QuestionProblem with webservice in production env Pin
Dario Solera17-Oct-05 0:52
Dario Solera17-Oct-05 0:52 
AnswerRe: Problem with webservice in production env Pin
Rob Philpott17-Oct-05 1:00
Rob Philpott17-Oct-05 1:00 
GeneralRe: Problem with webservice in production env Pin
Dario Solera17-Oct-05 1:04
Dario Solera17-Oct-05 1:04 
GeneralRe: Problem with webservice in production env Pin
Rob Philpott17-Oct-05 1:15
Rob Philpott17-Oct-05 1:15 
GeneralRe: Problem with webservice in production env Pin
Dario Solera17-Oct-05 3:32
Dario Solera17-Oct-05 3:32 
Questioncannot create a new web application Pin
YoungLearner16-Oct-05 0:42
YoungLearner16-Oct-05 0:42 
AnswerRe: cannot create a new web application Pin
Vasudevan Deepak Kumar17-Oct-05 0:35
Vasudevan Deepak Kumar17-Oct-05 0:35 
AnswerRe: cannot create a new web application Pin
Manuel F. Hernandez17-Oct-05 14:19
Manuel F. Hernandez17-Oct-05 14:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.