blah blah blah is here! blah blah » Close

0
votes
0 answers

Scraping HTML links and title

Hi, I wanted to do a winform application that is able to search google then return the result in that form that displays only the Title and next line with the clickable link, is that possible? Any example to show me? Thanks in advance ...

0
votes
0 answers

How to convert HTML to TIFF in C#

Hello, Do you have an code example of how i can convert a html page to TIFF? Thanks

0
votes
0 answers

How to parse HTML with HTML Agility Pack for Windows Phone 7

Am trying to parse this HTML document to get the contents of flight, time, origin, date and output. [code] <div id="FlightInfo_FlightInfoUpdatePanel"> <table cellspacing="0" cellpadding="0&qu ...

0
votes
0 answers

Opening HTML file at bookmark from C# program

Opening HTML file at bookmark from C# program a few seconds ago I can't get my C# program to open the html page at the desired location. E.g. System.Diagnostics.Process.Start(@"C:\file.htm"); works fine. It opens the ...

0
votes
0 answers

Can't Invoke HTML Member ("click")

Hey everyone, I'm working on a quick program to gain some experience with HTML work with the webbrowser control in C#. I have a webpage with two forms, both of which I can fill. I cannot, however, invoke a specific member of the page using ...

0
votes
0 answers

C#(VS 2010): Webbrowser; select radio button

Hi, I'am making an autofill-program, and have some issues with selecting radiobuttons. Normally I just use getelementsbyid, setattribute and invokemember, but I don't see how I can select a radiobutton without id. Maybe I need to edi ...

0
votes
0 answers

Javascript/HTML Help

[url=http://allderek.com/geo.html]HTML Online[/url] [code] <html> <body> <script type="text/javascript"> function showMap(position) { method = method || "post"; // Set method to post by defa ...

0
votes
1 answers

Automatic href=link

How would I write an href=link to click on a set amount of time like every 30 seconds? Reason for asking is I have a box that shows pictures on my website and you have to click a <a href="link"</a> to change the picture ...

1
votes
3 answers

PHP Vars, T_Constant Encapsed String

I keep getting a VARS error message. Here is the server adress: latin.allderek.com/input.html Source: [code] <?php // Declare Buttons // Connect to Allderek.com Latin Vocab Database. $link = mysql_connect('localhost', 'all ...

0
votes
1 answers

PHP - COOKIES and MySQL Help

I am trying to pass a variable back and forth between some pages. Here is the live adress: latin.allderek.com/input.html Source: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www. ...

0
votes
1 answers

PHP Passing Variables

I have a PHP script (Starting at the form on latin.allderek.com/input.html . On the main PHP Script (latin.allderek.com/latin0.php) I have a set of error messages I dont get. What is wrong? Thanks, D Source: [code] <sty ...

1
votes
2 answers

HTML in a windows Form

I have a windows based application and I am generating an HTML email message and would like to display it formatted so that my users can preview it before sending it. I need it to be on a windows form because I have some other controls I wa ...

0
votes
1 answers

control webBrowser1

hello i have HTML code : [code] <p> Your Name: <input type="text" name="name0" value="" size="37" /></p> [/code] and i want to wright my name in the textbox name name0 fo ...

0
votes
0 answers

How do I concatenate an HTML Select statement?

I would like to change this statement so that it can concatenate 2 fields. The "Last Name" is currently being displayed as a drop down on a web form. I would like to concatenate it with "FirstName" and display a column ...

0
votes
1 answers

How to set the order in which textboxes get focus when pressing the tab key?

Rick_A
761

I want to set the order when I hit the tab key, it will set the focus on a particular textbox or dropdownlist (etc.). Right now, when I hit tab it sometimes sets focus to an image on the web page, I want to restrict it to certain input b ...

Feedback