Click here to Skip to main content
15,895,823 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: CS0103 variable does not exist in this context Pin
scratchmonkey20-Mar-08 14:50
scratchmonkey20-Mar-08 14:50 
GeneralRe: CS0103 variable does not exist in this context Pin
Steve Echols20-Mar-08 19:37
Steve Echols20-Mar-08 19:37 
AnswerRe: CS0103 variable does not exist in this context Pin
scratchmonkey21-Mar-08 3:18
scratchmonkey21-Mar-08 3:18 
QuestionTop position of the web page [modified] Pin
KambojR19-Mar-08 21:51
KambojR19-Mar-08 21:51 
GeneralRe: Top position of the web page Pin
Guffa22-Mar-08 14:59
Guffa22-Mar-08 14:59 
GeneralJavascript -> Scrolling menu Pin
Jacob Dixon19-Mar-08 13:37
Jacob Dixon19-Mar-08 13:37 
GeneralRe: Javascript -> Scrolling menu Pin
Declan Bright20-Mar-08 2:09
Declan Bright20-Mar-08 2:09 
GeneralwebBrowser control embedded in page doesn't get body element Pin
keniagm19-Mar-08 11:49
keniagm19-Mar-08 11:49 
Hi,
I'm trying to get the body element of a page using a webBrowser control. Right now I'm testing in javascript to make sure i can access the body through the webBrowser control, but soon I'll create an activeX control and use the control from there.
My code is:

var wb = document.getElementById("wbSave");
wb.Navigate(window.location);
var body= wb.Document.body;

The point is I don't know why the body is always null. If I analize the Document children I see it contains the "head" element and its contents but I would expect it to contain the body as another child too, and however it doesn't. I've searched online in several forums and everybody seems to access the body element this way, I just can't. I'm completely clueless.
So, please if anyone can give me any help on this, it will be appreciated.

Thanks in advance

Kenia

QuestionUsing Certificates with c# and ASP.NET Pin
sfog19-Mar-08 11:11
sfog19-Mar-08 11:11 
GeneralCross post - please ignore Pin
pmarfleet19-Mar-08 11:14
pmarfleet19-Mar-08 11:14 
QuestionHow do I add multiple images to an ASP page that transform from one image to another? Pin
PeterJohnson196919-Mar-08 5:31
PeterJohnson196919-Mar-08 5:31 
GeneralWeb services in vb Pin
WinCrs18-Mar-08 22:09
WinCrs18-Mar-08 22:09 
QuestionHow to fires F11 key automatically [modified] Pin
Vishnu Narayan Mishra18-Mar-08 21:55
Vishnu Narayan Mishra18-Mar-08 21:55 
AnswerRe: How to fires any keypress event ie. F11 Pin
Laddie18-Mar-08 23:38
Laddie18-Mar-08 23:38 
GeneralRe: How to fires any keypress event ie. F11 [modified] Pin
Vishnu Narayan Mishra19-Mar-08 0:06
Vishnu Narayan Mishra19-Mar-08 0:06 
GeneralRe: How to fires any keypress event ie. F11 Pin
Johnny ²19-Mar-08 1:04
Johnny ²19-Mar-08 1:04 
QuestionHttp 1.1 POST Method? Pin
AliAmjad18-Mar-08 10:25
AliAmjad18-Mar-08 10:25 
AnswerRe: Http 1.1 POST Method? Pin
Guffa22-Mar-08 15:01
Guffa22-Mar-08 15:01 
GeneralIIS - site renaming Pin
Yusuf18-Mar-08 9:55
Yusuf18-Mar-08 9:55 
GeneralRe: IIS - site renaming Pin
ram197424-Mar-08 19:26
ram197424-Mar-08 19:26 
QuestionGood CSS Books/ Websites Pin
Nic Rowan18-Mar-08 5:37
Nic Rowan18-Mar-08 5:37 
GeneralRe: Good CSS Books/ Websites Pin
lbothell18-Mar-08 10:18
lbothell18-Mar-08 10:18 
GeneralRe: Good CSS Books/ Websites Pin
Nic Rowan18-Mar-08 20:34
Nic Rowan18-Mar-08 20:34 
GeneralRe: Good CSS Books/ Websites Pin
Shog918-Mar-08 17:22
sitebuilderShog918-Mar-08 17:22 
GeneralRe: Good CSS Books/ Websites Pin
Nic Rowan18-Mar-08 20:40
Nic Rowan18-Mar-08 20:40 

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.