473,394 Members | 1,854 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

How to save the web page which embedded with asp pages into html page

guyes,
i am trying to write the application which saves the web page in html format on local path.
But this aspx page contains the 3 classic asp pages,so i am not getting any help to make this possible.
sample code
Expand|Select|Wrap|Line Numbers
  1. Dim myWebClient As New WebClient
  2.         Dim cred As New NetworkCredential("***removed***", "***removed***")
  3.         myWebClient.Credentials = cred
  4.         myWebClient.DownloadFile("http://www.pscs.kcc.com/Clearance.asp?cnbr=C2011-2783", "C:\msdn.html")
  5.  
pls help me.Note. http://www.pscs.kcc.com/Clearance.asp?cnbr=C2011-2783 this page contains the asp pages with 2 differnt tab on it and i need those tab data too on my html page.thankx in advance.
Dec 19 '11 #1
5 1692
Rabbit
12,516 Expert Mod 8TB
Take your login information out of the post, you shouldn't post your usernames and passwords on public forums.

As for your question, just save each ASP page separately.
Dec 19 '11 #2
Rabbit thanks for your suggestion and reply...how can i identify the asp pages within the single aspx page and i need to save them as a single html page as it is visible on site.
Dec 20 '11 #3
Rabbit
12,516 Expert Mod 8TB
You can't save it as a single page because it sounds like it's using AJAX to fill in the data on those tabs. You can find the path to the asp file from the source.
Dec 20 '11 #4
thankx for reply Rabbit...actually the above link includes the 3 asp pages, it's not using AJAX. On the main page there is 3 tabs and on every tab asp page gets the call, so i want those tab data also on my html page.how can i do it?
Dec 20 '11 #5
Rabbit
12,516 Expert Mod 8TB
That link doesn't work.
Dec 20 '11 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: sams | last post by:
How do I make or workaround in my Apache server to parse *.html files for <?php ?> code embedded in it? Currently php recognises <?php ?> tag only if the file has a *.php extension. Any php...
27
by: Oscar | last post by:
I am looking for a way to pass an ADO recordset that has been retrieved in an ASP page to another HTML-page. Is there someone who can provide me with a small sample or a link to see how this is...
25
by: Peter | last post by:
Hi: I am bored and was wondering: Is it a html page? or
5
by: =?Utf-8?B?UGF1bA==?= | last post by:
I know this is a somewhat rudimentary question but... I want to display HTML code on an HTML page but I want the code to display as text. In other words, I want the code not to be rendered as...
9
by: Chuck [Sbc\) | last post by:
I am new to html programming. I have created a web with 17 different pages. On each page is a button menu which allow the user to switch to another page without returning to the home page . The...
1
by: Duke | last post by:
<html> <head> <script type="text/javascript"> function init(){ var html = document.open('Hello.html'); document.getElementById('hi").innerHTML = html; } </script> <body onload ="init();">...
1
by: ashwani40 | last post by:
I am having a site in which dynamically header part is changing as in each and every page there is a script called which checks the referring url and according to that url script invoke a header.html...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.