FrontPage Subweb or Password Protect Page?
I have a website that is in FrontPage 2003. It is hosted by our ISP.
I want to create a "Employee Only" section where I can have employees
login and get HR documents.
I want it so they must login to have access to these documents. I
don't want them to be able to browse to that folder they are in and
get them without loggin in .
I have an access DB with the username and paswords.
What is the best way to accomplish this in FP 2003.
Thanks. Tag: Select all selectbox Tag: 71290
Database Editor & Linked Tables
Is it possible to create a Database Editor (with or without using the wizard)
for multiple MS Access or PostgreSQL tables that are linked with primary and
foreign keys?
Thank you,
--
DAU73 Tag: Select all selectbox Tag: 71289
Website Members only access
How or what would I do to make my site accessable to only members who have
went through a registraion process and have been approved by the webmaster or
and Admin? Tag: Select all selectbox Tag: 71286
Auto list folder contents
Is there a way to automatically list the folder contents in an access
database?
I have a photo upload form and want to allow the users to immediately
select the uploaded file to associate with a profile. Do you know if
an xml file can do this? If so can you help me find the coding to
make this happen?
thanks Tag: Select all selectbox Tag: 71282
A Must Read!!!
I have found an excellent resource on Object Oriented Programming.
http://technical-talk.com/SoftDev/OOP/OOPBASICS.asp Tag: Select all selectbox Tag: 71281
How can I do Html email (newsletter to members)
I would like to sent newsletter to the members. To do so I need to insert
html page into the email ( as I understand). Is it possible ? Could you just
show me the direction?
I do have Front Page and Office 2003, and Dreamweaver8 Tag: Select all selectbox Tag: 71280
=?Utf-8?Q?How_to_display_=C2=A3_sterling_charac?=
I'm using FrontPage to publish my website and the special character £ (pound
sterling) does not show on the site - it is replaced by lozenge. The
character shows OK on my local files. I've tried inserting the special
character and changing fonts but no luck. Tag: Select all selectbox Tag: 71273
Please Help
Please see this address at: http://www.idxpa.com/newnext.asp it is
eaxtly what I want and need but for the life of me and the programmer
it gets stuck on the 2nd page after clicking the bottom of the page to
advance to the next page. It works perfect in Netsacpe and Firefox as
well as Safari but will not work in IE7 Please I am in the middle of
a Real Estate auction and I am out of time to fix this I need an anser
assson as anybody can even fathom why the people who wrote front page
has a problem with the browser and data display my phone number is
407-765-7917 PLEASE HELP>>>>>>>>>>>>>>>>> Tag: Select all selectbox Tag: 71271
Import a PowerPoint Presentation into a FrontPage 2003 Web
Can someone please tell me where I am going wrong. I am following the
instruction on the web when I get to
1.. Start FrontPage, and then open the Web site where you want to import
the PowerPoint presentation.
2.. Open the Web page where you want to link your PowerPoint presentation.
3.. On the File menu, click Import.
4.. In the Import dialog box, click Add Folder.
When I click on Import I get "Import Web site wizard - Welcome"
and no "Add Folder Box"
Am am given 5 options whow I want to get the files, using the Browse button.
ie
Frontpage server extensions or sharepoint svc's
WebDav
FTP
File System
HTTP. Tag: Select all selectbox Tag: 71269
mailto: without CGI
Hi: I have a form text box and I want an e-mail to popup with the text box
user input in the body. How can I do this in html without CGI etc.?
e.g. Text box T1, users types in "My name" in the text box. User clicks on
"Prepare e-mail to send" and up comes the e-mail client with relevant info
populated.
thanks,
russ Tag: Select all selectbox Tag: 71267
write to csv
Hello
I am using frontpage 2002.
I have a form and I want the form info to go to a csv file. I know that I
can use the wizard or editor and save to csv, but I have my form post the
info to another page that says "you've completed ..." and the submitters info
is under that and a "print this certificate to keep for your records" button
is under that.
What I want to do is when the "you've complete" page comes up...I want the
user's info to go to a csv file.
I tried this code I found for test:
<%
dim fs, f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("c:\test.txt",true)
f.WriteLine("Hello World!")
f.Close
set f=nothing
set fs=nothing
%>
The file doesn't get created. I was thinking if this code worked, I will
just change the file from .txt to .csv and insert a string that has all the
data separated by commas. I guess it's not that easy.
Can anyone help me?
Thank you. Tag: Select all selectbox Tag: 71262
Help
Does anyone know how to create a site with forums and stuff kinda lik
this sit
-
HBK24
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
----------------------------------------------------------------------- Tag: Select all selectbox Tag: 71248
detailsview
How can I do calculations on the individual fields of a detailsview control?
I simply want to show a the current price of an item a user has purchased in
the past times the qty.
Thank You Tag: Select all selectbox Tag: 71247
insert clickable email address in CDO.Mailer sent email
I have a form on our website for contacting our reps. There is a drop down
for the Rep and fields for name, email, phone, message.
On Submit I send the results in a email to the Rep. I would like the
customers email address to be clickable. I can use mailto: but that displays
on the email as a hyperlink "mailto: someone@somewhere.com". I may be picky
but I would like it to be a clean hyperlink.
Here is my code:
<%
strMessage = "Dear " & Rep & vbcrlf&_
"Your customer " & CustName & " wants to talk to you about: " & Message &
"." & vbcrlf&_
"Their email is " & "mailto:" & Email & " and their phone number is " & phone
' Send original email - to the Rep
Set myMail = CreateObject("CDO.Message")
myMail.Subject = "Customer Request"
if len(Email) > 7 then ' Minimal address checking
myMail.From = Email
else
myMail.From = "Inquiry@wirelessmgt.com" ' If no address entered
end if
myMail.To = RepEmail
myMail.bcc = "dave@wirelessmgt.com"
myMail.TextBody = strMessage & ""
myMail.Send
set myMail = nothing
%>
Thanks!
--
Dave Lagergren
Manager - Data Applications
Wireless Management, Inc
Specializing in cellular wireless applications Tag: Select all selectbox Tag: 71241
Template file (personal.tem)
Can some one explain the .map file. what it is for and how it works. excample
would be the personal webpage template (PERSONAL.MAP).
I under stand the htm is the page and the name of the page, but what is 1000?
1,aboutme.htm,About Me,1000
2,interest.htm,Interests,1000
3,favorite.htm,Favorites,1000
4,photo.htm,Photo Gallery,1000
5,feedback.htm,Feedback,1000
Then the PERSONAL.INF is there a command or something I can use to unzip a
file from with in this .inf file after it creats the site. then delete the
zip file from site created. Tag: Select all selectbox Tag: 71239
Learn How to Create a Professional Site in Minutes?
http://selfpatience.com/rubix
Hey guys check out this new tool that just came out, claims you can
make professional websites in 5 minutes? Yeah right... but http://weebly.com
is pretty damn good... Tag: Select all selectbox Tag: 71237
Creating New Form
I'm having problem creating a new form in Frontpage2003. I have created them
in the past without any problem, but not recently.
When trying to submit the form, I get an error saying "Internet Explorer
cannot display the webpage domain.com/_vti_bin/shtml.exe/form.htm
Can anyone explain what the problem is. Is problem related to Frontpage
Server Extensions? I am able to insert "hit counters" so it would appear
that my host does have them installed.
I appreciate any help you can give me. Tag: Select all selectbox Tag: 71232
Adobe photoshop gallery in Front Page
I would like to put an adobe photoshop gallery in to Front Page. I'm
building a new website and it's mostly photography. I use photoshop CS2 as
my editor. Tag: Select all selectbox Tag: 71230
Theme title boxes not filled in in FP2003
This is my website:
www.miafacts.org
It's published in FP2003 and has been around for years. I first built it in
an earlier version of FP and afterwards upgraded to FP2003. I rarely
publish new material to the site.
As you see, it's published with a FP theme. At the top of the page is a
dark brown rectangular box -- I forget what it's called. The title of the
page is supposed to show up in this box provided the box is included in the
web's naviagtion structure.
Since I first published this site back in the late 1990's, the page titles
have shown up in the box. Now, they've disappeared.
FP extensions ARE installed on my server.
Anyone have any suggestions? Tag: Select all selectbox Tag: 71227
Form Drop Down Menu Filtering
I have a form that submits records to an Access Database. I would like for
users to be able to pick a value from a drop down menu on the form and upon
picking this value, another drop down menu would be filtered based on the
selection of the specific value in the first drop down menu. This is easy to
create on a MS Access form but how can I do it using a frontpage form that
will submit data to a database?
Thank you,
--
DAU73 Tag: Select all selectbox Tag: 71223
Images don't appear in Frontpage
All of the sudden my images stopped appearing in Frontpage. I can veiw
the files and images fine in a web browser but when I try to open them
in Frontpage no images appear. I alco can't access Online help through
Frontpage. Tag: Select all selectbox Tag: 71222
Database hyperlink
Hi,
I am wondering if anyone can help.
I have set up a database from and results page using access.
I can get the results back from the database. In the database i have set it
up so the link url is not shown it just display "click here"
When it comes up in the results page of FrontPage the url is shown instead
of click here,
Is there anyway to have it displayed as click here in stead of the url
All help would be greatly appreciated.
Paul
--
paul@www.omachx.com Tag: Select all selectbox Tag: 71221
Please help with If Then Else code
I cannot get these 'if then else response.write' codes to work can
someone please help
The database, I have two tables (relationship)
contactTBL (one) and membershipTBL (many)
contactTBL - primary key - contactID
membershipTBL - foreign key - contactID
All I want to do is set up a statement that returns a response.write
"no memberhsip on file" if contactID is not in the membershipTBL - ie
if the person has no membership, then their 'contactID' would not
appear in the membershipTBL, and I would like to tell them when they
login that 'You dont have any membership'
Here is some code that may help, the site is protected by the
contactID set as CID:
<%Your_Name = request.cookies("remain")%>
<%Date_In = request.cookies("still")%>
<%CID = request.cookies("CID")%>
<%If request.cookies("remain") = "" then response.redirect
("login.html")%>
<%Dim MyLogin
Set MyLogin = Server.CreateObject("ADODB.Connection")
ConnStr = "DRIVER={Microsoft Access Driver (*.mdb)}; "
ConnStr = ConnStr & "DBQ=" & Server.MapPath("..\fpdb\aata.mdb")
MyLogin.Open(ConnStr)
%>
</html>
<body>
<%dim oRS
Set oRS= MyLogin.execute("Select * From membership_TBL WHERE
contactID=" & CID & "")%>
<%If oRS.EOF = " " AND oRS.BOF = " " then response.write "You have no
membership"%>
--
The error is ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record
Note there is another connection above this in the code to another
table in the database, that code is:
<%Dim RS
Set RS = MyLogin.execute("SELECT * FROM contactTBL WHERE contactID=" &
CID & "")
%>
Welcome, <%=Your_Name%>
Thanks in Advance
Rob Tag: Select all selectbox Tag: 71216
Passing special characters through form
I have a simple form with a text field that my users copy and paste into.
Sometimes the text contains special Spanish characters. And sometimes these
characters are passed along with the form post and sometimes they are not.
When they are not passed along, those characters are just omitted from the
text string. What controls the passing along of special characters? Tag: Select all selectbox Tag: 71213
inserting hyperlink fp2000
I now have a problem when hyperlinking with FP200 in Vista Home it gives me a
error and closes FP2000. It says:
problem signature:
Problem Event Name: APPCRASH
Application Name: FRONTPG.EXE
Application Version: 11.0.6552.0
Application Timestamp: 424b714f
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6000.16386
Fault Module Timestamp: 4549bdc9
Exception Code: c0000005
Exception Offset: 000671ee
OS Version: 6.0.6000.2.0.0.768.3
Locale ID: 1033
Additional information about the problem:
LCID: 1033
Brand: Office11Crash
skulcid: 1033
Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
about got any suggestions?????
thanks
mug Tag: Select all selectbox Tag: 71208
Can I develop a site for a Mac user using MS Frontpage 2003?
The client wants me to build him a site. He'll then want to update it as
needed (content only). How could he do that from his Macintosh, if I develop
the site using MS Frontpage 2003? If he were a Windows user, I'd send him
the Frontpage files when I completed the site and let him use Frontpage to
publish his changes to the webhost. I'm assuming that is not an option since
he has a Mac computer.
Any suggestions would be appreciated.
Thanks!
--
Kelly Tag: Select all selectbox Tag: 71204