o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Confirm page -

Please help me with my problem
Let's say i want to make an online store. If someone orders some items and click on "buy now", how do I transfer him to a 'confirm' page in which he would see what he ordered, and how much in total he paid? And from that site he would send his order to me. Could someone plz tell me the code? Thanks alot ;-)

 

Login!! -
I've asked this before and am needing help on one last page!! I have a members signup page where they sign up and have a user level of 0. I have to have a page which I can inlude on any page which will confirm they have logged in and if not kick them out of the login page and if the


confirm box return value -
I'm familiar with using confirm boxes on a button to determine a certain action based on the return value. I'm now sure how do this inside of a function. I'm scanning the database inside of a function and if a particular value is found, i want to display a confirm box with yes/no act


Confirm page -
Please help me with my problem Let's say i want to make an online store. If someone orders some items and click on "buy now", how do I transfer him to a 'confirm' page in which he would see what he ordered, and how much in total he paid? And from that site he would send his


question on how to use javascript in asp.net 2005 -
hi well i want to use javascript in the asp.net , both in the server side and in the client side maybe i have to confirm that in the top of a page like when i use the default VBscript <%@ Page Language="vb" AutoEventWireup="false" CodeBehind


can Javascript close.window bypass the IE confirm box -
I have a website that I want to run from the first popup box off the login page. The reasoning is that at least one page has to have the address bar right? So I want that page to close once the new window opens that has no address bar or toolbars(a popup). I used Javascript: win


WebBrowser takes control of entire application! -
If I navigate to a page with a javascript alert/confirm box through a webbrowser control in my VB application then the javascript alert/confirm box will hog the focus and not let my app do anything. I can't click any buttons until I click "ok" or cancel on the browser! I don'


Prevention of accidently close an asp page. -
Hi guys, I have an edit.asp page which use for data editing purpose. ok, then situation is this: when the user close the page, i.e click "X" of the IE or select file->close of the IE, i hope to prompt a message to the user and let it make final decision before really


Confirm -
plz tell me confirm alert how its button work i mean OK and CANCLE....


Confirm dialog on ASP:NET Button. Ho to do it -
Hi guys. I've an aspx page containing a button (ASP:Button) to delete some data. When user click on it I want to show a confirm dialog box (Are you sure? Yes/No) before to delete data effectively. How to do it? Click event is handled on the server! Thanks


Return Confirm Cancel Doesn't Cancel -
Hello, I am having a real problem with using two onclick js functions, one to turn the submit button into a disabled state with a please wait message and a second that pops up a confirm window for an OK/CANCEL to proceed. OK is working, the please wait is working, but cancel is not


How to automatically close window without prompt -
How do I use the window.close() java function without that confirm pompt box coming up? What I want is: as soon as the user gets to my start page, a popup window is launched (using the window.open() command) and the start page is automatically closed down. When my start page is


check gmail account for craigslist posting email then confirm posting -
I want to create a program that will log into my gmail account and auto confirm my posting confirmations from craigslist. I will need to find the email, find the link within the email, 'click' slash load the link, and then submit the publish button on the page. I have figured out h


admin page -
hi, i have created a access database with a table called staff with two fields: with surname and password. i have also created a form in vb6 with two text boxs, 1: surname 2: password and a confirm button. Is there a way to create a admin page in vb6 so that when the user types


confirm web page info -
Hi all I have bulit web page consist of many field after the user filled the application and click insert button , I want some dialog appear to ask the user if he sure from all information I think this procedure will be made by script please if any one has solution tell my


can some1 confirm this -
Can some1 pls confirm to me that the number of ways in which a sum of 20 can be obtained when 8 distinct roles are rolled is 36688... A yes or no answer is enough.. but pls be honest and do try it out before... Thanks


faster For.. Next -
Can anyone confirm this: IS For... Next loop faster without the counter at the end of Next? ie. For i = 1 to 100 ... Next Otherwise i'll need to build a precision timer to confirm the % diff. in performance


How is a web page processed -
This one isn't so much web development, so I post here. In a web page, one may have something like this: <script language="JavaScript" src="/js/NNN.js" /> At what stage in the execution of the page request is this file loaded? Logic would dictate tha


confirm file conversion -
hi all, i am counting lines in a word file, i am made invisible the background opening of the file, but still it is opening and closing. also before opening each of the word file, a window is displaying "Confirm File confirm", in that it shows some list of file formats such a


Confirm New Password -
M a newbie.Is anyone there can tell me how to re-confirm password by using visual basic 6.0?Below is my coding.Please help me to correct the error in the coding.Thanks


Lame-Ass Trivia!... -
All right! Let's all play a game...The rules are few and simple: 1. General knowledge questions. Let's not concentrate on one area. 2. Nothing too hard, cause I'm a dumbass, and I'd like to be able to answer some of them. 3. I ask a question, you answer it. If you get it


