Ok, let me see if I can make sense out of this. I have a NAL application for a web site. When double clicked, IT explorer is launched with the URL http://epod/outageboard.aspx and a box pops up saying enter network user name and password and domain for site epod. This is hosted at a client...
Yes, it is a NAL application which start internet explorer and goes to a web site. As soon as the site is contacted, it asks for Network password to authenticate to the server. I have 300 users who will be using same user name and password, i want to auto fill this info so that the users dont...
Hi,
I have created a Novell icon for a website using NWADMIN. However as soon as you click the icon, it connects to the page and asks for user name and pasword and domain as it is a secure site. This site is at a client location and has no ties with Novell. Is there some registry changes that I...
Hello all,
Hoping to get some advice/assisatance from all of you. I currently have IIS running on Win 2k pro. My understaing that it only allows 10 connections. I have several asp pages that i am running using this. I have about 300 employess connected to the local intranet who access this pages...
I really dont know much programming, have been able to do basic stuff using FP, such as making forms to gather data, use form results to show on web pages, make changes to database etc.
Hello all,
Could I please pick your brain for a little bit. I am creating an asp page using FP. I have a field when one of the option is send information by: 3 choices (By email, By fax and By Mail). I want them to be able to click on one of the radio button and depending on which option they...
Sorry for this part..
I have used the below in the <head> section of the page..
<script>
function framePrint(whichFrame){
parent[whichFrame].focus();
parent[whichFrame].print();
}
</script>
and the rest in the <body> section.
Hello all,
I would like to pick your brain for a sec if I could please.
I have a javascript that by clicking on a button on the left frame, it will print the right frame. Now my question is, could there be a script that would do something similar to email a particular frame.
Here is the print...
I know how to show the inputed data in an asp page. I dont know how to pull data inside a form from a database that can be save into a different database, if that make sense.
I am open to any suggestion and guidence
Thanks
Hello all,
Need your help. I am creating a form page using FP where some one could type in employee ID, and name and some other info and save. I can get this done by saving the page in .asp and info will be saved to a db. What I want to do is that when they type in the employee id in the ID box...
Ok, here is what I have.
Codes for the entry page:
<%
' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit.
On Error Resume Next
strErrorUrl = ""
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
If Request.Form("VTI-GROUP") = "0" Then
Err.Clear
Set fp_conn...
Thanks for your reply. If I understand this right, we will still have to update one record at time in step 3, right? I need to be able to update lets say 15 or 20 records at a time. Say we will have a update.asp page which will show 15/20 records at a time from the submitted records, and once...
Hi all, hoping you could help me with this. I have created several pages using MS FrontPage that has forms. Once the forms are submitted, they are saved to a database. On the entry page I have 6 text boxes of which only 5 are visible. So people accessing the entry.asp page can only fill those 5...
Thanks for your reply. Unfortunately I only have asp. Can this be done with asp, if so what kind of coding would i be using.
Currently I have the the page saved as html with the follwing codes.Any suggestion would be appreciated.
Thanks
<html>
<head>
<script type="text/javascript">
function...
Hello,
I am trying to see if there are any scripts/vb codes that i can use that will send a page as the body of email. I would also like to be able to prepopulate the mail to address with several email addresses and prepoulate the subject line. Currently I am able to go to file, send, send page...
Thanks for promt repsponse. Since I am very new to this, here is where i am getting lost.
StrReadAll = "SELECT * FROM [call log off]"
I have the DB saved in the fpdb folder. Do I change [call log off] to [\fpdb\call log off.md2]?
I made a page using the code you provied, saved as asp page ...
Hi all,
Need to pick your brains please. I have a MS Access(Office XP) database that has 6 columns in table called "call off log". I want to be able to show those data in a webpage on the local intranet. I am using IIS of Windows 2000 Pro. Can this be done using asp pages as IIS can handle asp...
Finally I got around to trying to get this to work. I have created a page using MS FP and have the forms save to a DB (Access). published it to the Data folder that IIS created. Now I just point to http://machinename/pagename.asp and all the data submitted from the forms get saved in each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.