I got a question. I use the webcontrol "axWeb...". I put it in a form but i doesn't work. It just stays blank.
I made a reference to mshtml. I will show my code.
plz help.
System.Object nullObject = 0;
string str = "";
System.Object nullObjStr = str;
Cursor.Current = Cursors.WaitCursor...
OK,
I found out that it has nothing to do with the browser control. It just because it is a child. I haven't changed a poperty of the form. In VB you need to set a form as child. I didn't found anything like that.
This is what I used as code to open the child.
frmStartpagina frmStartpagina =...
I've just started programming in C# en have a question. I've been looking on internet on how to make a browser in a windows form.
I have got 3 forms in my project.
- A Login form
- A MDI-form
- A MDI-child
The Login-form contains the main function.
The browser must come in the MDI-child...
Well the link is correct, because my tables look fine but they are also made in HTML-code. If I make a link in HTML-code it gets the profile I made in CSS. When I make the same link in php it doesn't. I don't get it.
THis is the code when it's generated I adapted what you told me. One question. Why do you use "\n"?
<html>
<head>
<title>DC leerplatform</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="Site.css" rel="stylesheet" type="text/css">
</head>
<body>...
Ok, tnx I wil use the header function.
For the second problem I load the css through this link.
<link href="Site.css" rel="stylesheet" type="text/css">
When I create a hyperlink with html-language
It looks like this
<a href="Test.htm">Test</a>
In Php it looks like this:
echo "<a href=\""...
Hi,
I have 2 problems.
1. How do I make a php code go to an other webpage
2. I have made a css file and I've included a profile for hyperlinks. When I make a hyperlink in HTML I get that profile. When I make a link in PHP it doesn't work.
Greetz
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.