Confirm message dispaly in asp.net -
What's wrong with this line of code .It is not displaying the message . Please help me to solve this. Me.btndelete.Attributes.Add(("OnClick"), "return Confirm('Are you sure you want to delete the record?');") Thanks in advance


How do I display a message box -
I was wondering how it would be possible to display a message box to confirm that data has been saved after a user has pressed the "Confirm Save" button, that I have created???? Any Ideas???


need to return value from jscript to vb.net (am using response.write) -
After much searching I have finally figured out a way to call a jscript "confirm" box from serverside vb.net code. The code I am using is as follows: Dim sb As New StringBuilder("") sb.Append("<script language='javascript'&


[2008] Editing selected Datagrid cells -
I am developing a Windows Mobile 6 app and as far as I can see there is no DatGridView control available. Can anyone confirm that my understanding is correct. I would like to allow the users to click on a row header in the DataGrid and be presented with (using texboxes) two or three


confirm javascript function is not workimng for my custom control -
Hi I develop a custom control inheriting from System.Web.UI.WebControls.WebParts.WebPart. I have this code in a button in the control: private Button btnSave = new Button(); btnSave.Text = " Save "; btnSave.OnClientClick = "confirm(


How to confirm a message box in Webbrowser Control -
Example:I have a web page,when a web page open,message box will be open(include button "Yes" & "No"), I want to click a button "Yes" automatic when web page open. How is a script?


confirm message in GridView using vb -
how can i insert confirm message when i press delete in gridview? tnx


please help me to clear this error -
hi, i am working in c# asp.net. my cs: public void confirm(Object source,System.Web.UI.WebControls.DataGridCommandEventArgs e) { if(e.Item.ItemType ==ListItemType.Item//e.Item.ItemType ==ListItemType.AlternatingItem) { LinkButto


Button problem -
Hi everyone. I need your help yet again. I have a button on a form that opens a message box to confirm that the user wants to return to the home page. Here is the code below: Code: <input type="button" value="Go Back to Home Page" name="GoHome"


Disable Copy from Web Browser -
Hi All, I have a web page which is a test - 80 questions out of a limited database. We use a web page to run the test (time limited) and due to the limited number of questions in the database, we do not want the test taker to be able to copy the question from the web page and pas


VB6 InternetExplorer Object (Resolved) -
Hers the problem . From VB6 (not .Net) I find an active IE window that is on the required site that I am interested in by reading the current URL line for each tab. I then read the html from that screen to confirm that it is on the correct screen if not send to the address box to


ADO - Ascertaining Correct Installation -
I want to write an application that requires that ADO be installed. I understand I can get ADO 2.7 from microsoft site. After Installation, how can I confirm that ADO is installed correctly. Is there a small test I can conduct to confirm that it is correctly installed. Can some


[2005] Confirm -- file stream openorcreate -
Filestream open or create will do just as it says, obviously? So if a user is running your application for the first time, it will create the filestream on it's initial use and then always open it thereafter. I suppose also you can create as many filestreams as you desire?


How to use jscript confirm in VB.NET -
I would like a message box on the client side. Everyone says to use jscript confirm, but how? Here is what I have so far. No errors but no confirm either. Function jscriptMsgBox() Dim response As Boolean Dim strBuilder As StringBuilder = New StringBuilder()


Javascript confirm function -
When using the Javascript CONFIRM() function the buttons labeled are OK and CANCEL. Is there any way to change these labels, or is there a way of creating a similar function so I can label the buttons in the way I want? Peter


User Login form help -
Hi All, I need help with a user login script. I have a signup form which has key fields such as username password and admin with values or 1 user 2 mod user and 3 super admin! now what I need to make is alogin form with a auth page which will work out if the username and password


Auto-confirm deletion of spreadsheet during runtime -
I load a spreedsheet during runtime, and delete it during runtime. The only problem is that the message box comes up asking me to confirm the delete. I don't want my users to have to see this and click it. Is there a way to remove the spreedsheet without having the user to click anythi


[Java Script] Confirm Box -
Well I am basiclly brand new to Java script, but I don't really plan on getting all that into since I am only looking for a few things. Anyways I read a quick tut got most of the basic syntax down and now I am wondering a few things. I read up on the confirm box and how it's used. B


javascript alert incorporating with asp code-behind -
I have a function in an asp.net page that will delete a record from a database. I need to have a message pop up to confirm deletion. I have searched google and everywhere for about 2 hours now, hoping to find something. It looks like everyone is saying i need javascript or vbscrip


Confirm serie formula -
We just started geometric series ("suite" in french) in math. Anyways, I figured out a formula for calculating the sum of N elements and I came up with: T(n) = ab^n S(min, max) = a(b^(max+1)-b^min)/(b-1) min = first element to sum max = last element to sum S(2,3) = a