Generate Popup Box

I have a form which contains drop down box with several available selections. Based on the users selection, I would like to have a popup box appear upon the form submission that gives them some additional information about their dropdown box selection. Is this possible?If so, how do I go about doing something like this?

View Replies


ADVERTISEMENT

Popup Help

Most of the popup companies that pay you per hit only count it as one per ip adress.
How can i make a system that checks that it has shown the popup to a person...and then goes to the next one?

View Replies View Related

Value PopUp

Quote: Response.write "<a href=verify.asp?Address=" & Add & "&city=" & City & "&state=" & State & "&zip=" & Zip & " target=_new>VerifyAddress</a>"

If Add is "101 ABC STREET " , in popup , Add passes is only 101 and not complete one.

View Replies View Related

Popup To A New Popup

my present asp page opens a popup to display the complete data, but my requirement is to create a login to show only some data in the same popup. my choice was to redirect from the popup that shows all data to a new popup which shows some data (having the first popup not opening at all, clearly to redirect)

Any help how to redirect from popup to popup..?

View Replies View Related

Popup

how do i implement this.I have an event calendar and events are already added into the database.Let's just say that today that is an event.How do I show a popup aying "today's events blah blah blah".This should be shown whenever someone comes into my website.it somehow acts as a reminder.Any ideas?I havent start doing the codes but just wish to get an idea of what to do.

View Replies View Related

Popup

i am having problem in popups.i have an asp page from where a popup opens on clicking a link. the value of a variable is passed from the main page to the popup thru querystring. there are 3 text boxes on the popup one of which shows the value of the said variable. the user has to enter data in the remaining 2 boxes.

what i want is, if the user enters invalid data in those 2 boxes, there should be an alert. on clicking ok the user should be able to see the popup with the value of the variable from the main asp page in the 1st box and 2 textboxes with null values in which he/she has to enter the data again.at the moment what i am getting is, the popup disappears on clicking the ok of the alert.

View Replies View Related

Popup Box

I have the calendar on my sites startpage. A user can click on a link on the calendar to get a popup box displaying the course details and in the popup is a link to apply for the course.

instead of opening a new window I want the startpage to change to the application form. I have tried all the href tags; _blank, _parent, _main and they dont work.

View Replies View Related

Need Image Popup

<a href="javascript:popImg('images/nba<%=("pImg2")%>');"><img src="images/nba<%=getProducts("pImg")%>" border="0"></center></tr>

pImg is a small version of the image in a database. I want to click it and have it popup a properly sized large image (pImg2). I thought the code above would work.

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

Return A Value From An ASP Popup

I want to create a pop up asp page something like:

popUp('myasp.asp',.......)

and when the user closes the popup can I return a value. So sudo code would be like

