ASP.NET - Login Frameset porblem

Asked By Pedro Mendes
19-Nov-09 11:53 AM
Hi there...

I have the website http://microproducao.enforce.pt/ with an index.html with the following code

Code:

<html>
<head>
<FRAMESET rows="100%" frameborder="0" framespacing="0px" >
<FRAME src="http://www.brevementeonline.com/enforce" name="main" frameborder="0">
</FRAMESET ><noframes></noframes>
</head>
</html>
This basicly shows the content of
http://www.brevementeonline.com/enforce/ I'm using this method because
the server enforce.pt is on PHP and the brevementeonline.com is on ASP.

This thing works fine in Mozilla but does not work on the IE.

you can test this with

username: anibalribeiro

password: ola

When I login in the IE the page resets and does not authenticate the user... In firefox all works 100%.

Could anyone help me please

Thanks in advance!

Your web site doesn't come up  Your web site doesn't come up

22-Nov-09 11:07 AM

Do you own brevementeonline.com?  On EggHeadCafe, we just use frame buster code to prevent people from doing what you are doing with frames.

I'm trying to figure out why you would need to wrap your side around this other site via frames???

Create New Account
help
Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B A) What is scavenging? (B) What are different types of caching using cache object of ASP.NET? (B) How can you cache different version of same page using ASP.NET cache object? (A) How will implement Page Fragment Caching? (B) Can you compare ASP.NET sessions with classic ASP? (B) Which are the various modes of storing ASP.NET session
in Sql server as var_name int How do you separate business logic while creating an ASP.NET application? There are two level of asp.net debugging 1. Page level debugging For this we have to edit the page level debugging The control itself will take care of the date display How can you deploy an asp.net application ? You can deploy an ASP.NET Web application using any one of the following three deployment options. a) Deployment using VS
Migration from ASP to ASP.net How to convert ASP site to ASP.NET site using C# http: / / www.asp.net / downloads / archived-v11 / migration-assistants / asp-to-aspnet hi, ASP.NET framework is very much different from unstrucured ASP and there is no correct way to
Tracing in ASP.NET? hi all, what is tracing? how to achieve tracing in asp.net? different ways of doing tracing? thanks and regards Aman Khan hi. . Tracing in ASP.NET 2.0 Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't
code in vb best benifit of the session is user based mean u can differentiate login user in different way • Process independent. ASP.NET session state is able to run in a separate process from the ASP.NET host process. If session state is in a separate process, the ASP.NET process can come and go while the session state process remains available. Of course, you ASP, too. • Support for server farm configurations. By moving to an out-of-process model, ASP.NET also solves the server farm problem. The new out-of-process model allows all