Click to See Complete Forum and Search --> : Asp code download
lastboyofsibers
08-15-2005, 09:57 PM
Hi
Is there some to download an ASP from a site. Example: the form action is like this
< form name="asp_form" method="post" action="asp_code.asp">
I want to get that asp code which controls the form. Is there someone know how ?
Regards
Olórin
08-16-2005, 12:19 AM
I am not certain what you are asking. The example you have given has a form being posted to another ASP page. Are wanting to somehow get the ASP code on asp_code.asp?
- Olórin
lastboyofsibers
08-16-2005, 01:19 AM
yes.
I want exactly that.
silverbullet24
08-16-2005, 09:35 AM
no
chrismartz
08-16-2005, 09:37 AM
That is not possible unless you email the creator and ask for the code! Everything is done server-side (hence the .asp extension) and all that coding is hidden from browsers.
buntine
08-16-2005, 07:59 PM
View > Source. ;)
Being able to access server-side source code from a Website via HTTP would present a damning and utterly fatal security flaw.
Regards.
lastboyofsibers
08-16-2005, 08:08 PM
Thaks guys
really appreciated