Click here to Skip to main content
15,914,162 members
Home / Discussions / Web Development
   

Web Development

 
QuestionBHO - Unable to upload file through IE8 Pin
Kevin Heathfield9-Jul-09 3:56
Kevin Heathfield9-Jul-09 3:56 
AnswerRe: BHO - Unable to upload file through IE8 Pin
Marc Firth9-Jul-09 22:22
Marc Firth9-Jul-09 22:22 
AnswerThis address uses a network port which is normally used for purposes other than Web browsing. Firefox has canceled the request for your protection : Firefox Port Problem Pin
Nilesh Thakkar9-Jul-09 0:57
Nilesh Thakkar9-Jul-09 0:57 
QuestionCan not connect to sql server database from web application(Configured in IIS) Pin
Hemant Thaker8-Jul-09 22:13
Hemant Thaker8-Jul-09 22:13 
AnswerRe: Can not connect to sql server database from web application(Configured in IIS) Pin
K03069-Jul-09 0:35
K03069-Jul-09 0:35 
Questioncombobox with postback Pin
shabonaa8-Jul-09 11:38
shabonaa8-Jul-09 11:38 
AnswerRe: combobox with postback Pin
Adam Maras8-Jul-09 12:22
Adam Maras8-Jul-09 12:22 
GeneralRe: combobox with postback Pin
shabonaa8-Jul-09 22:23
shabonaa8-Jul-09 22:23 
GeneralRe: combobox with postback Pin
Christian Graus9-Jul-09 4:03
protectorChristian Graus9-Jul-09 4:03 
AnswerRe: combobox with postback Pin
Jeremy Likness9-Jul-09 7:29
professionalJeremy Likness9-Jul-09 7:29 
GeneralRe: combobox with postback Pin
shabonaa9-Jul-09 8:38
shabonaa9-Jul-09 8:38 
QuestionHow to embed fonts in my website? Pin
CoderForEver8-Jul-09 5:18
CoderForEver8-Jul-09 5:18 
AnswerRe: How to embed fonts in my website? Pin
Marc Firth9-Jul-09 22:20
Marc Firth9-Jul-09 22:20 
GeneralRe: How to embed fonts in my website? Pin
CoderForEver10-Jul-09 8:07
CoderForEver10-Jul-09 8:07 
GeneralRe: How to embed fonts in my website? Pin
Marc Firth12-Jul-09 21:56
Marc Firth12-Jul-09 21:56 
GeneralRe: How to embed fonts in my website? Pin
Vinny Troia30-Sep-09 9:24
Vinny Troia30-Sep-09 9:24 
QuestionSite loads slowly in IE6 only, how to fix? Pin
cdietschrun8-Jul-09 3:45
cdietschrun8-Jul-09 3:45 
AnswerRe: Site loads slowly in IE6 only, how to fix? Pin
DoctorMick8-Jul-09 4:16
DoctorMick8-Jul-09 4:16 
GeneralRe: Site loads slowly in IE6 only, how to fix? Pin
cdietschrun8-Jul-09 4:22
cdietschrun8-Jul-09 4:22 
GeneralRe: Site loads slowly in IE6 only, how to fix? Pin
joycejohnson8-Jul-09 17:59
joycejohnson8-Jul-09 17:59 
GeneralRe: Site loads slowly in IE6 only, how to fix? Pin
cdietschrun8-Jul-09 18:02
cdietschrun8-Jul-09 18:02 
AnswerRe: Site loads slowly in IE6 only, how to fix? Pin
joanportman9-Jul-09 2:48
joanportman9-Jul-09 2:48 
GeneralRe: Site loads slowly in IE6 only, how to fix? Pin
cdietschrun9-Jul-09 4:52
cdietschrun9-Jul-09 4:52 
GeneralRe: Site loads slowly in IE6 only, how to fix? Pin
joanportman9-Jul-09 10:11
joanportman9-Jul-09 10:11 
QuestionNeed to capture raw HTML of any page displayed on browser and write to file. Pin
Antone Eason8-Jul-09 3:13
professionalAntone Eason8-Jul-09 3:13 
Greetings,

I would like to know if anyone has any code or even VB script, Perl etc that can simply be run from a command line to download whatever page is on a browser and write the raw HTML to a file, it can also be MHT for that matter.

I know about using - Navigate etc for a specific web page. This is different. The page I go to require authentication with word art and user name and password etc. Then once there you must click a few times to get where you are going for the data. Therefore running a script to direct me to a certain webpage will not work. The page has to be displayed first and then downloaded.

So, I just want to take whatever is currently on the browser, mainly due to catch refreshes of new data. Understand the page I am getting data from is generated as from a database so I can not simply run a script file to download that page. The program must be able to simple be activated and write to disk what ever is displayed on the browser at the time the program is run.

I have a seperate data extractor to run against the new file to find the data I need. This file can always have the same name as well and be overwritten.


Thanks,

Antone

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.