Click here to Skip to main content
15,917,565 members

Comments by jovhenni19 (Top 8 by date)

jovhenni19 21-Mar-11 10:12am View    
can't find an answer...
maybe someone here would help me..
Thanks for replying!
jovhenni19 29-Dec-10 16:35pm View    
Here's the code..
private void button1_Click(object sender, EventArgs e)
{
webBrowser1.Navigate(@"C:\Users\Some Username\Desktop\New Text Document.html");
}

private void button2_Click(object sender, EventArgs e)
{
webBrowser1.Document.InvokeScript("yoh");
}

and still it didn't work. :( Thank you so much for replying!
jovhenni19 29-Dec-10 16:33pm View    
ahhh..hehe ok i'll try it..Thanks!!
jovhenni19 29-Dec-10 14:24pm View    
I've tried creating a simple HTML page and tested it. It works. But when I use InvokeScript in C# it doesn't. Hmmm I have a Intel Centrino Duo, does that make a change?..hehe
jovhenni19 29-Dec-10 11:20am View    
I think there's something wrong with my laptop..because my girlfriend tried the simple same code of..

<pre>function resize() { alert("Hello"); }</pre>

well it worked for her. :(

Can you help me find the reason why is that, what's wrong with my laptop. or what am i doing wrong?..

Thanks for the reply! :)