How To Redirect From 3 Frame Page To Single Page Frame?

I built some Web site that includes 3 frames page. After a user
sign-off I want to redirect him/her to a single frame page. When I use
Response.Redirect command, I am getting the redirected page as a frame
and I still see 2 other frames.

How to get rid of other frames and display only a single frame?

View Replies


ADVERTISEMENT

Response.redirect To Whole Page Rather To A Frame

I am having one asp page(i.e home page) which has two frames in it. Left frame contains menu and whichever option is clicked in it that corresponding page is shown in the right frame. In those pages i am checking for sessionid and if it is different from what is there in the table i want to show the login page.

The problem is that as i am using response.redirect in the pages shown in right frame to go to login page but then the login page is shown in just the right frame but i want to show the login page on the whole page.

View Replies View Related

ASP Page As Inline Frame In HTML Page

I have a ASP Page[inline frame in an html page] that does login to a database.

When the user visits the site, the first attempt to login will always failed and session is broken. Login name and password are correct though.

Only when the user re-try agian he/sge is then able to login to the site successfully. Can anyone tell me what could had caused the first time login failure?

View Replies View Related

ASP Page Is Not Loading In Frame

I have made this frameset for my site, 4 frames in it, and each one holds a html page. The mainframe however holds an asp page. Each time I try and load the frameset and preview it, in the mainframe I see all the asp code of the page, not the compilation of it. When I try and open the asp page separately, I can see the compilation just fine, tables and everything.

View Replies View Related

Use Recordset Across The Frame Page

I'm trying to build a page which has two frame, one is hidden and the other main. The hidden frame will have all the neccessary recordset and variables.

and main has forms and functions which should retreive data from hidden frame to use it on the form. I noticed it's possible using javascript but i'm building page with vbscript and have not found a way to do it.

The reason I'm trying to do this is to reduce down the server traffic. The page will get local variable rather than accessing database everytime user request some values.

If this is not possible, can someone tell me how to store recordset into session variable? so it can be used across the page.

View Replies View Related

Refreshing A Page In A Frame

I have an application that displays messages that are stored in SQL server
The application uses frames

In the vertical frame along the left side of the page, I enumerate the
current messages. This frame is named "SELECT"
Clicking on a message subject causes

In the main frame, named "BODY" I display the message that is retrieved from
SQL Server in a textarea.

When a message is displayed, I also display a prompt ro delete the message.

The delete prompt works just fine except that I need a way to update the
enumeration of messages in the "SELECT" frame.

Is there a practical way to force the page in the select frame to refresh
itself when I delete a record?

View Replies View Related

How Do I Refresh A Frame In Another Page?

I have a pop-up window that allows editing of items displayed in a frame on the parent page. When the user edits or deletes an item in the pop-up window, I'd like it to automatically refresh the frame in the parent page so that the change is more real time and the user doesn't have to refresh to see their changes. Any ideas on how to accomplish this?

View Replies View Related

Frame Refresh From ASP Page

Is there a way that I can refresh a particular frame on the ASP page from the server side ...

View Replies View Related

ASP Page Not Loading In Frame

I have made this frameset for my site, 4 frames in it, and each one holds a html page. The mainframe however holds an asp page.

Each time I try and load the frameset and preview it, in the mainframe I see all the asp code of the page, not the compilation of it. When I try and open the asp page separately, I can see the compilation just fine, tables and everything.

View Replies View Related

How Reload Left Frame When A Form Is Submited On The Righ Frame?

I got a asp page that has right and left site frame. I got a form in the right side frame and i want it reload the left frame when the it got submited .The left side frame displays that content of newly sumitted form.I be happy if some one help reload this left page when a form got submitted in right side frame with out using any auto refresh.

View Replies View Related

Passing Text From One Frame/page To Another

I have a date in a frame/page that i want to pass to another page. I can succefully pass a static value, i just can't pass a value from a text box.

I tried to make everything public. I believe that Me. may only refer to the page that is orginating the action. But how do I pass the text box. Can we assume since I can pass the static value, that the issue is how I grab the textbox value Code:

