Frontpage - Adding Pull Down Menus & Page Print Button
In Frontpage 2000, I wish to add to the web page pulldown
menus so that users can quickly jump to specific pages of
the site. (can these menus be used to open a file from a
specific location as well?)
Also how can you add a button that will open the print
command?
Thank You. Tag: Recent files Tag: 24620
jpg as background picture
Using FP2002, is there any way to use a jpg as a
background picture (format, background, click background
picture, etc) and NOT have it tile? I just want one
image to show up. Tag: Recent files Tag: 24615
Pop up help
Does anyone know how to create a pop up for a website that
is designed using Frontpage? Thanks.
Jasonholmers@aol.com Tag: Recent files Tag: 24614
Changing Banner Color in Particular Theme
I'm trying to change the basic banner color from red to
blue in the "profile" theme. I've done the color wheel
and preset colors. They impact every color but the main
red stripe across the banner. I'm a rookie at this stuff
and would appreciate any assistance offered. Tag: Recent files Tag: 24613
AddNew problem
Hello,
I am receiving the following error ->
Object doesn't support this property or method: 'Open'
from the following code. I have tried setting various
parameters and have gotten nowhere. The database is a
SQL Server 7 db. What am I doing wrong?? Code follows:
<%
Set oDC = Server.CreateObject( "ADODB.Connection" )
oDC.Open Application("Ads_ConnectionString")
oRS = Server.CreateObject( "ADODB.Recordset" )
oRS.open "CustomerInfo", oDC
oRS.AddNew
oRS ("CustomerID") = Request.QueryString("Email")
oRS ("FirstName") = Request.QueryString("FirstName")
oRS ("LastName") = Request.QueryString("LastName")
oRS ("Address1") = Request.QueryString("Address")
oRS ("State") = Request.QueryString("State")
oRS ("City") = Request.QueryString("City")
oRS ("Phone1") = Request.QueryString("Phone")
oRS ("Zip") = Request.QueryString("Zip")
oRS .update
oRS .Close
Set oRS = Nothing
oDC .Close
Set oDC = Nothing
%> Tag: Recent files Tag: 24606
Frontpage 2002 question
Hi everyone! This is my first time in the users group, so
I'm hoping someone can help me. I'm using Frontpage 2002
on my HP laptop and building my website. I want to
publish it to my web hoster but the publish web feature
is greyed out when I click on file. I'm at a stand still.
HELP!!!! Bob Tag: Recent files Tag: 24603
Message Board Capabilities
Is it possible to have a message board in a personal
homepage that I get as part of my Verizon DSL account Tag: Recent files Tag: 24601
DO I HAVE MICROSOFT FRONT PAGE ON DELL'S XP COMPUTER
I AM AT A LOSS TO FIND "FRONT PAGE" ON MY DELL COMPUTER
WHICH IS AN XP.....IS FRONT PAGE INSTALLED ON DELL'S XP
COMPUTER?
CAN YOU PLEASE ADVISE AS I AM TOTALLY LOST
THANK YOU,
PHYLLIS SNOOK Tag: Recent files Tag: 24596
different link colors
I know you can assign colors to links and visited links on
the whole site, but can you assign only certain visited
links to have different colors? Or can you just NOT have
visited links change color at all? I have some links in
white text and others in black text. I don't want the
white links to change color at all. Thanks! Tag: Recent files Tag: 24587
Hover buttons are missing
After installing an unknown security patch, the hover
button components are no longer visable...only the place
holders are there. Apparently this is a know bug
according to Microsoft Knowledge Base Article - 322240
I have implemented the fixes listed below but no success:
"SYMPTOMS
The DHTML cascading style sheet (CSS) background-image
property does not work with BUTTON elements in Microsoft
Windows XP when the Windows display is set to use Windows
XP style.
RESOLUTION
Use one of the following methods to resolve this problem:
Change the Windows style from XP to Classic:
Click Start, click Control Panel, and then double-click
Display.
In the Display Properties dialog box, click the
Appearance tab.
For Windows and buttons, click to select Windows Classic
style.
Internet Explorer 6.0 uses the new Windows XP themes to
render its controls. Add a meta tag to disable themes on
the page:<meta http-equiv="msthemecompatible"
content="no">
Use the background property instead of the background-
image property:<button style="background='url
(image.gif)';">show background image</button>"
I have seen it on three XP Pro boxes.
Anyone else encounter this? Any ideas would be greatly
appreciated. Tag: Recent files Tag: 24584
Maths in FP Form
I have created a form named 'FrontPage_Form1' I have three fields called
'Amount1' , 'Amount2' and 'Amount3'. What I want to do is have a field that
adds the three amounts as they are entered and show the value in a field
called 'Total'. This form saves to an Access database.
Is there a simple script that I can add to the page to do this and where
abouts do I add it in the html code. I have searched many of the FP support
sites but none have a simple script to accomplish this task
Thanks
Graham Tag: Recent files Tag: 24580
Navigation Problems at Home Page
I am a new Frontpage user. I created our web site and
published it to our server. Everything seemed to be
working properly, and I could navigate the web using the
link bars from the home page.
However, two days ago, I noticed a serious performance
degredation when loading my web site from the WWeb.
Yesterday, when I loaded the web site, the home page came
up with all photos and text, but the navigation bars were
missing, and the "Home Page" designator in the header was
missing.
I've tried to republish several times with no success. I
notice that when I do publish, the icon designating the
Index (home) file in source folder is different from the
icons for the rest of the web pages, and there is a
description next to that file which says "Conflict".
There is also a "?" mark in front of the file.
Do you have any ideas which might help me get my web site
working properly again?
Thanks!
Dave Tag: Recent files Tag: 24575
animating text
I set the font property of a word in a paragraph
to "blink", but it is not blinking on the website. What
am I missing? Tag: Recent files Tag: 24572
hiding file links
Is there a simple way of "hiding" the name of the file and
its path, when clicking on a link? Basically, what I was
curious about, is you know how if you drag your mouse over
a link, your browser displays the path and file name
associated with that link. Can FP hide that? Tag: Recent files Tag: 24549
submit form?
I have a form, two text boxes with a submit button. I want to be able to
send it to yahoo maps to return a driving direction map. They give the code
on the site, I am just not sure how to add it to the form. Can anyone help.
Thank you
http://help.yahoo.com/help/us/maps/maps-26.html Tag: Recent files Tag: 24548
Time zone issue
I have a FP guestbook setup that inserts the date and time when someone
makes an entry. The problem is that my hosting service is Pacific time and
I'm Eastern time zone, and the entries appear as Pacific. The hosting
service's solution to this was to write script to correct this. Is this the
best way to solve this, and if so, can anyone provide me with information on
how to do this?
Thanks
Brian Tag: Recent files Tag: 24538
Format Numbers
Hello All,
I am pulling some numbers from an Access database and assigning them to
variables. Then I am using the numbers within the page. Everything is fine
except I want to control the formating. For example I want 230 to show as
230.00 and 34.2 to show as 34.20.
Any help would be appreciated.
Thanks,
John Tag: Recent files Tag: 24534
New to FrontPage. Recommended books?
I'm using FrontPage for the first time. Am Looking for one or two reference
books that will provide a good overview of FrontPage AND explore/explain
some of the more interesting capabilities of the tool. Would be grateful
for book recommendations and/or URLs where there is information available.
TIA Tag: Recent files Tag: 24532
échanger msoffice/autre->frontpage FR
================================================
Je suis Belge (néérlandophone) en je possède des
applications populaires divers en englais (office-XP pro sans frontpage,
VB5/6, win98se, win95,trifofax, norton-util4, lifetec-scan,
hp-printerdrivers, photo-express, ms-dos...etc) et
win-office2000 EN FRANCAIS avec frontpage2000 inclu.
Je voudrais échanger pas poste une de ces programmes contre
FRONTPAGE 2000...2003 EN ENGLAIS.
Frontpage se trouve dans Ms-office premium ou en logiciel apart.
L' échange peut se effectuer par la poste.
Je réponds a tous les propositions raisonables.
Paul , 23-09-2003
================================================ Tag: Recent files Tag: 24530
Pop-up Alerts in Acrobat?
Hello. I didn't know where to put this question where you
folks would see it. I have a link that opens up a PDF
file. From that file, I created links to other web pages.
There are two links I want to just pop up a message, like
an alert using javascript on a web page. Is this possible
in Acrobat?
Thanks,
Mark Tag: Recent files Tag: 24529
Posting to SQL Server
I'm prototyping a website and want to use FrontPage 2002 and MS SQL Server
as db.
Running MS XP Professional and have IIS working and service started.
I've created a simple DB on SQL Server and using form wizard in fp2002
have built a very simple form, made the "connection" from the page to
the database table, and then published web to my local IIS server.
When I open the form (ASP) and enter data into the fields and submit the
form, I
receive a confirmation message indicating "success", but when I run a
query against the table that I was to populate, there are no rows.
Kinda lost.
Any way to debug the form and html?
Any help / suggestions would be appreciated....
-jP Tag: Recent files Tag: 24526
EZ way to Alphabetizing a List
With FP2K, I have a list of Employers hiring located in a table...
Is there an ez way to keep that list in alphabetical order
If not in a tbl, any suggestion how I can do it
Thank you Tag: Recent files Tag: 24525
Front Page Bookmarks
My same page bookmarks in Front Page all lead to white
pages after uploading despite working ok on the Front Page
software. They have been working ok for years. New pages
created do the same. Hyperlinks to other pages work ok.
Web page
www.flatworldonline.co.uk
URL
http://hometown.aol.com/grstring/myhomepage/flatworldonline
1.htm Tag: Recent files Tag: 24506
program freezes when trying to start new web
I have installed frontpage 2002 and seem to be having
difficulties starting a new web, either blank or website
template. Everytime I select File, new, new web (new web
template) the program freezes and then shuts down. I have
uninstalled and reinstalled without luck. I have also
searched the knowledge base.
Any help would be great!
Bill Tag: Recent files Tag: 24504
Recordset Paging - Show 10 results per pg
Someone out there has got to know how to do this! I have
been banging my head into a wall for a week now - please
help! :-/
I am a real Microsoft JUNKIE because I'm using FrontPage 98
(SQL Statements) to query an Access database.
**How can I get the results.asp page to only show 10
records at a time? Of course, I will need the Previous and
Next links too.**
Here's my coding...
SELECT Products.ImageSmall, Products.Category,
Products.ProductType, Products.ProductName, Products.Stock,
Products.AgeGroup, Products.SystemRequirements,
Products.RetailPrice, Products.Manufacturer, Products.Link,
Left([Products.Description],225) AS shortdesc
FROM Products
WHERE Products.Category LIKE '%H%'
ORDER BY Products.ProductType DESC , Products.ProductName;
Here's the website page that I'm working on...
http://www.ChildrensSoftwareOnline.com/new/homeschool.asp
THANK YOU!!!! Tag: Recent files Tag: 24502
side panel
I have a page with a side panel that will not move to
where I want it. I tried tables, cells, picture properties
and I still have a space at the top of the side panel. Any
ideas. Tag: Recent files Tag: 24501
Password Protecting an existing web sub page
Has anyone done (or know how) to password protect an
existing web sub page. My main "index" page has
a "members only" spot on it which needs password protected
upon entering that "members only" page. I am using Front
Page and cannot get this password protection to work. Any
help would be greatly appreciated. Thanks! Tag: Recent files Tag: 24500
Frontpage and PHP
Hi,
I am writing php script using Frontpage 2002. For some
reasons, I have to use html file as a template and with
php variable. (e.g. <a href=%URL%>%URL%</a>)
However, FP always format my code as <a HREF="%25url%25">%
url%</a>. Is there anyway to disable the "formatting"
feature?
Thanks. Tag: Recent files Tag: 24499
page length
does anyone know how to correct the following problem?
When I insert a text box and add quite a bit of content,
and then preview it-- the bottom part of the text box is
chopped off at the bottom of the scree and I cannot
scroll down (the scroll bar shows I am at the end of the
field). Help? Tag: Recent files Tag: 24497
from a parameter to a hidden field
I have a FP2002 / Access2002 web app and in it I pass the eventID from a
list of events through a hyperlink to a registration form on which I display
details of the selected event and then a form in which users enter name and
email and click submit to register.
The problem I have is that the registration table has eventID, name and
email fields and I need all 3, but I cannot seem to get the eventID to work.
I tried adding a hidden field to the form and entering name=eventID
value=eventID and then "mapped" the field in form options, but am still not
having luck
Thanks in advance!
Tim Tag: Recent files Tag: 24496
cd key
I had Frontpage 2000 in my computer but it crashed. I had
to do a quick recover. I started loading in Frontpage but
I've misplaced the case with the key number on it. What
can I do to get my program back up and running? Tag: Recent files Tag: 24491
tutorial ?
i was wondering if anyone knew of a FrontPage 2002
tutorial anywhere on line? if so please email me and help
me out.
~Matt Tag: Recent files Tag: 24489
Upload problem
I am using FP 2002 and when I added a new page to my web
site the phrase "FrontPage saver results components"
appears in the upper left hand corner of the page in bold
12pt type. Using FP to edit, it does'nt show up. Any
suggestions on how to remove it?
Site is www.icemachinesinc.com "rent Scotsman icemachines"
page. Tag: Recent files Tag: 24487
discussion web aricles
I'd like to change the font and size of the font for the
articles that are posted to a discussion web. When I
click on an article on the conents page it is incnsistent
with the rest of the page. Is it possible to to make
changes somewhere so I can control how articles appear?
Thanks. Tag: Recent files Tag: 24485
Form With Too Many Fields
I have several FrontPage 2000 forms that send data to an
Access database. Some of the forms have over 200 fields.
I am able to create a database with the largest form.
However when I try to Update the database with other
forms of the same size I get a Too Many Fields error
message.
Any suggestion is welcome Tag: Recent files Tag: 24471
Remove from Micosoft email list
How do I remove myself from microsoft's auto spamming
after posting on this newsgroup. I put my email address
in the available space, and now I recieve 10 - 15 emails a
day with MS updates and other unknown emails. Any help
would be appriciated. Tag: Recent files Tag: 24465
Field Validation Does not Work
I am running Front Page 2002. The field validation
webbots that I setup in my forms do not work. In fact,
when I look at the source code through my browser, I see
that there is no Java code generated at all. It seems to
be the same for any client that I check at my location.
I have checked all the settings that I am aware of, and
the clients seem good to go for Java. I also tested a
simple form put together with my personal version of FP on
the same clients, and the form validation works fine.
Not sure where to go from here. Any ideas?
Thanks. Tag: Recent files Tag: 24464
Secuity issue
Hi.
First of all trying to access free Microsoft help, my
Front Page ID was regected though it was correct???? Came
from MS_mvp store.
When trying to open the thumbnails from
http://unclegus.150m.com/TestInsertAASlideshow.htm other
people can open them, but since Sunday I get this error
Error:com.ms.security.SecurityExceptionEx[Unknown]:
cannot acces"Any of 2 websites":80.
Though they will work from inside Front Page
Any help will be appreciated
Gus Tag: Recent files Tag: 24461
ASP database
Hi,
Please someone help! I am having difficulty setting up
an .asp database. Everything seems fine, except after i
uploaded the page, the search form has part of the code
displayed.
Please take a look at http://www.aaw-fc.co.uk/test.asp
Any help would be much appreciated.
Thanks,
...Greg Tag: Recent files Tag: 24459