Can ASp Be Used To Close And Reopen A Frameset

I have a system of pages set up on an intranet that uses a top frame and left frame for much of the navigation. But I would like to allow the people viewing the pages to close and reopen the frameset thus allowing more room to view the content. Is there a way that I can make a button either close or just resize the nav frames without losing the content page...

I think that a resize option would be the best that way I can just put a link on the frame and resize it to where only the link is viewable.

View Replies


ADVERTISEMENT

Close Reopen Table2

where do I go wrong?I tried closing the first connection and then reopen so that I can view the "results" table. But it doesn't work entirely.
Quote:

ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

View Replies View Related

Frameset Value Set

I have 2 framesets:

A.asp (parent frameset)
B.asp.

In my A.asp form I have input textboxes. I am doing my query in B.asp.I want to post the result of my query in A.asp.

How can I do this?

View Replies View Related

Frameset

I am trying to set a url in a frameset asp page, so that it goes to a non-frame asp page.Is it possible?

my example code is below:

<frameset rows="*" cols="180,*" frameborder="NO" border="0" framespacing="0">
<frame src="Softwarelist.asp" name="leftFrame" scrolling="Yes" noresize>
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="Topbanner.asp" name="topFrame" target="_blank" scrolling="No" noresize>
<frameset rows="1100,*" frameborder="NO" border="0" framespacing="0">
<frame src="Risk_info.asp" name="MainFrame" scrolling="Yes" noresize>

</frameset>
</frameset>
</frameset><noframes></noframes>

View Replies View Related

Cookie From Frameset

I have developed a site that uses cookies for a low-security login system, which works fine. The client now wants to put the entire site inside a frameset, with the parent page on another server, but when we do this the cookies are set (i can see them in netscapes cookie list) but then cannot be read. is this a domain problem? is there any way around this? I've been seeing a few things on p3p that might make this hard...

View Replies View Related

Refresh A Frameset

My frameset has three frames, header, navigation bar and a main page.
I can tell when the server has timed out because the session variables have
been reset but, when that happens, how do I refresh the frameset and all the
frames?

View Replies View Related

How To Set Unknown SRC In Frameset

I have two pages of aspx one is content.aspx and other is framing.aspx

I want that I have 3 diffrent link on my content.aspx

like www.yahoo.com
www.google.com
www.msn.com

and on framing page there are only frame on top my header, on bottom my footer:

but i want that when i click one of the link on content.aspx it must be opened in middleframe of framing.aspx

I have created link using <a href="www.yahoo.com">yahoo</a>
same like this for other 2 .

View Replies View Related

Secureserver In Frameset

I am using secure server in my site for payment process. the site is divided in three frames top, left & main. For jumping between http and https I made the links hardcode. When I click on the shopping cart button from the menu in left frame it shows the page in main frame and change the URL from http to https in address bar.

But the problem is when I click on any other button URL does not change from https to http while all the links on buttons are hardcoded. The page displayed in main frame is actually changing between http and https but URL Displayed in address bar is not changing.

View Replies View Related

Frameset And Border

I have a frameset with a nested frameset, like follows:

frameset
frame
frameset
frame
frame

I set the border, frameborder and framespacing to zero, I still see borders. I have images in each of the frames that, put together, comprise a single image. I ensured that there is no white space in the images' borders. How can I make it so that there are no borders at all?

View Replies View Related

Frameset Problem With Some PCs Running IE6

We're just in the process of setting up a small intranet site running
on a W2K server. Our home page has a basic frameset with a main window
which displays information depending on the link selected in the left
hand toolbar. It all works fine on most of the PCs on the network. All
the left hand toolbar links have a target="main" attribute in order to
display the information in the main window within the frameset.

However, on a couple of PCs, when you click on a link, the information
is displayed taking up the whole screen (i.e. as if the target was
"_top"). The setup of these PCs is no different from all the others.
They are all running XP and IE6. Is there an IE setting that could be
preventing these particular PC's from using the frameset properly?

View Replies View Related

Frameset Or Include Files

I'm going to revamp an intranet for a company... which need further maintanence in the future but I got a doubt.Should I use Include Files method or Frameset Method to design?

If use frameset ,the design has 2 frames which are a top frame and bottom frame and the critical(other programmer could add and delete links in the future) links are all in bottom frames. If use table ,only have to include files on the 1st row & 2nd row.Which is better to maintain ?

View Replies View Related

New Session On Page Inside A Frameset

I have been using session variables to pass a user name from one ASP
page to another inside framesets for 9 months and it stopped working
this week. I have made no code changes but there was a "security
update" installed on the server a few days ago but I can't find out
exactly what it was.

In the research I have done I found many articles on the subject of
session variables in ASP pages inside framesets. From what I read a
new session will be started every time a new ASP page is accessed
until a session variable is set, once a session variable is set the
session will stay the same from page to page, even when using frames.
It is possible to start a session by setting a session variable in the
global.asa file.

My page 1 sets the session variable "username", this page calls page 2
which then uses the "username" variable. This still works on the two
test servers I have where no upgrades of any kind have been done. I
changed the code to display the Session.SessionID in both page 1 and
page 2. On my test systems I get the same session id number, on my
production system I get two different session id numbers and when I
turn on prompting for all cookies I get the session cookie prompt when
the second page is called. The two test systems are on the same
network as my workstation, the production machine on the internet at a
hosting site.