myJavaScript
int temp = popUp('myasp.asp;,.............. /* Temp is the value returned by myasp.asp
set some textfield to have value temp.
end

Is this possible?

View Replies View Related

NT Popup Login Box

I have a web page that's calling the server variable LOGON_USER to retrieve
the userid of the person accessing it. The web has anonymous access
disabled, and Integrated Windows Authentication enabled. My userid is a
member of a security group that has access to the page. When I access this
page on my web server, it displays my userid without popping up the NT login
box. However, when I copy it to my production web server, the NT login box
pops up. I am certain my userid has access to the web on the production
server. In addition, if I don't enter anything on the login box and click
OK, it allows me into the page, and displays my userid. So, how do I
prevent the login box from popping up. If I enable Anonymous Access on the
web, LOGON_USER doesn't return anything, probably because the page is being
accessed with the IUSR_machinename account. My goal is to get the userid of
the person accessing the page -- provided they have security access to it --
without making them login.

View Replies View Related

Popup Parent

i have an aspx page. on that page there is a link that open a new popup page. Popup page contain some text fields. user fills that fields and press OK. By clicking OK I append the textbox values in the DataTable, which is already saved in the session
My Problem is that when that popup windows closes by clicking Ok i want to show that new information in datagrid on the parent page(which opened the popup page[window.open]). i have info in the session, but problem is that when i bind datagrid by using the session Datatable on the parent page.

View Replies View Related

Password Popup

In my asp I need to make a popup that is like a windows password change, a space for old password, new and new again.

I don't really know how to make a popup that does anything other than display text. I would also need to know how to retrieve the data off of the popup for the actual change of the password. Code:

View Replies View Related

Popup Windows From Pop Ups

On one of my pages I have a link to a popup. This popup has a link. When the user clicks this link my popup closes and another Popup is displayed. In this second Popup I want to redirect the user to a different page in my application when the popup closes. Is this possible as another popup opened this second popup so I cannot use 'window.opener'.

View Replies View Related

Popup Blocker

I Am Working With A Asp Project Where Maximum Pages Have Popups.But Maximum Users Use Popup Blockers In Their Systems.Best Way To Code .Is There Any Code To Unblock Popups.
Can We Disable Control Key Or Any Possible Way.

View Replies View Related

Get Value From Popup Window

I have a website which has a popup window (this only opens when the user chooses to open it). In the popup window I have a <select> control which lists a selection of "classes". Each class has a description and a class_id (stored in the value attribute of each option). The user will then select a class from the drop-down list.

What I want to do is have a control in the parent browser window which can store the class_id and the description that the user has selected in the popup window.

what control I should use in the parent window and more importantly how I get the value from the popup window (this must be client side code as the user will have entered other values into the form in the parent browser window)?

View Replies View Related

Calendar Popup

I am a student working on a calendar popup, but I want to change it a little bit and don't know how. This is probably a very easy fix, but here's what I want to do. I want to have the calendar popup with an associated textbox, but i also want to display the calendar on my page with the current month and the previous month.

That way, if someone wants a month further back they can use the popup, but if they just need the current or previous month, they can just click on the calendar on the page. Can that be done?

View Replies View Related

Popup Window

I am facing a problem in asp pages. I am requesting some values from a page and moving to another page from the second page.

i m opening an popup window and for refreshing econd page from that Popup. i m using code.window.opener.location.href='second window name') in doing this I am losing the values of the first form. which i have to insert in the dbase in the Third page

View Replies View Related

Values From A Popup

This is for an Intranet application before I go any further. I have a form which requires calendar dates, cities etc. to be input. This is not a problem, but when a user clicks to input a date etc., the calendar opens in a popup window over the main window. The values are all selected from a recordset based on a SQL DB.

When a user clicks on a date (or other DB drawn value) in a popup window, how can I carry this value over to the main window and insert it in the relevant form field?

View Replies View Related

Popup Message Box

How do I make a MsgBox with just the OK button? I have tried but it says,
Permission denied: 'MsgBox' And it is getting annoying.

View Replies View Related

Show Popup

how to show popup windows (html format) and the size is depending on the size of image?

View Replies View Related

Linking To A Popup

... linking to a pop-up window but sending an ID to the asp page

<A HREF='javascript popUp("confirm.asp?ID=' & rs("Doc_Num") & '")'>Edit</A>

Something like that but with confirm.asp accepting an ID associated with Doc_Num

This works fine for a fixed ID but not when associated with a recordset.

I'm sure its a quotation mark here or there but im hitting a brick wall!!

View Replies View Related

PopUp Login Box

I have a user management application for our website. In order for the users to login a pop-up box is launched via a hard anchor tag and a target="_blank". When the little popup box opens it will allow them to input a username and password. Then when they submit the form one of two things can happen, I prefer the first.

1. The popup box runs the ASP script to authenticate then upon sucessfull authentication the popup closes and the main page will do a refresh to pull the user only information.

2. The popup box submits the form back to the main page and closes and the ASP script is run from the parent browser.

View Replies View Related

Coding A Popup Within My Page

