I have a webform with 3 text boxes and a submit button
Based on the first textbox data I'm filling up the remaining two. If the first box data is not found in the database I want to display a confirm dialog box. I need to know the return value from this confirm dialog as I have to clear the other fields in the form, if the user hits yes the I should retain the values in the other fields. I have tried hours on it by using hidden variables...but still couldnt get it to work.
i have a recordset that displayed all the infos about a record and a delete herf or button i want whenever i wanna delete a record a dialog box to appear with YES/NO/CANCEL button.
yes to confirm delete no to disagree and return to the previous page Cancel to cancel the action and remain in the same page !!
I'm populating some records by using DataGrid and i have put delete option as item template. now on click of delete i want to popup confirm message box.
I think we have a corrupt IIS metabase on our web cluster. The controller is replicating the problem to the members. What steps can we take to confirm our IIS metabase is intact? I would prefer not to do ADSI calls. Isn't there a command to interate thru the metabase?
I have created a table view of some from an access db. There is a link on the table which calls another page to Delete a record from the db.I would like to know if it is possible to have a button pop up on screen when a link is pressed to confirm that the user wishes to take the action.
Or perhaps a confirm page which details the record and whether the user wants to delete it?
I'm trying to add a Javascript OnClick feature so that when the end-user clicks the delete option, he/she will see a pop-up window that says, "Are you sure you want to delete this document?". I have something like this in other parts of my site, but just copying and pasting the code doesn't work.
And although I've read tutorials and googled for answers, I'm such a newbie, and can't figure out how to plug a Javascript alert into my code. So many quotation marks and apostrophes, parenthesees ... all I'm getting are syntax errors! Code:
Basically I cannot get this baby to work other than to allow the GUEST ACCESS and the ADMIN ACCESS the MEMBER ACCESS I am not even sure if it is even connecting to the databse.
Here is the code for the CONFIRMLOGIN page and also the LIBRARY.INC page. When Logging in as a MEMBER it simply redirects to the mainview page but as a GUEST. Ishn't dat vierd? Code:
I'm trying to make a confirm window for my site, the confirmation ask user a question with yes or no answer then if the response is yes redirects the user to a page and if its no redirects to another page.The problem is that i need the two pages to carry a different querystring; also i need this to act as a link and not as a form.
I have the following ASP code which displays a confirmation message when a particular form is successfully submitted. What i need to do is open the message in a blank (_self) browser window. Can this be done using ASP or would it have to be done using Javascript?
I have a ASP Page that allow the users to Download a File @ the Click of the button the File Download Dialog Box will pop up on the Scream ,on the download dialog Box are 4 buttons namely Open ,Save,Cancel and More Info ,How do I disable any Button on the Dialog box let say the Save button
I would like to use make the dialog box to pop up when user forget to fill in the text field. Is it possible to do it by using asp? or it must use other language? May I know how to do it?
I would have liked to submit a form from a modal web dialog, i.e. a window opened using showModalDialog() in which there is a form to submit. I thought the dialog content would be replaced with the submitted page results but I saw a new instance of MSIE instead. Is this behaviour normal (I mean expected)? (How) can I replace a web dialog content with submission page (i.e. the url in the form "action" attribute) results?
When users submit a Form with a SQL query, the resultset is retrieved from a MS-Access database table which is then exported to an MS-Excel worksheet. After the records get exported to MS-Excel, I want to give users the option to download the Excel file to their local machine.
In other words, when users click a download link, I want the Save As.. dialog box to pop-up so that users can save the Excel file to their local machine (note that I don't want users to view the Excel worksheet in their browser). This is how I tried it: Code:
I have a web page named downloads.asp and I have a link on the page as "Click Here to login". When anyone clicks on that link I want that a classic windows login dialog opens up like the one in the link . I also have a database which is in MS-Access. How will i connect the dialog box with the access table. how can I code it, in javascript or in asp .
i am writing the database data to a text file. now i want to invoke a save/saveas dialog box if the user clicks the download button. may i know how to do this in ASP.
I want to get dialog box(open,save,cancel) for pdf file using asp(vbscript). Presently when i click on pdf link on the site,the pdf document opens in the browser.
I have used the below code(download.asp?file=filename):
Is there a way I can force a Save As dialog? I have a page with a bunch of files listed for download. Unfortunately, these files attempt to open directly in the browser. I need a way to force a Save As.
i want to write an application in ASP,in this i want to generate an excel file,in which all records will save in that excel file as per i ve given the query after saving records in excel file ,immediately i should get save as dialog box so that i will save that file on my local drive.i don't want to save that file on web, whenever file gets created & records saved,it will show me save as dialog box.
I have coded a file upload process in ASP and the current way I allow files to be downloaded, which have been uploaded is by using the <a href> tag. This works but it normally opens the files for the user in a new browser window. What I would like to do is present the user with a download link which opens the Windows File Download dialog box. I thought there might be an easy way to do this kind of like HTML provides for uploading a file… which is the input type=file (presents the user with the browse button). Is there an easy way to present the user with a Windows File Download dialog box?
I have created one simple ActiveX control, in which i've added one dialog. Now I have just show that dialog (using domodal) at the startup of control, I mean in the InitInstance( ) function of the applicaltion.
how to show that dialog in IE. i.e. when that ActiveX control (.ocx) is called in IE using any html tag or using any scripting language, I dont want to popup that dialog instead that i want that dialog must be embedded in IE (i.e. in browser). I've created that ActiveX in vc++ 6.0. is this thing is possible ? if yes, then how ? and if not then please guide me to appropriate way.
I have a web app that converts files. The conversion can take up to 20 minutes depending on the file size and contents.
So, to help the user I want to display an animation (gif/avi/swf) while this happens. (so that they don't assume it has stopped and go and submit the file again!)
I have tried all sorts of options but cannot get any animation to play while IE/NS is waiting for the asp script to process and post back.
I am calling an exe thru' href, but when it executes, I get the message if I want to open the file(exe file). Is there any way I can suppress this from appearing and open the program?
I've created a web application that requires authentication on all pages. One of my pages is an ASP script that runs in a modal web dialog. It has a form to upload a file. To prevent a new window from being spawned I've put an IFRAME as the target of the form submission:
When I pick up a file from My Documents I get an authentication prompt as soon as I submit the form. I don't get that authentication prompt when I run the script in a normal window (i.e. in a non dialog window). If I select a file from anywhere beyond the wwwRoot folder I don't get the authentication prompt either.
Is it normal or is it a bug in MSIE? I would have sworn IIS had nothing to do with client-side file access when uploading files!
and the page loads in the modal dialog no problem.
Now, the asp page is a form that submits to itself and so the modal dialog contains a form that submits to itself.
This is fine except that submitting the form opens a new window.
what I would like to happen is submit the form and it comes back to display itself in the modal dialog again. if the form processing detects an error I will leave the form displayed, if no error is detected then I will close the window using some client side javascript.
however I am having trouble getting the modal dialog form to submit back to itself and redisplay again within the modal dialog.
I am rather new at Web program so I am starting off with some small stuff, but still having problems. I want to display a message box to the user when they click a button, but the message box displays on the server and not on the client. Can anyone tell me what i am doing wrong?
The command for the message box is: MessageBox.Show("The anniversary date has been changed for all employees", "Anniversary Date", MessageBoxButtons.OK, MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, MessageBoxOptions.DefaultDesktopOnly)
I have a problem with dialog boxes. When in Windows XP, the dialog boxes are too small, but when in other environments it is ok. What should I do to accomodate all environments?