Click Events
This page is going to be a menu system and is dynamic so that the user can add items to their own menu.
I have it working but would like it not to show sub menu until the main item has been clicked by the user?? Code:
This page is going to be a menu system and is dynamic so that the user can add items to their own menu.
I have it working but would like it not to show sub menu until the main item has been clicked by the user?? Code:
Is there a command within ASP similar to the Do Events command in VB6. The
problem I have is that an asp page that I have written outputs many lines
after extracting data from WMI. In total there are about 1000 lines
generated which are displayed within the browser and saved to a database.
The browser displays the correct results and they are saved into the
database. But the browser only displays the results after it has completed
the entire script. Is it possible to get it to output lines before
continuing with the rest of the script so I can display a section at a time.
I have ASP which uses a stored Query in a Access 2000 database mdb to update a table. I am only adding records. No changing information in the records of the database. Just adding records. I also have a form that looks like this form:
http://support.microsoft.com/?scid=kb;en-us;198466
So I have my Query and I have my form. All the necessary information for the form comes from the ASP page. What I need to do is provide the information from ASP to the form so that it's code can populate the table. Any suggestions how this might be accomplished with the above example? Events? Or a discussion somewhere on the Net to bind a form to data submitted from an ASP?
I know I have seen some free ASP calendars before, and even did a search of
this NG, but couldn't find any references to any. I went to 4guysfromrolla
and asp101, but they only .NET calendars as far as I could see.
I'm specifically looking for something that's free and has a page for
editing or adding events.
I'm listing events held on an Access database displaying the forthcoming events using a For Next loop (is there any easier way?).
Some of the events are considered important and to be listed if they have a value of "y" against them in a field called "important".
How would I list say the forthcoming 4 events plus ALL of those where important = "y"?
I build a ATL object that is used in an ASP page.
Can I insert events inside this ATL object?
ATL is builded in C++
I have a list box that has a list of names, and i want when the user selects the name to bring some information from the database and put it below the drop down box. I think i need to use an onchase event but how do i get the page to refresh to show the new data, suggestions or examples woudl be great.
View Replies View RelatedI am downloading a stream which contains XML in my ASP page. I want to have MSXML XMLDocument load this in async mode, and call events as it would in VB. I am new to ASP, is there a way of hooking into the events using ASP? Code:
View Replies View Relatedbeeing from swedeni´ve the text in swedish. But I hope u understand.
I´ve a calendar
http://www45.brinkster.com/ovaasp/cal.asp
Now I want to list events, so each event gets to the correct date (i.e in the correct
table-cel)
I´ve managed to list in the wat I want
http://www45.brinkster.com/ovaasp/list.asp
But when I trying to put the events in the calendar, I can´t get the repeating events
correct . U can see for yourselfs http://www45.brinkster.com/ovaasp/error_jun.asp
if you check next month + button "forward"
Eken Cup, i Solna should be writen to 3 - 7th jun
The project i am working on just now requires me to provide users with a link to download articles stored on the sites FTP server.This is not a problem to do, however, i also need to keep a record of who downloads what and when. I therefore have a downloads tablein my DB for storingthis info. The problem is, when the user clicks on the download link i need the document to be downloaded, AND a query to be executed to record the info into the DB table. I effectivley need the link to action these 2 eventssimultaneously!! Not sure if this is possible.
View Replies View RelatedHow to disable DHTML events in HTML/JavaScript. I am using one DIV tag. THis is displaying one menu. I wanted to diable the menu for some time.
View Replies View RelatedI recently had to build an FTP server for all of our clients to send us files. I am now asked to do something I have never done, I need to be able to alert via email any other useable method everytime new files are ftp'd into client folders on the ftp server. Can this be done?
View Replies View RelatedI have added a calendar into my site, I have a new table in my access database called: Cal
I want to ADD AN EVENT
The records I have in that table are:
eventID
eventTitle
eventDesc
eventDate
so I designed my ADD NEW EVENT form
my problem is:
what do I put in the form for eventDate (3 select form fields? Day/Month/Year?) it doesn't work??!
does anyone know how to create an events calendar with a database?? or has a tutorial for this??
View Replies View RelatedTrying to implement a list of online users in my application. I have SQL Server database, table Users with a column called Status, that is set to 1 if the user is online or to 0 if the user is offline.
I wrote a VBScript sub for database update, but the problem is when I try to execute it on page onLoad event or onUnload event, the onUnload event overwrites the onLoad one right away. I suspect it has something to do with server-side vs. client-side scripting.
This is the BODY tag: Code:
I have some checkboxes that are generated from the results of a database search. The ASP for creating the checkboxes is as follows...
<td><input type = "checkbox" name = "chk<%= rstSearch("Product_Group") %>+<%= rstSearch("Depth_Flag") %>" > Select </td>
As you can see, it's part of a table making up a form. At the moment, the users are going through the form, clicking the boxes and saving to the database at the end with the 'Submit' command button.
Is it possible to save the changes as the checkboxes are clicked? I suppose I'd need to write some dynamic ASP event handling, 1 event for each of the checkboxes that are created by the above?? Code:
I have a usercontrol which contains ajax toolkit controls which I am using in a SharePoint siite. When the user clicks one of the buttons on the page it fires a series of events server side (creates a new project in project server, creates an new SharePoint site ... ) each of which take quite some time. I would like to display the successful completion of each event in the control to so the user can see what progress has been made.
I am struggling to understand how I can engineer the page to perform each task in turn, post the page back after each task has occurred (to update the UI that the task has been done) then fire the next server side event. It's easy to update a control with the status changes but the updated control is only displayed to the user when all of the server side events have completed.
I'd like to trap ADO Recordset object events in my ASP script (either VBS or JS, no preference). I've tried (in VBS) writing a Sub rs_RecordChangeComplete( adReason, cRecords, pError, adStatus, pRecordset ) - rs being a server-side ADODB.Recordset object - but it doesn't get called whenever rs is moved (I browse it in a loop). Is there a way to catch those events from ASP?
View Replies View RelatedCan any one give an example for handling a tree view
web control event, inside an asp.net application?
I am able to build a tree view using this control on an asp.net web form (on
page load) but can not handle its events later on
html tag includes the reference to the event handler and looks like this:
<iewc:treeview1 id="treeview1" runat="server" Expand = "treeview1_expand">
then the aspx.vb file includes the treeview1_expand() code:
Public Sub TreeView1_Expand(ByVal sender As Object, ByVal e As
Microsoft.Web.UI.WebControls.TreeViewClickEventArg s) Handles
TreeView1.Expand
this file also includes a withevents declaration for treeview1.
I´ve problem with the following:
With a form a try entering recurrent events in a access db. I´ve an event = > tournament. This this takes place during 3 days (day 1, day 2 and day 3)My questions are:
- What would the > INSERT look like?
- witch code would give a printout like >[color=blue]
> day1 Tournamet
> day 2 tournament
> day 3 tournament
>[/color]
I've decided after several failed attempts this is too difficult to do
on my own. I know it's been done before and a tutorial or code must
by lying around somewhere.
I have a Weekly Calendar
It's in a table with 7 columns and 22 rows
Across the top I have Monday thru Sunday
Down the side I have half-hour time increments - 8:00am - 10:00pm
I would like to display my events on the table, corresponding to their
day and time. If it spans several hours I would like the event to
span several rows.
Basically look like an Outlook Calendar.
I've tried this myself with five dozen if/then statments and embedded
loops but it's a huge mess.
I'd like to find out how to simply do this in asp (not ready for .net yet), any
ideas?
I need to develop a web application in asp.net which can detect a USB device and capture its
events...
For example when a person access the web page and connects the device to his machine he shld be
able to detect the device and shld be able to read or write into it.
I wrote a java program using jusb and called that in an applet..though it worked it needed lot
of client side configurations.
My requirement is that there should not be any configurations in client side and things shld
work smoothly.
I know some one had done this in asp and javascript. but i don't know how its done.
Until now I've only seen VBScript to handle application and session events (e.g.
Application_OnStart, Session_OnStart). Is it possible to do this directly in
JavaScript or do I have to write VBScript proxies?
I entered a whole year's worth of events. I want to display a range of events which change according to the date, so only 2 weeks later and one week earlier are displayed on the main page.
How did other people deal with similar issues? I know I can set a range mathematically speaking (date + 14 AND date -7). But did other people encounter other issues? How did you solve them?
I can trigger these events successfully if table only has one row:
Sub InputField_OnChange()
......
End Sub
But, these events cannot be fired if table has more than one row, why?
I am trying to push the user to a particular page based on a click of a button.I cant seem to get the syntax correct. This is what I am using right now.
<INPUT TYPE="button" VALUE="Return to Entry Form" onClick=href="/LongDistance_Tracking/Longdistance.asp">
<FORM Action="<%=Request.ServerVariables("SCRIPT_NAME") %>" Method=POST>
<Input Type=Hidden name="CurrentPage" Value="<%=CPage%>" >
<% If CPage 1 Then %>
<Input type=Submit Name="Submit" Value="Previous">
<% End IF%>
<% If CPage <TotPage Then %>
<Input type=Submit Name="Submit" Value="Next">
<% End If %>
</FORM>
this function i want to call when i click an image. i mean i have previous and next image in the page. when i click previous image i want to call this function.
I'd like to know if it is possible to have a click facility in an email which once pressed forwards the contents of the email to a website
The user who uses this facility is then asked to enter the email address to forward the email. I want to implement such a facility so that I can capture the email address of the one to who the user fowards to
Pls look at this code, i want to call this function from an image
click event.
CPage=Cint(Request.Form("CurrentPage"))'get CPage value from form's
CurrentPage field
Select Case Request.Form("Submit")
Case "Previous"'if prev button pressed
CPage = Cint(CPage) - 1'decrease current page
Case "Next"'if next button pressed
CPage = Cint(CPage) + 1'increase page count
End Select
I have a web form with a button and a number of text fields with validators. When users on dial up connections use the form and click the button the progress bar in Internet Explorer will slowly works it way over and the page status will say done but nothing ever happens. If the user clicks the button a second time all is well. The page works fine on a high speed connection.
View Replies View RelatedCan I have this function?When a user click on a link, my ASP page generates a text file call test.txt containing a string of "This ia s test msg.", and then a download dialogue
appears.
I want to display an image but i want it to change when i click on a button i've tryed used something like this:
onclick="this.page.image.c.src="<%=x2%>">
(the x2 variable cames from a db) ...
what the code would be to stop someone from being able to get the right click menu so they can't view source, print or, save picture, etc etc.
View Replies View Related