blizzedout Posted January 11, 2007 Posted January 11, 2007 I'm looking for a way to grab the HTML source from a URL without actually displaying the page. any ideas?
Bert Posted January 12, 2007 Posted January 12, 2007 Have the window set to hidden. That way, you can grab the HTML, and not see the window The Vollatran project My blog: http://www.vollysinterestingshit.com/
Bert Posted January 12, 2007 Posted January 12, 2007 that would work too The Vollatran project My blog: http://www.vollysinterestingshit.com/
blizzedout Posted January 12, 2007 Author Posted January 12, 2007 ...or simply use _INetGetSource.well _INetGetSource would work good if it was able to use cookies. Is there any way to get the source of a page using cookies without having to load the html. Like stopping the browser from actually displaying it.
Bert Posted January 12, 2007 Posted January 12, 2007 well _INetGetSource would work good if it was able to use cookies. Is there any way to get the source of a page using cookies without having to load the html. Like stopping the browser from actually displaying it.????? Your not loading the HTML. Your using a command to read it from the webserver. (Dale, correct me if I'm wrong on this) The Vollatran project My blog: http://www.vollysinterestingshit.com/
blizzedout Posted January 12, 2007 Author Posted January 12, 2007 ????? Your not loading the HTML. Your using a command to read it from the webserver. (Dale, correct me if I'm wrong on this)well when you put your window as hidden it still loads and displays the html
Bert Posted January 12, 2007 Posted January 12, 2007 (edited) _INetGetSource doesn't. It just reads the source from the webserver. :duh: read your post again....You want to get the cookie, and not display the page....hmmmmm Edited January 12, 2007 by Volly The Vollatran project My blog: http://www.vollysinterestingshit.com/
blizzedout Posted January 12, 2007 Author Posted January 12, 2007 _INetGetSource doesn't. It just reads the source from the webserver.yea but the pages that im trying to access are restricted because you need to be logged in to see them. So i need it to be able to use the normal IE cookies.
Bert Posted January 12, 2007 Posted January 12, 2007 A serious question....Why is it important to get the cookie, but not have the page load? What is so special about the cookie? The Vollatran project My blog: http://www.vollysinterestingshit.com/
Bert Posted January 12, 2007 Posted January 12, 2007 ahh, now I get it The Vollatran project My blog: http://www.vollysinterestingshit.com/
Bert Posted January 12, 2007 Posted January 12, 2007 ummm, I'm not comfortable where this is going. It sounds like you are attempting to break into something, or gain access to stuff you are not supposed to. The Vollatran project My blog: http://www.vollysinterestingshit.com/
blizzedout Posted January 12, 2007 Author Posted January 12, 2007 ummm, I'm not comfortable where this is going. It sounds like you are attempting to break into something, or gain access to stuff you are not supposed to. no, its just a page that needs to be logged in to view. like my forum. I already am logged in via IE so if it was possible just to access a page through IE without actually loading it then it would be my solution.
Helge Posted January 12, 2007 Posted January 12, 2007 I've tried _INetGetSource on this forum once on pages which required you to be logged in, and it worked without any problems. So, the question is...did you actually try it ?
herewasplato Posted January 12, 2007 Posted January 12, 2007 ????? Your not loading the HTML. Your using a command to read it from the webserver. (Dale, correct me if I'm wrong on this)I'm not Dale, but _INetGetSource is going to bring the info from the webserver into memory. [size="1"][font="Arial"].[u].[/u][/font][/size]
herewasplato Posted January 12, 2007 Posted January 12, 2007 I've tried _INetGetSource on this forum once on pages which required you to be logged in,and it worked without any problems. So, the question is...did you actually try it ?Try it on this page without logging in...http://www.autoitscript.com/forum/index.php?showforum=6 [size="1"][font="Arial"].[u].[/u][/font][/size]
blizzedout Posted January 12, 2007 Author Posted January 12, 2007 I've tried _INetGetSource on this forum once on pages which required you to be logged in,and it worked without any problems. So, the question is...did you actually try it ?doesnt work for me
Helge Posted January 12, 2007 Posted January 12, 2007 Try it on this page without logging in...http://www.autoitscript.com/forum/index.php?showforum=6I know that the Chat-forum requires you to be logged in, but I used _INetGetSource on this forum when I wasalready logged in via IE (months ago), which seems to be what blizzedout wants. So, my point is..it worked.
blizzedout Posted January 12, 2007 Author Posted January 12, 2007 I know that the Chat-forum requires you to be logged in, but I used _INetGetSource on this forum when I wasalready logged in via IE (months ago), which seems to be what blizzedout wants. So, my point is..it worked.hmm wait lol it work on this forum 1 sec.
herewasplato Posted January 12, 2007 Posted January 12, 2007 I know that the Chat-forum requires you to be logged in, but I used _INetGetSource on this forum when I wasalready logged in via IE (months ago), which seems to be what blizzedout wants. So, my point is..it worked.I see what you were saying now - sorry a bit dense today. Yes, it will make use of any cookies that you have not cleaned/cleared out. [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now