View Replies View Related

Passing Variable To Frame Page

Is it possible to send a variable through a hyperlink, to a frames page, and have all 3 pages in the frame pick up the variable using the request.querystring ?

In other words, I click on a link that has ?id=2 lets say.. it goes to a
page called umm say index.asp the index page has a top, main, and a left.
how do i get each one of those to receive the variable, when i can only send
it to one page? or is it possible to send it to more than one page, but only
travel to one page? so the link looks like index.asp?id=<%=var%> Code:

View Replies View Related

Printing .aspx Page From A Frame

I am working on a project where the site was already created using frames and .aspx pages. I was asked to update pages as well as add new functions. This project is an online training course for internal use only.

I need to put a Print Button on the left frame called "buttons.aspx". I need it to print whatever current content is on the main page. So, of course this will vary from page to page because each has a different file name such as 3_1.aspx and 3_2.aspx. I was able to get the Print function to work but it only printed the "buttons.aspx" page which was nothing more than a few navigational buttons.

View Replies View Related

Redirect In A Different Frame

I am trying to redirect in a different frame when my users are logging in. I used this code, but this doesn't work properly. Well, the asp works fine but just don't display in the frame I want it to. Code:

View Replies View Related

Redirect To _parent Frame

how to redirect my asp page, from a _top frame to the _parent frame?

View Replies View Related

Redirect A Frame Target From Server

I need them for presentation control and they work quite well except for this one "little" problem.

One of my pages located in a frame submits a form to itself for verification. The ASP psuedo code is

if verified
Response.Redirect newTopLevel page
(else keep going and reload me again in the same frame)

I can't change the base target of the frame until I verify, in which case I don't want to return to the same anyway.

Basically, how do I switch targets from the server to set a new top level frameset page?

View Replies View Related

Response.redirect To Target Frame

how can i use command Response.redirect when i want it to redirect informations to some target frame ?

View Replies View Related

Redirect From One Frame To _Parent Or _Top

I have my application with four frames and would like to redirect from one frame to _parent or _top. Can I do that with "Response.redirect" or similar?

View Replies View Related

Frame Doesn't Refresh Properly When Manually Refresh Page

I have a page with 2 frames. The first one has a link that loads a page in the second frame. This page has a button on it. When the button is hit, the page does some processing and loads another page in the same frame (the second).

I use ASP and response.redirect or javascript in the onclick event of the button to do the redirection. When I refresh the page by clicking the button on the browser (IE), the second frame becomes empty. Please note that the src attribute of the frame is not set.

If I set the src attribute of the second frame to some asp page and then navigate to another page inside the same frame, when I refresh the page, the initial asp page is loaded in the frame regardless of the asp page currently loaded into the frame.

It seems that when you refresh the page, the frames are reinitialized no matter what pages are currently loaded in the frames.

I solved the problem by redirecting to the main page in the top frame, passing some parameters and resetting the src of the frame to the desired asp page. Thus, when the page is refreshed, all the frames are properly refreshed too.

View Replies View Related

Update Frame From Another Frame Using ASP?

Is it possible to update one frame from another with ASP code? If so, how do I write the code?

View Replies View Related

Another Frame

