Title Of Parent Window
is there anyway to get the title of the window that opened a new window? in javascript it would be window.opener.document.title but is it even possible to get that with asp?
View Repliesis there anyway to get the title of the window that opened a new window? in javascript it would be window.opener.document.title but is it even possible to get that with asp?
View Replies1. I have a form, with a textbox and a button. I have to enter a value in the text box and then i have to click the button, which opens a popup window. Here i want to pass the value of the text box which is entered in the parent window to popup window.
I have to use that value in the popup window's form_load event in the Code behind, and i have to take the values from the database using the value which i have entered in the parent window. Code:
I have a popup from the parent window which allwos the user to add in new location. when the lcoation has been added succesfully. then thewindow closes and the parent gets refreshed. In particular, just the location listbox gets updated with the new value. the location listbox i generated from the database using asp.
View Replies View Relatedi have a popup from the parent window which allwos the user to add in new location. when the lcoation has been added succesfully. then thewindow closes and the parent gets refreshed. In particular, just the location listbox gets updated with the new value. the location listbox i generated from the database using asp.
View Replies View RelatedI have a page which had a text box.
When a user clicks in the text box, by using the onclick event, i am opening a popupwindow with a list box. Now when the user selects a value in this list box, i want to pass that value to the parent window and populate the parent textbox.
i have a simple form with about 20 dropdowns. if the user preferes they can go through each dropdown with the question in a pop up window.
In this popup window they enter each question one at a time, once they enter an answer and submit the page reloads and stores the answer in the database and goes to the next question. At the same time the popup window forces a refresh on the main form so that the value selected in the popup is now seen on the main form as they go through each question.
My problem is that when the main for refreshes with new values to be selected FF does not change the value on the drop down. but when i go to the source the correct value is selected. I do not have this problem in IE everything works as it should be.
I have an asp page (parent) which opens a new window (child) with "window.open()". What i want is, when the child window is closed with "self.close()" then the parent window has to be refreshed. Any of you guys know how to do this?
View Replies View RelatedI have a datagrid displaying data. There's an "edit" button, which I use Javascript to create a popup window where I can change the information. There's a "save" button on the pop up window.
Currently, I have to click the save button, and the the close button to close the pop-up window, go back to the calling page and refresh it before the information is updated in the calling page.
I would like to be able to use the "save" button on the pop-up window to close the pop-up AND reload the parent page. Is that possible?
I have a child window that has a button to close it. I would like the parent window to be refreshed (since action taken in the child would change the values in the parent). The code I have works, but I get that "Retry" popup... I would like to bypass that. Any suggestions? Code:
View Replies View RelatedWhen a open an asp page from a modal window through window.open, my session values of parent(the screen that invoked the modal window) are lost.
View Replies View Relatedi have a form that pops up based on a click. the popup opens up correctly.
now what i want it to do is this.
1. submit the data to an asp page. that part i got working
2. close the popup box. have that working as well.
3. after processing the data on the asp page, direct to and refresh the
parent page that the popup was created from.
to be more specific....
i have a bracket page, where you click on the winners name to move them
over. works fine. that sends variables to a pop up box, where you enter a
score. that works fine. now when i submit, it only sneds the data to the asp
page, and even though the bottom of the asp page redirects it to the parent
page, it doesn't. it seems like it is trying to redirect to the popup that
doesn't exist anymore, so it does nothing.
I want to provide a lookup facility for users to select a code from a list. I want this to be done in a small popup window, which, when a code is selected, will close down and return the selected value to the main form. Can this be done ??
View Replies View RelatedI'am not familiar wit ASP but I have to maintain an application. In a window there are some text selection fields and a search button. If you press on the search button record list is build according to what is filled in the selection fields. You can select a record and then a detailed window is shown or in another occasion a popup window is shown.
The request is now if the opened window or popup window is closed, then the opener window has to be opened with the same content (content selection fields + record list) as it was before the window or popup is opened.
Now I thought that I have read that every window which is opened gets an ID and that it is possible to call up that window by the ID from the cache again. Is that right? And if so? Or has somebody a better idea. Code:
if it's possible to use sql or asp when calling a page the header title changes for the same page? Have anyone ever done this or know if it's possible.
View Replies View RelatedI am writing a little ASP script that reads the URL and generates a navigable breadcrumb trail from it. It is highly dependant on the filename and folders being named appropriately and consistently.
However, what would be prefereable is for the file that you are currently reading to be generated in the breadcrumb base on the document <title> instead of the actual file name.
Is it possible in ASP to read a <title> attribute?
Naturally, the ASP script would be in the <body> of the document and as such the <title> would already have been written to the client.
can i send my page title to another page.... like this response.redirect
"xx.asp?title"&mytitle
mytitle= what can bee... i dont want to write manually my title
any method to learn title in asp
I am working on an asp page, where I need to set the title to a variable. I have tried
Code:
<% document.title = variableName %>
I even tried
Code:
<% response.write "<title> " & variableName & " </title>" %>
That doesn't work either. I need to set the title to a variable on a dymanic ASP page
My concern is that I want to add the logo of the company in the title
bar. For more clearification one can have the example of an explorer.
that we see the explorer icon in the most left side then the title is
displayed and after that "-Microsoft Internet Explorer" is written.
so does any body knows the code in ASP that how can i replace the
explorer icon with my company logo.
I have been experimenting with viewing excel spreadsheets through the browser using
Response.ContentType = "application/vnd.ms-excel
But I observed that in place of the title is the url to the page. Is there a way to get around that when using
Response.ContentType = "application/vnd.ms-excel"
I have already tried setting a var to my desired title before calling Response.ContentType = "application/vnd.ms- excel" and then in the title tags <title><%=var%></title> Still, I just get the url in place of the title.
i dont know that is this right to put the question in this forum or in html forum.
anyways, the question is how can we read/find the value of title tag of html page using asp or any scripting langauge.if any one has idea, please do share
it can be done in Visual Basic thats why i want the same title in ma web page.
View Replies View RelatedI run a site using a blog script (dblog) where if you want to open an article from the homepage, it links to a page called article.asp. For example if I want to open article 101 the link goes to article.asp?article=101 but the title (the metatag) is always the same.
What I want to do is having the title change from article to article, retrieving it from the database. So if I open article.asp?article=101 the <title> displays the title of the article 101.
I want to dynamically change the Title of the webPage according to date, month and day thru a Database.
View Replies View RelatedI need some asp which I can use to put between some words within the
body of a page which takes these words and places them inbetween the
title tags.The idea is when an editor changes these tagged words (with
Contribute2), it will also change in the title tags of a page.
Does anyone know how to display the Document Title of a .pdf file onto a webpage and make it as a link using vb.net? I don't want the filename, but the Title of the Document that you can set when you open up the pdf file, then "File/Document Properties/Summary".
View Replies View RelatedIs there a special way that I can write in keywords from the dynamic query parameters into the Meta Title, Description and content of the page?
View Replies View RelatedI have ASP page. I dont want to show the address of this page. so I have opened the ASP page in a window which dont have the address bar. so the problem is apparently solved.
but when I press F5 for refreshing the page the address of the page appears on the title bar for sometimes.
I just made a link that opens up a new page. I have it to where it will not show the address but Is there a way to get rid of the title bar?
View Replies View RelatedI am trying to display the current page that is being view with asp.The line i am tryng to add is "You are editing: CurrentPageName".I can't find any code examples to help with this.
View Replies View RelatedI'm setting the title attribute of an input box to assign a tooltip. If I assign title the value "Agent does not exist", when hovering over the textbox the tooltip will only display "Agent" it's the same with all my tooltips (only the first word is displayed).
View Replies View RelatedI am paging through recodset but the data isn't align with my title. How can I correct that problem? How can I make the tickect number display into link?
View Replies View RelatedI'm trying to give each page the title of whatever is in my first <h2> header tag. Does anyone know how to do this?
View Replies View RelatedCan I change text/data that is entered in a textfield from lowercase to Title Case when it's INSERTed into a database table?
View Replies View Related