I need direction on this. I don't know what its called, almost like a message box or something. First off, I have frames. Right now, the menu has a list of warehouses, and if you click on the warehouse on my site it then opens (in the 'main' part of the frame) all the hotline activity for the past 30 days. I would like it to instead of going straight to that page kind of popup a little box with an input box for someone to type in the amount of days they would like to go back, instead of the default 30. The thing is, I dont know how to code that in. It would look something like this (in my head anyway).

<%If (link)<>"" Then%>
<html><head><title></title></head>
<body>
<form action="" name="""" method="post">
Please enter the amount of days you would like to search by.
<input type="text" name=""days">
<input" type="submit" name=""submit"" value="Submit">
</form>
</body>
</html>
<%End if%>

View Replies View Related

Retieving Information From Popup

First I am asking if it can be done and if yes how?? Where can I read to find out how?
I want a popup window to popup and ask to from date and show a list using those dates?
Can it be done using asp?

View Replies View Related

SQL Statement Through ASP/JScript Popup

I have a kinda off-the-wall question for you. I have a piece of ASP code that is designed to 1) create a sql statement and then 2) launch a javascript new window popup to run the sql.

Well, everything seems to be working fine except for when the sql statement gets called it returns an error:Microsoft OLE DB Providor for SQL Server

Line 1: Incorrect syntax near '<'
/includes/confirmins.asp, line 13
Line 13 is simply the rs.open sql line.

The only issue that may exist is the fact that I'm sending the entire sql statement across in the posted data stream (ie confirmins.asp?sql=INSERT INTO Table (Col1, Col2) VALUES ('CompanyName', 'Company Code')...) I receive that posted data through a sql=request("sql"). When I display that field on my page using a response.write - it looks perfect.

Any ideas as to what might be causing this error? Oh, and yes, I have tried using the db connection on that popup page and it works fine, so I know that isn't the problem.

View Replies View Related

Popup For Every 10th User

I am working on a survery program using classic asp.

I need to pop a survey for every 10th user.

I figured out how to pop a survey window. But I need help in popping up the survey window

for every 10th user.

And I need help if the user abondons a form(not unload) i.e half way moving to a different page then the

survey window should pop up.

View Replies View Related

Close Popup Window

In an asp page I have the following scenario happening (or would like
to happen)

person picks a menu item in main page which opens a popup window that
allows customization of that menu item. Upon submitting that page the
results go to a second page in the popup window for collection into
variables.

I was hoping to just close that second page, but
everything I have tried results in a message window stating the
program is trying to close the page (y or n). I was hoping to get rid
of this, but can't seem to no matter how hard I try.

There are many examples on here that seem rather old and may have
worked with former versions of IE without problem, but none have
worked how I wanted.

Does anyone have suggestions on how I could get the above...or even
modify things so that maybe the original popup window can be
closed...I do wonder if its the fact that a second page has been
opened in the popup window.

View Replies View Related

Open Popup Window

I want when an website opens then a popup window made in flash should be open automatically in a new window. How it is possible?

View Replies View Related

ENABLE/DISABLE POPUP

I create a popup web page using:

newWin = window.open(.....)

In the popup window I have href links. The popup takes a while to load and I don’t want the users to be able to click on a link until the popup information has finished loading. Does anyone know what Visual Basic Script commands I can use to disable then enable the display in the popup window while the text and hyperlinks are loading (preferable I would still be able to see the text in the popup while its disabled.

View Replies View Related

Popup Instead Of Javascript Alert

I would like to achieve the equivalent of a client side javascript alert popup from server side code. Any suggestion how I can do this? How can I cause a beep at clientside from serverside code?

View Replies View Related

Popup Blocker Enabled

I know that with server variables you can detect browser setting. How do I find out if a popupblocking is enabled?

View Replies View Related

Implement Popup Menu

i am not adept at programming in asp. I was trying to display a popup menu as the mouse hovers around the main menu. i have been trying but i am not getting anywhere.

View Replies View Related







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