I have two files index1.asp and index2.asp (Both contains html 3frames)
index2.asp have fame name like this(top,middle,bottom)
[B](in middle frame I'm showing grid1.asp file.)[/B]
I'm showing asp files in these 3 frames.
I'm getting database records and i want to pass "ID" of these database records in index2.asp(middle frame, grid1.asp)
And i want to get this "ID" in middle frame in index2.asp
How can i get?
this is the code

this is index1.asp
<%response.Write("<a href=""grid1.asp?strID="&rs.Fields("ID")&"""target=middle>"& a &"</a>")%>

and getting values of this ID
this is grid1.aspstrID=Request.Querystring("strID")
s = "SELECT * FROM Alphabit where ID="& strID
set rs = conn.execute(s)
it is showing me an error
"Syntax error (missing operator) in query expression 'ID='.
"

View Replies View Related

Target Frame On ASP

I have a page with 2 frames, F1 and F2. On F2, I have 2 more subframes, F2A
and F2B. If I click a button on F2A, I want to open the page on the whole
F2. I use parent.frames.F2.location.href but it doesn't work.

View Replies View Related

Link Out Of A Frame?

If you have a webpage with frames, say a footer frame that contains links,
how can you get out of the frame if you click on a link in the footer. The
it works now, is if I click on a link, the page loads inside the small
footer frame. I'd like it to just get rid of the frames completely when I
clickon the link. Any clue?

View Replies View Related

Frame With Javascript

I have a program created by Autodesk that uses alot of ASP & Javascript. The program uses an Ajax Viewer to pass a selection set through several files eventually making it to a file called "propertyctrl.aspx", inside that file, it passes to a file called "propertyctrl.templ", which once inside of it, just appears to be Javascripting. So, here is what it is supposed to do:

A user clicks a polygon inside of the ajax viewer. Once clicked the property dialogue box populates the "Name" field, and "Value" field from the properties of the object that was clicked. It looks a little like this: ....

The problem i have is the property dialogue box leaves alot to be desired. Its very basic, what i would like to do is somehow pass the values to another place and rework it so it looks more like this: ...

I have a feeling all i have to do is intercept the code at the property box window and change them to variables that i can then use in HTML, but i am not sure. Below you will find the code for both the propertyctrl.aspx and the propertyctrl.templ file...

View Replies View Related

Target Frame

Is there a way in ASP to figure out if a page that is being loaded is being loaded into a frameset? I know I can code this in javascript,but I would prefer to only inject a chunk of 'onload' code in the body tag if infact the page is being loaded in a specific frameset.

View Replies View Related

Resize A Frame

i have A page that show List of many field from database and i have frames : Top , Left and Main Page. I think it's tired to see the fiel with horizontal scrolliong too long. I wonder that the left frame can be resize to Left(Close to left) then i can open it again. But I have no idea to doing that.

View Replies View Related

Refresh Another Frame

a way to redirect another frame like "response.redirect" in VBScript?

View Replies View Related

Inline Frame

I have a simple web app that consists of an index.asp page that contains in inline frame and several supporting .asp pages. none of the asp pages really include any asp code.

I am trying to set the session.timeout value in my global.asa under the session_onload sub. I am trying to set the timeout value to 1 minute just for testing purposes. In the end I would like the user to be redirected to a timeout page when he/she clicks on any of the links after the 1 minute timeout has been reached.

View Replies View Related

Reload Frame

The page has Top frame (input) and bottom frame (result). The input html page send input to asp to generate result to bottom frame. The page works. But i wish to refresh bottom frame once i click the submit button to see the result by the java function

<script language =javascript>
function button1_onclick()
{
window.parent.mainFrame.location.reload();
}
</script>

But the bottom frame does not reload. is my logic wrong? is it conflicted with form action or method?

View Replies View Related

Asp In Frontpage Frame

i am trying to make user login and password then when it log in it is go to diffrent page in the website this page is frame page whitch contain three frame

when i put the index page " the main page " in the
server.execute("index.asp") it is dispaly nothing

how can i make it dispale the frame

but when i put single page to the
server.execute("student.asp")' go to student page

it exucute right.

View Replies View Related

Image Over Frame

I want to make a small (around 200x180) window that I can put somewhere on my site that reloads a website inside it, each time some one visits my site just like Iframe - infact you may even end up recomending Iframe. I also think I frame is the best way to do it, I found a great Iframe generator here.

After the window is made I want to cover the window with an image of the same size, so that people don't see the website underneath, inside the window but the image. How can I do this?At another forum, they kept asking me why I want to do this etc.

View Replies View Related

Frame Concept

i want to know abt implementing the concept of frames in asp.net because i am in need to present my works in separate files with the help of frames.

View Replies View Related

Auto Submit To A Frame

There are two frames in an asp page.When a frame loads,I submit a form to the other frame in onload event.Sometimes the code works fine, but sometimes it will submit to a new window. Why does it happen? how to resolve it?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved