Automatic Action

is it possiable in run some automatic checkups on the server every X time or every time (with no reaction with the user). I need to run all the time checkups on the sql database and check values of some column.

View Replies


ADVERTISEMENT

Action .asp From HTM

I'm trying to connect to a sql server to write a record , but am getting no results.
See the attched file

View Replies View Related

Action Form

I have a form with 3 combobox whitin a asp page called data.asp, whose
action form is itself; the first combobox drives the behaviour of the other
two.The onchange event of the first combobox is related to a javascript function
in which I call the submit method for the form, whose action form is itself.
This works fine.
The problem is that if I want to save the changes done by the user (clicking
the OK button) I need to set the action of the form to another page, for
example save.asp.
The question is: how to do this?
I had written a function inside the onclick method of the OK button that is
similar to the following one

document.MyForm.action = "save.asp";
document.MyForm.submit();

View Replies View Related

Action Successfull Or Not

im trying to get used to asp, as im abit of a php users really. anyway my problem is ive made a database connection and made an update work. only thing is im wondering how one would test if the update was successful so can display to user that it was.

my query ends as

Code:

adoConn.Execute strQuery


so is there away to test if it was successful?.. so i can do if it was var = success else car = error

View Replies View Related

Forms Action

I have an ASP page with some form elements on it, as well as an inline frame
called 'body'.

Depending on element is selected when the form is submitted different ASP
pages appear in the inline frame.

<form Name=aSelect method=Get action=Test.asp target=body>

<Input type="radio" name="Radio" value=0)

Using this the line passed to the inline frame = Test.asp?Radio=0

I want to add a second inline frame to the page and have a different
page displayed in this. The page to be displayed needs to reference the
selection made in the form. Something like Otherpage.asp?Radio=0

View Replies View Related

Perform An Action

Is there any way that I can for example, send an email After a file has been downloaded? Currently, it is setup so when they click to download a file...it sends an email...I am trying to figure out a way to have the email sent only have the download has completed.

View Replies View Related

Sending Action

I have a system that i designed a while ago that is an online diary system. The way it works is that the users are given the option to click on any day of the month on the main diary screen. This then opens a second browser window using javscript to show the user all of the appointments in this day. All action are then done in this new window.

The proplem that i have is that once the action has been done, it is not highlighted on the main diary screen untill the page is refreshed. Is there any way that i can send a refresh comand back to the original brower screen from within the new javascript opened brower? I have a close window button on the js window so i didn't know if there was some way of adding a command to do it.

View Replies View Related

POST Action

I have a form with dropdown boxes and a "Submit" button.These dropdown boxes get populated dynamically with user interaction, like this:

<form method="POST" name="form1" action="MyPage.asp">
<p><select size="1" name="Dropdown1" onchange=form1.submit()> 

The "Submit" button is included within the same form.Is there a way to find out which item made the POST action.If it's the Submit button.i want to do this.If it's the dropdown boxes.then i want to do a different thing.

View Replies View Related

Action=anotherpage.asp

I have this form that updates a database when the submit button is pressed like this

Code:

If Request("submit")="Submit Hotline Form" Then

and I noticed that it works fine when I have the form itself as the action, but when I make another form the action for the form it doesnt update the database. Is there something wrong with my if? or is there a different way to do this? I wanted the second page to display info from the database as values in the input type=text boxes.

View Replies View Related

Action Codes

Having a problem with a page being skipped in the cart. Intermitting problem here. Action code 38 then 47 when this occurs.

View Replies View Related

Form Action

how I can create two different form actions.I'm currently creating a On-Line Order System for our company. I've created a page that displays what they have ordered and the option to update the number of item that would like on there order. so I need to create two different for actions.

What I looking to have is one button that would submit, one button that would update any changes? Two different action.the update button will call proorderbyline.asp the submit will call submitbyline.asp .

View Replies View Related

Action Scripting

Anyone can help me to create a Text Formating. AS I want that there is a object. I want to write some text in a textbox on Run time. and it displays on the object and if i want to change his font,size or color.

so tell me how its possible. can i get tha code from anybody or from anysite or anyone plz me to do this in Flash with Action Scripting.

View Replies View Related

Form Action

I have a form that appears in a popupwindow. I found a javascript code that allows me to return to the opener window onClick and it closes the popwindow. The problem is I tried to implement the code into my Form Action and I can't get it to work.

This is the original code:

onClick="return targetopener(this, true)

This is what I'm trying to do:

<form action='return targetopener(<%Response.Write("checkboxtrial2.asp?Model=" & Recordset("model") & "")%>, true)' name="formOptions" method="post">

View Replies View Related

Hidden Form Action

Is there a way with ASP or Java to hide the form action part of a form? I have someone that has found the location of a script by looking at the source of one of my forms.

They run some type of script that trys to post bogus info from 6:00 in the morning till 12:00 in the afternoon. Although it gets denied due to wrong input by the user, it sends administrative emails that are annoying (hundreds). If the user only saw the client side (below), they could not do it. Is there a way? Code:

View Replies View Related

File Shows Action

I have an asp page that outputs a word document. Wnen the user attempts to
open this page from a hyberlink in an email document the word document opens
fine but if they save then an action cancelled message appears in a browser
window. If you cut and paste this same link into IE and attempt to saves
there is no browser window opened.

If the user attempts to open instead of save the document it opens in a word
out side the browser. I am told this used to open up in word insdie the
browser.If you cut and paste the link into explorer and acess it from there
the word document is displayed in word inside the browser.

If I omit the content disposition header the word document opens inside a
browser no matter how it is opened however the save problem remains.

I do not want the browser window to remain open. Or if it must then I dont
want the ACTION Cacelled message. How can I control that

View Replies View Related

Two Action Post At Different Script

Is there any way to post two actions at different in a same form data with a single button click? I would like to use the following actions in the same form. But I can successfully use any of one below.

<form name="DeliveryDetails" method="post" onsubmit="return check(this);" action="ShowDeliveryDetails">
<form name="process" method="post" action="mail.pl">

View Replies View Related

<form... Action="

Is it possible to have a form with TWO submit buttons that calls TWO DIFFERENT ACTIONS?
For example, at the end of the form, when SUBMIT1 is pressed, it goes to PAGE1.asp. if SUBMIT2 is pressed, it goes to PAGE2.asp. and whichever one it goes to, all form field values are sent to it?

View Replies View Related

Active An Action Query

i have a an access query on my db, and i want when i open the asp code .the action query run , but when i try to so it , by select *from actioguery ,it doesnt work, how to do this move?

View Replies View Related

Changing The Action On A Form Before Submitting

I want a form to submit to a different page depending on what selection has been made in a dropdown option box. However something is going wrong my code looks as follows: Code:

View Replies View Related

Avoid Action Page Being Refresh

Currently i did 2 pages
form and action pages, where form will have 2 inputs, and action page will insert the data into database.

but the i have tested once i keep refresh the action page, the data will be inserted again and again, anyone know how can i control this matter and avoid sql injection?

View Replies View Related

Triggering An Action On A Dropdown List

What I want is for an action to be triggered when a user selects something on a dropdown box.

The something would actually be two variables. One 'static' in that the drop down would be 1, 2, 3, 4 the other being a variable in the true sense e.g. if selection A is 2 and selection B was 3 then the variable is 5 and this variable is the one I want to use to trigger events.

Using themes I could maybe do it but I am hoping there is a easier, more dynamic way to do it.

View Replies View Related

Using A Dynamic Dropdown To Initiate An Action

I have a dynamic dropdown list that has info brought in from my SQL database. Based on the user's selection, I want to create a message box that informs a user that an additional step must be taken first before the form can be submitted. For instance:

Drop down list contents -

Estimate
Repair
Maintenance
Renovation
New Build

If a user selects "New Build" from the dynamic drop down, a messgae box would appear to let the user know that they need to have a permission form filled out before they can submit the work order. Something to that affect. Can this be done based on a selection in the list or do I need to use check boxes instead.

View Replies View Related

Form Post Action Options

I have a form with several submit buttons. Each one is different. For instance, one may require the next action window to be a pop up requesting more data. Another may require it to be normal. And of course I need the request data from the form. I tried not specifying the action on the form and put it on the the submit button via the OnClick but the request data was always behind and isn't current until after the submit.

I guess an easy way to think about it is say you have a tool bar and depending on which button you click it fires a different asp file but the current form data.

View Replies View Related

Call Subroutines Via A FORM Action

Can I have this: Code:

<!-- #include file="myFunc.asp" -->
<form name="myform" method="post" action="<% function1(); %>" >
..form stuff
</form>

I tried it but it was as if the page was trying to process the function before the page rendered.

View Replies View Related

Performing Action Before Moving To Another Page

Is there a way to force a sub or a function to be executed before the
user to move to another ASP page?

In fact I want to update a basket (table) if the user wrote a quantity
for a product in the page. I want to avoid them to click for every
single product they add.

View Replies View Related

Programatically Setting Form.action For Netscape?

Have a school project in which I have to use an ASP page to process data
from a form submitted by a user. Have to do this 3 ways - Using a Function,
a Sub Procedure, and a Class. Simple enough.

I decided to see if I could get them all to work from 1 submittal page using
an option group of radio buttons, and JavaScripting to send me to the
correct page (just as a personal learning experience). Got this working
also - but only in IE. Code:

View Replies View Related

The Action Or Method Requires A Report Name Argument

I'm trying to view a form from Access 2k in ASP and I'm getting this error.

Error Type:

MSAccess (0x800A09C1)
The action or method requires a Report Name argument.
/GetCalendar.asp, line 39 ......

View Replies View Related

Secure/Insecure Action Cancelled Messages

I am getting the "The items on this page contain both secure and insecure items." message on a couple of classic ASP pages being hosted on a secure server. And when my users select Yes or No, they get an "Action Cancelled" page in IE.

I have combed through the code, and can't find any reference to a remote page being loaded or any reference to one of the two frames not loading properly. Anyone have any suggestions?

View Replies View Related

Two Action Post At Different Script In A Single Button Submit

Is there any way to post two actions at different in a same form data with a single button click?

I would like to use the following actions in the same form. But I can successfully use any of one below.

<form name="DeliveryDetails" method="post" onsubmit="return check(this);" action="ShowDeliveryDetails">
<form name="process" method="post" action="mail.pl">

Code:

View Replies View Related

Automatic Email In Asp

I am working on asp and ms sql.

I have created a table called as 'usertable' in ms sql database. The columns in 'usertable' are username, loginid, password. The record gets added to this table, when a new user makes a fresh registration.

Eg: username = 'david'
loginid='daveuser'
password='newpass'

So My question is whenever a new user is added to a table, an automatic mail should come to me 'pra123@yahoo.com' mentioning that a new user is added to table ALONG WITH HIS USERNAME, LOGINID, PASSWORD.

All this information should come to my email account automatically. So how to write ASP Code for this.

View Replies View Related

Automatic Post

I need to some how do the following and if anyone can help me or point me in the right direction I would appreciate it very much.

I have a form that the user would fill out. When he/she clicks submit it goes into another page that reviews the information that the user typed in the previous form. If all of the information is good for the user there's another button in that page that they would have to click.

This is what I want to happen after they click on this button. I want to record the data in a SQL database, which I know how to do that, but what I want to happen automatically right after inserting the data in the SQL database is that I want the same data to be carried over to another page where there'll be another form and want that data to be populated in this new form. How do I do that?

View Replies View Related

FTP Automatic Backup Possible

I would like to backup the Remote Access database from a link on my asp application . Is it possible ?For instance, there would be a menu which once clicked will initiate login/password and ftp server, get the database and rename it with currentdate, close the connexion ?

View Replies View Related

Automatic Login

I want to add code to the URL so on click will be performed login action with some username and password (ex. h t t p : / / w w w . s o m e - s i t e . c o m /login&username=USER&password=PASS)

I think I wrote total nonsense, but I think you know what I am talking about

If someone want to help me here is that site I want to perform auto login: ...

View Replies View Related







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