I have cookies enabled in my browser, session state is enabled in IIS
and there are no special characters in the domain name of the web
site. I did not have a global.asa file so I added one and I set a
session variable in the global.asa just to get the session started.
What I find interesting is if I display the variable I set in the
global.asa file I can see it on both page 1 and page 2 but on page 2
I can't see the variables set on page 1. I am completely stumped.
Does anyone have any idea what I can do to get this working again? .....

View Replies View Related

Passing Form Data Into Frameset

I have a page "entry.asp" where a user enters data into a form (named "form"). I want to submit the form and have the data passed to a frameset with two frames (frame1.asp and frame2.asp). I need the posted data from the form to be accessible to frame1.asp and frame2.asp.

View Replies View Related

Close Window

Can I use ASP code to close the current window?

View Replies View Related

Window Cannot Close.

i have quotation_start.asp which was set to be a small window (height=250, width=500). there is a YES button and some data on this page. when user clicks YES, data will be saved into database, quotation_start.asp will be closed automatically and a new page, quotation_admin.asp will appear in the main window at rightFrame. everything is ok except the quotation_start.asp never close. it remains there. here is the code:

View Replies View Related

How To Close A Session?

i want to know a way to end the session as the user closes the window. As the user closes the reg_conf.asp page, i want the session of this user to end as well. how to do? how to detect the closing of the browser? ive used global.asa.

View Replies View Related

Popup Close

I made a popup for uploading some files.My popup looks like this:

function openpopup(){
var popurl="upload_tst.asp"
winpops=window.open(popurl,"","width=400,height=400,")

<a href="javascript:self.close()">close </a>

}

</script>

My problem is that I cannot close the popup.

View Replies View Related

Close Registrations

I am trying to set a cut off limit date on my page. For example if the class limit is 40, it should automatically close the registrations. How would I code for that ?

This code was written by someone elase. But I have to add this functionality of setting limits. The code is:
Code:

<td bgcolor="#EEEEEE"><div align="left" class="style26"><span class="style4"><%=(rs_ClassInfo.Fields.Item("ClassLimit").Value)%></span></div></td>

View Replies View Related

Automatically Close

Pls what code can i use to automatically close and asp page after execution.

View Replies View Related

Close A New Window

Host Environment: IIS in window 2003 server, three web servers, one load balance, ASP (not ASP.net) code set.There is part A codes in one asp page (page A) to open a new window (Window B). The new window like a clock non-stop running. There is part B codes in
the page A need to close window B.

There is no problem if the there is only one web server. It works. When there is a load balance and more than one web server, then the window B can not be closed.

View Replies View Related

Close Conntions

I suspect i don't close well my recordset.how can i CLOSE / FREE / RELEASE
recordSets and connections

in order to avoid server memory loss?

View Replies View Related

Close Browser

When I user decisedes to leave my site.How can I detect that imidietly and trigger code to run from that?

View Replies View Related

Close All Recordsets

Is it possible to move to all the open RS and connections? I open different recordsets on my page and in the end I need to close them and close connection. Problem is I need a function to do that to have it on every page.

Is it possible to travel through all open recordsets like it is possible to travel through all the querystrings and form data?

View Replies View Related

Close Form

i have a exit button...where when i click on it..it should show msg box..asking whether to close the form or not?..if yes it should colse the form and show the main form...if no..it should redirect to the same form..hw to do this using asp.

View Replies View Related

Object Close

I have developed an ASp files i have used lot of objects in it like recordset and connection objects, but some of the objects is not being closed.so is it possbile to write a code which automatically closes all the objects opened without mentioning the name given to the object.

View Replies View Related

Close ALL Connections

how to close all open database connections without referring to each connection by name across an entire server?

View Replies View Related

Close Veriables?

I have a general question. In my asp page, I have DB connection, Recordset,
and some variables like

dim name, conn, rs
set conn = Server.CreateObject("ADODB.Connection")
....
set rs= server.createObject("ADODB.Recordset")

name = rs("username")

I know I need to close the connection like
conn.close
set conn = nothing

Do I need to close the recordset and variables? What is the reason?

View Replies View Related

Window.close

When using "window.close", a dialog box ask u to comfirm, how to disable it ?

View Replies View Related

Close Browser Window.

What's the best way to close current window silently after finished a
process.

I'm using the the javascritpt window.close() or top.window.close(), but it
fires a confirmation window.

Just want to close it without any confirmation, seems I done it before, but
can't find where.

View Replies View Related

Close Browser Window

I wrote an ASP page to export data from the database to an excel spreadsheet file. The problem is, after the user saved the file to his/her hard drive, the export browser window still remains. How do I close the export window after users saved the file?

View Replies View Related

How Do I Close A Window After Processing

I am calling an asp page from my flash file & the asp code is as follows: Code:

View Replies View Related

Close Window Without Warning

I want to close the window without the warning "internet explorer is trying to close..." being displayed. I want to do this with vbscript. I found out that in javascript you can do it by including window.opener='x' followed by the window.close statement.My code is:
Code:

Response.Write "<script type=""text/vbscript"">"
Response.Write "MsgBox ""Hi. see you again"""
Response.Write vbcrlf
Response.Write "window.close"
Response.Write "</script>"

is thr anyway i can get this done in this code?

View Replies View Related

How To Close A IE Page Without Any Alart?

I use window object with close method to close a web page, this web page is
designed by active server page and VBscript. the code is as follows:
window.close()

however, an alart messege comes from IE. It's details: The Web page you are
viewing is trying to close the windows. Do you want to close this windows?
I want to directly close the window without any alart messege. In VBA, we
can add a declare Application.displayalart =false.
How to do this in html or VBA?

View Replies View Related







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