I am trying to load a dropdown select on an HTML form with the user's current selection based on previous user input that they put into a database. I am trying to use JavaScript to have the user's choice selected when the page loads. Here is my javascript function:
(Assume the database connection code is already in place and functional)
<script language = "Javascript">
function chosen(dropdown){
combobox.option.selected = '<%=rs.fields("State")%>';
return true;
}
</script>
This works fine, the form details are collected by RegDetails.asp
I am attempting to include javascript server side validation for the pasword, which obviously requires password and password2 fields (to be verified). I have used the script available at:
I am trying to find more information on "Integrating XML and relational databases such as Oracle".I found articles that show the heavy process of entire mapping process like this one :-
http://www.rpbourret.com/xml/XMLAndDatabases.htm
I also found lighter articles like the one where it shows how easy it is to write XML from a database. After filling up the dataset, use its method to write to a XML document. I am confused - which one to use and Why? can someone could explain what does it mean and its benefits.
i need to edit Word-documents that are on a remote server and still be able to save them on the same remote server.Usually the computer downloads a copy of the Word file on the local harddisc, and after you have edited it, it will also be saved on your local computer.Is it possible to direct edit and save Word-documents on a remote server?
I have a problem of integrating an SDK with my ASP code. AS such i am working on a mortgage site in ASP and my client wants that the forms filled up online should be transferred to the software residing on client side now i have got the API regarding the software how would i be able to integrate it in my asp code.
I just started playing around with WebDAV. The basic configuration is done and works. For example I am able to open a document via HTTP from within Word and save it.
What I am really looking for is a way to integrate WebDAV into an ASP application. Initially I tought, that if WebDAV is enabled, a link such as http://server/app/test.doc would automatically open the document as a WebDAV document. However, this is not so. The document is opened in Word inside the browser (as without WebDAV), but it cannot be saved remotely.
So question is: can an ASP application make a document be opened as a WebDAV document?
I want 2 know whether a JAVA applet & asp can be integrated?
Ok, here's the example scenario:-
I make an applet in JAVA which is a login form. Now when I click the login button, I should be able 2 login given that I m using asp & ms-access at backend.
is it possible? I know it can be done with JSP and Servlet at backend but how about in asp?
I'm trying to integrate amfPHP on IIS 5 and searching ways to communicate with Microsoft SQL Server 7. I can't find any documentation documentation about this issue, so I'm wondering if there r some fokes with any experience and/or with any form of documentation..
1. Values inserted into the "Current" column via asp 2. User inserts values into the "Change" column boxes and clicks increase/decrease 3. This automatically changes the value in the "Current" column (this is where I presume jscript is required) 4. User clicks on Submit to send the form to be processed and entered into database etc.
I'm having a problem with JavaScript in ASP, where the ASP page crashes when I try to determine if data was posted from a FORM or through a QueryString. Where, if the data came through via a FORM, I want to use it 1st, but if not, to then try using it from the QueryString. Basically, the problem boils down to using "toString()" on Request.Form("NAME") and Request.QueryString("NAME") as such: Code:
Im running a select statement to a database and wish to display the relevant records into a table. For some reason, its not liking this - can someone see why, and or tell me an easier way to produce an 'automatically generating' table of results.
<body bgcolor="#FFFFFF" text="#000000"> <!-- #include file="dbConn.asp" --> <!-- #include file="adovbs.inc"--> <h1>Your search results returned the following popup messages:</h1> <% Dim msgtype, title, message, url msgtype=request.form("type") title=request.form("title") message=request.form("msg") url=request.form("URL")
Dim adoDB, adors, strSQL set adoDB = Server.CreateObject("ADODB.Connection") adoDB.Open strConnection set adoRS = Server.CreateObject("ADODB.RecordSet") strSQL="SELECT PID,P_TITLE,P_MSG,P_URL,P_TYPE FROM POPUP WHERE (" If msgtype <> "" then strSQL=strSQL & "P_TYPE='" & msgtype & "' " If title <> "" then strSQL=strSQL & "OR P_TITLE LIKE '%" & title & "%' " If message <> "" then strSQL=strSQL & "OR P_MSG LIKE '%" & message & "%' " If url <> "" then strSQL=strSQL & "OR P_URL LIKE '%" & url & "%' " End if strSQL=strSQL & ")"
I have an ASP application which gathers information to put in a database via some forms - I would like to do the form validation (making sure some fields are not empty) with a Javascript script inside the ASP file - what is the syntax for doing this? Usually I would place the javascript inside the <head> tags, but ASP files don't have those.
It's a simple validation page and was working fine until i made some changes to the next page.
A regular form that calls a javascript function, but suddenly i javascript function does not execute anymore. i tried calling other functions but none of them works, but when i treid onSubmit("javascript:alert('some text')") it works fine.
I tried debugging it in dreamweaver and i get an regular expression missing error number 1005 on the last line of the javascript.. that is ....
I skinned an LMS (Learning Management System) using CSS and Javascript. The forms were skinned with niceforms.js, the site works perfectly in FF, IE 7 and IE6 but in ASP the javascript doesn't replace the images with the skinned elements. All the javascript functions initialize but the images are not placed in. Code:
HOW TO Make CStr for JavaScript on ASP w/ Request.Form and QueryString
In ASP, Request.Form and Request.QueryString return objects that do not support "toString", or any JavaScript string operation on parameters not passed. Code:
I'm having a customer submit an order. When they submit it, it posts to a page that processes the order and inserts into our database, while displaying a summary of their order. I have a javascript function that will cause a "confirm" box to show up if an order seems like it might be a duplicate. However, I can't seem to get the code to "wait" for the response from that box, which I guess makes some sense. Am I stuck with having an interim page or doing something with posts or is there an easy way to get the record to not insert until the user responds to the confirm box?
Im sure it exists but i am having some difficulty finding it. I need come code to take out any SPACES in a textbox when text is entered OR submitted. Example
i have a text box where people can enter there car registration.
To keep consistency thoughout my site, i want L736 VAF to be entered into the database as L736VAF.
so that when it is recalled via a search form, L736VAF wont be returned as "no record found" because some one has put a space init!
update some long commOn first page I display all the records from database (working well). Then first column has href which opens a popup (i am passing rownum from database to popup). I was hoping to run ASP code on load of the page so the comments which is already there for that row in the databse automatically comes in a textarea. And then you can edit and hit update. And this will update the database. Also I was thinking of using session variables for the rownum. But bcos I have href which opens a popup, I am not sure how i can set the session variable. I dont want to pass the "comments" itself to the next page bcos it can be really long comment and QueryString has some limitations.
I am making a dynmanic form that goes to a question depended on the answer. Is there a way that I can make it remember what the person selected (radio button) in the question so that I don't have to write something like,
"<input type = 'radio' name='Question3' value='Yes' checked <% if Question3 = "Yes" then response.write "SELECTED" end if%>>Yes<BR>" + ????
i have an asp page which shows a list of articles which are pulled from the database. I have a variable as below which defines number of records to show on each page
<%
numRows = 5 %>
Now i also have a drop down list from which you can choose 'display 5 records per page', display 10 records per page' and so on.What i want is when a new value is chosen from the list, the page refreshes and the ASP variable numRows is set to this new value.
I'd like to put some SQL values in my Javascript which is defined in de Head section If I put it in there like <%objrs=("field")%>, the script does not seem to run ?
I have a page that opens a javascript modal window and passes a variable. I then have that variable in Javascript. Is there anyway for me to get the value of that variable in asp. I am passing an id and want to check what the id is and open my recordset accordingly.
Is there a way that I can refresh a combo box using javascript after I select data from a another combo box? I can't seem to find the answer to this question. I'm guessing after I select the item in the first combo I could requery the database and display the correct informtion based off of it. I just don't know where to start. I've searched all over the internet.
Will JavaScript function in ASP? or are there specific functions in ASP which replace JavaScript?
I'm running JavaScript to compress down a menu and want to use an #include statement to port the menu to multiple pages. If I have to sacrifice the JavaScript I'd need a way to compress the menu in ASP.
basically I call a javascript refresh function, but I need to pass a url to it too to indicate what this should refresh to. The problem is the function I call, then calls another function and I need to pass the url info down, as it is this second function that needs it.
It seems to work from passing it from the link to the first function, but I think it must loose it passing it from the first function to the second.. Code:
I have searched for some examples, but to no real avail, for a JS function that displays a user Yes/No dialog box.
Basically, i have an ASP application that displays a SQL table on an ASP page.
I have created a "Remove" hyperlink (in a loop) by each record and i need to use an OnClick event so when the user clicks this hyperlink it displays this Yes/No dialog.
At the moment the hyperlink simply removes the relevant record.
I need an OnClick event that displays a Yes/No box that when the user clicks Yes - it goes to remove.asp, and when No is clicked it does nothing.
User Clicks Remove next to record > Yes/No dialog> Yes = remove.asp No = End. Code:
I'm putting together a site to allow someone to add content to a DB through a text area form, and then display it on the web. Pretty basic.
The problem I'm having is that they need to add snippets of javascript, but by the time its displayed on the page, there have been extra linebreaks added, breaking the javascript code.
Replace(string, vbCrLf,"") won't work because that removes all linebreaks. Is there a way to preserve the original linebreaks as submitted to the DB in the first place