Sharepoint server not installed, can't find folders
I can't open my remote website. It used to open with no problem.
Depending on how I go about it, I either get a message that says "sharepoint
server doesn't seem to be installed on the server" or "can't find files and
folders", or if I open a page from the browser, it wants to save it to the
"My Webs" folder on my computer.
I tried Detect and Repair, but that didn't help.
I am using FP 2003. Is there any way to fix this?
Thanks, JA Tag: tkoa Tag: 72677
Hover buttons
I'm running Fp 2002 on Vista. I'm trying to come up with a decent Nav bar.
Can anyone tell me how to customize hover button properties so the initial
button isn't so plain..maybe a gradient or a pic? Tag: tkoa Tag: 72675
Installation
I am trying to reinstall Front Page 2003 on my new computer. It keeps
telling me it can not find XP. I do have the XP home on the new computer. Tag: tkoa Tag: 72672
IE6 and 7 problems with css pseudo-frames
Hi
I was very excited to discover recently a method of using css to emulate
frames in the sense that it keeps the header and footer static and visible
while you scroll down a page, but does so in a way that is both
bookmarks-friendly and search-engine-friendly (unlike real frames, which are
neither). This is something my users would very much like me to implement.
However, I have hit some snags with IE6 and 7 and would appreciate the help
of any css experts here with solving these problems.
The reason I'm posting here rather than in a specialist css newsgroup is
that I've found that the people in the latter tend not to be very keen to
help me work around IE-specific problems.
In essence, the method I found works as follows:
1) For all non-Microsoft browsers and for IE7 in strict mode, it uses a
scrollable content div that has a value for the top and bottom properties
equal to the height of the header and footer divs, respectively; and
overflow is set to auto for that div. The header and footer divs have
overflow set to hidden.
2) For IE5.x and for IE6 and 7 in quirks mode, it uses a scrollable content
div that has a value for the top and bottom borders equal to the height of
the header and footer divs, respectively. (Same overflow values as above).
The website that I first saw this technique being used on was using a
doctype that makes IE6 and 7 go into quirks mode. However, I use a doctype
that makes IE6 and 7 go into strict mode and I am very reluctant to change
that. The sharp-eyed amongst you will have already realised from 1) and 2)
above that as far as I can see, neither technique works for IE6 in strict
mode - more on that below.
I have created a mock-up of the technique working with a doctype that makes
IE6 and above go into quirks mode, at: http://tinyurl.com/3dl4vn .
To see what I mean about it being bookmarks-friendly, go to the page the
above url expands to, and then append #sec1 to the end of the url, and press
<Enter>. It goes straight to the bookmark, in all browsers.
It works in all browsers, although with a few minor problems that I have
thought of workarounds for:
1) It doesn't print properly, but I'll create a print media stylesheet so
that it does.
2) In Opera and Safari, and in all browsers that have javascript disabled,
you have to click on the scrollable area of the page in order to set the
focus to it before you can scroll with the keyboard (although scrolling with
the mouse works normally). In IE and Firefox, with javascript enabled, you
can scroll with the keyboard as soon as the page has loaded. I don't really
see this as a major problem, and for any users that do, I will in any case
be providing an alternative stylesheet that doesn't use pseudo-frames.
3) In IE7, if you zoom, the page becomes a complete mess, especially if you
press Ctrl+ more than once. More on that later. But my current workaround
for this problem is to provide an alternative stylesheet that doesn't use
pseudo-frames, for the sake of those IE7 users who need to be able to zoom.
I also use larger default font-sizes and line-height, and fewer characters
per line, than the average website does, which should hopefully greatly
reduce the number of people who feel the need to zoom in any case. (BTW, as
an aside, does anyone know IE's zoom bugs have been fixed in version 8 beta?
IE7's zoom is simply awful. My pages zoom beautifully in Opera, without any
problems at all!)
***
I have created a second mock-up of the technique working with a doctype that
makes IE6 and above go into strict mode, at: http://tinyurl.com/378ub4 . As
you can see it works perfectly (subject to the above qualifications) in all
browsers except IE6. In IE6 it's a complete mess, especially if you try
going to a bookmark (as before, append #sec1 to the end of the expanded url,
and press <Enter> to see what I mean).
Can anyone see any modifications I can make to my css in order to allow this
technique to work in IE6 when in strict mode?
I have found a workaround to this problem, but I don't like it. If one
precedes the doctype declaration with the string:
<?xml version="1.0" encoding="iso-8859-1"?>
... then IE6 works in quirks mode, whereas IE7 and above work in strict
mode. Using this technique I have managed to get it working in all
browsers - see my third mock-up, at http://tinyurl.com/35zrqg . But I'd much
rather have IE6 working in strict mode if possible.
***
So I really have two questions:
1) Can anyone think of any modifications to the css in my second mock-up
that would allow the technique to work in IE6 when in strict mode?
2) Can anyone think of any modifications to the css that would allow one to
zoom when in IE7 without the page turning into a complete mess? (When one
zooms using Ctrl+ in IE7, the footer jumps all over the place, and also, one
can't scroll to the bottom of the screen with either the scrollbar or the
keyboard - the only way to scroll to the bottom is with the mouse wheel!)
Dave Tag: tkoa Tag: 72666
Is this the right newsgroup for IE css questions?
Hi
I'm having problems getting with older (v5.5 and 6) versions of IE to render
correctly when using css - is this the right newsgroup to post this
questions about this to? If not, please could someone suggest a better one?
The people at the non-Microsoft css newsgroups don't seem to be interested
in trying to solve IE-specific problems, especially not for IE5.5, which
so0me of them are dismissive of the users of (but there are still quite a
lot of IE5.5 users, so it's a problem).
Dave Tag: tkoa Tag: 72647
How to get help?
I was wondering if someone can tell me how I can find help with some FP
issues other then forums. There is noone in my area because I've tried, so is
there people online that would speak to me on the phone and walk me through a
few tasks? I realize they would want to be paid, which is fine as along as
they know what their talking about and really help me.
I've built quite a few sites with FP, self taught and I know I've done some
things incorrectly and would like to fix them. I would also like to do a few
new things but have had a lot of trouble even with the help of forums and
online tutorials. Taking a class is not an option because there are none in
my area. Thank you. Tag: tkoa Tag: 72633
Loading asp pages from within an asp page
I am trying to have 1, of 2 license.asp pages loaded transparently. I want to
direct the user to a page(asp, html, aspx....) and have either license1.asp
or, license2.asp loaded automatically. I know very little about scripting. Do
I need to do this using VB, VBScript, or, can I simply do it using html?
Thanks! Tag: tkoa Tag: 72627
Tables size
Would someone please tell me what size to set the table on page:
www.mooreframes.com/vtwin.htm
I'm refering to the table in the middle with the pics.
It looks fine on my screen but to far to the left on a wide screen. I would
like it to stretch wider when someone views it on a wider screen. Thank you Tag: tkoa Tag: 72626
All Images you imagine!!!
Hi everyone.....Today is the big day of images..
All images you imagine....more than 10 category of images in alot of
fields...
http://easybigshare.com/images/itemed.aspx?cat=Car
you can see images,download and leave your nice comments...
if you have any problem or suggestion,please join us at..
http://easybigshare.com/images/Contact.aspx
we are waiting your visit and your comments...
Have anice time with our site....
Thanks,
site team..
http://easybigshare.com/images/itemed.aspx?cat=B.G Tag: tkoa Tag: 72625
Password protect one of our web pages
I don't have FrontPage anymore, but have SharePoint. One of our web pages
has a meeting registration form, only for members. However, it is not
password protected and has been the source for spamming as it is submitted to
an in-office e-mail address. We want to password protect the page to prevent
this.
What are the code and steps? Tag: tkoa Tag: 72623
Front Page 2003 Behaviors
Getting error message "Microsoft JScript runtime error: object expected" when
I preview page content of bulleted items. Is this due to settings on IE or
on the FrontPage program? I get this message when I try to add any behavior. Tag: tkoa Tag: 72622
Front Page 2003 - Corporate Wizard buttons
When using the corporate presence wizard, vertical and horizontal buttons are
created which have a red fill color. How do I change this fill color to say
blue? Tag: tkoa Tag: 72615
DRW Tweaks
There are tweaks available on the internet at
http://spiderwebwoman.com/thingumajig/tweaks.htm#scriptmods and I don't
actually understand. Can anyone explain exactly how to use them.
--
Earl Kelly, IT Systems Manager
Greene-Hazel & Associates
Jacksonville, FL
50 users, TAM 8.0, @vantage 5.3
XP Pro Workstations & W2K Servers Tag: tkoa Tag: 72614
My page saved in Word?
Somehow one of my index pages was saved in word and the only way I can edit
it now is in word and display html code? Can I convert it so I can open it in
Front Page?
Thanks,
Billd Tag: tkoa Tag: 72612
How to use stored procedure in Frontpage 2003 sp3
I had some frontpage webpages using Frontpage 2000 but after I upgraded to
2003 none of my stored procedures working with the page. I also upgraded to
SP3 but no help at all. can anyone tell what to do? Thanks in advance.
Jimmy Tag: tkoa Tag: 72603
Seearch engine optimization
Since my web site is using Shared Borders. Do you think that will hurt the
search engine optimization of my web sit? Tag: tkoa Tag: 72600
Frontpage 2002 themes
I have not used frontpage all that much other then to create one web site.
But I have noticed that my pages arebroken up into other pages.
I guess what I am saying is the top of my index page has a page that is
imbeded in it and so is the navigation bar and the info in the bottom of my
pages.
Does Frontpage us frames to do this? Tag: tkoa Tag: 72595
.FLA file inweb
I created a Flash actionscript with Adobe Flash CS3, and I realized I don't
know how to emebed it on my webpage. I'm using FP 2002 in Vista. Server
does not have FP extensions if that's important. Tag: tkoa Tag: 72593
Audio Stream
How do you setup to stream audio in Front Page 2003? I have a wav file that
is too large to download and then listen to. Tag: tkoa Tag: 72591
Update Multiple Records
is it possible to edit multiple records in a database table using one
form?
Here's the application? I have a site allows families to register
children for a summer camp. However I enter the payments manually
once the check is received. I would like to be able to call up all of
the children in the family in one form to add their payment
information to the data in their record. Currently I can only edit
one record at a time (?=UniqueChildID). I would like to edit multiple
records (?=UniqueFamilyID).
Any help or direction you have on how this can be done... if this can
be done, would be helpful.
Thanks Tag: tkoa Tag: 72590
Javascript Calendar help
Hello,
Not sure if someone is familiar but I am using the Tigra Calendar that puts
a javascript popup calendar in your form. Anyway, it works great until I try
to put a second caldendar in. Essentially I want one for the person to select
the from date and a second for the two date. No matter what I do, both popup
calendars only change the first field. Any ideas?
<tr>
<td width="35%">Date Requested From:</td>
<td width="65%"><span lang="en-us">
<input type="text" name="datefrom" size=10>
<a href="javascript:cal1.popup();">
<img src="cal/cal.gif" width="16" height="16" border="0" alt="Choose a
starting date."></td>
<script language="JavaScript">
var cal1 = new calendar2(document.forms['newhire'].elements['datefrom']);
cal1.year_scroll = true;
</script></span></td>
</tr>
<tr>
<td width="35%">Date Requested To:</td>
<td width="65%"><span lang="en-us">
<input type="text" name="dateto" size=10>
<a href="javascript:cal1.popup();">
<img src="cal/cal.gif" width="16" height="16" border="0" alt="Choose an
ending date."></td>
<script language="JavaScript">
var cal1 = new calendar3(document.forms['newhire'].elements['dateto']);
cal1.year_scroll = true;
</script></span></td>
</tr> Tag: tkoa Tag: 72585
Can't open web site-"no files in folder" message -but I see them
A long established FrontPage web site wont open. I'm getting a no files in
folder message, but I see the files in the OPEN box and in the folder from MY
COMPUTER. My remote web site is fine and still working for my users. Why
can't FrontPage find the folders? Tag: tkoa Tag: 72584
Transparent tables?
This may sound like a stupid one, but is it possible to make a table
transparent, instead of choosing a background colour or picture? I can do
this with a text box but not a standard table.. Tag: tkoa Tag: 72573
Creating a Site Map
I want to create a site map for my site. I have read the instructions in
Front Page but I am confused about creating/adding new categories to assign
pages to. How would I create new categories specific to my website? Would I
create categories according to the categories on my left hand scroll bar?
For example, I have an automotive category. Do I create a category called
"automotive" and then assign all the automotive pages to that category?
My website is www.theisabellcompany.com
Thanks for any help. Tag: tkoa Tag: 72572
creating a site map
I want to create a site map for my website. I have read the instructions but
I am confused about creating/adding pages to a category under the
"workgroups" tab. Can anyone clarify how to categorize pages specific to my
website?
My website is www.theisabellcompany.com.
Thanks. Tag: tkoa Tag: 72571
Frontpage template - discussions links
Website got scrambled. Need help
FP 2003, MSFP template I have the ability to allow others to post on a
discussions page.
This has been scrambled due to some problem.
Attempting repair without blowing away a complex site.
See http://www.russpittman.com/discuss.htm
TOC is not being generated from postings.
Structure seems to be damaged.
I would appreciate any suggestions. Tag: tkoa Tag: 72567
I moved and ended up loosing my index.htm page and the icon
I tried to move my index.htm homepage in the left colum, up a few steps to
localize all my pages (so I did'nt have to scroll down to the bottom) in
doing so (and I don't remember what I clicked but it must have been "ok") I
completely lost it. I have another file that I've named index.htm but it is
only a copy and won't publish, also it does not have the "home page" icon
(the little house) it just looks like all the other htm. page icons. I've
tried to rename it to index.html and it says I can't because "destination
already exists". I'm obviously self taught and have no idea what to do. My
server is hostgator and I use smart ftp. I have 2003 fp. and use windows
vista. I believe that when I was clicking and dragging my index.htm up the
left hand colum, I had set it on top of the photogallery. I've looked in all
of the photogallery(s) for the past 2 days and I cant find it anywhere. How
do I use the file that I have named index.htm as my homepage?
--
S. LeForce
Phoenix Store Fixtures & Auctions
Conyers, GA. 30012 Tag: tkoa Tag: 72562
Online form - not writing to mdb
I have an online form that should be writing a record to an Access database
and giving a confirmation page of the record written. I'm getting the
confirmation page but nothing is being written to my database.
Please help! I needed this up & running last week! Tag: tkoa Tag: 72556
how do i set up auto email that my web has been updated?
I want to be able to notify members of my web site by email that there has
been an update. I have seen other web sites that do this but don't know how
to do it. Can anyone help me? Tag: tkoa Tag: 72553
Data order on response form
A client has a form which is filled out and submitted by visitors and was
working pretty well.
A new anti-virus software install is now attaching a few lines to the bottom
of the received form from the web site stating ie "No Virus found in this
incoming message." plus additional data about the virus protection program,
date, time,etc.
The last data entry field on the form was a comments firld.
I tried to add an additional field on the end called 'EOF' pre-loaded with
"eofeofeof" so my import program can ignore everything after the 'EOF'
field. The data in the EOF field is made invisible by masking the font
color.
The comments field keeps showing up last no matter how I arrange things.
How do I specify the absolute order that these fields are sent?
Thanks,
Doug Sanders Tag: tkoa Tag: 72552
Frontpage upload view on IE 7.0
I've uploaded a site www.poeticjusticecards.com, All is well with the
exception of 5 pages.
All pages can be viewed with Firefox. All of the pages except the 5 can be
viewed with IE 7.0. The 5 pages are Just Because 1,2,3 & Low lives 1&2.
Thanks
M16 Tag: tkoa Tag: 72548
Rotating info using FrontPage 2000
We want to have an area on certain pages where we will rotate different
information. I'm not sure how to go about this. Some of the information to
be rotated will be somewhat like a "business card" of different firms.
Other information that would go in the same area would be like an ad,
referring users to articles on our site.
The information on the firms is not currently stored in a database. I am
thinking I could perhaps have some type of file (image file?) for each firm,
and for each of the "ads" for our articles, that would be rotated through
the space on the page. I know the FP ad rotator doesn't do the trick,
because it can only hold one hyperlink. Each of the rotating items would
need its own hyperlink.
Our website is on a Linux platform.
I'm wondering if we would be best to use some kind of ad software for this,
or if we should set up a database (mySQL, with PHP - would require some
learning on my part!), or if there is some easy way to do it just using FP.
Can anyone advise? Thanks very much! Tag: tkoa Tag: 72544
Is Front Page still available?
Someone told me that MS had dropped the product. Is that true? I can't
find anything later than 2003 at
the MS Web site. Is there a replacement product?
TIA
Ed Tag: tkoa Tag: 72540
Online Forms handler
I have a form that is emailing me information from the form as well as
writing it to a file on the server.
Can I have that form handler email that info to 2 different email addresses??
I tried putting a ; inbetween the 2 email addresses but it did not like that.
Can this be done??
Bob Tag: tkoa Tag: 72537
Frontpage Master Site opening vs. Subsite
Hi,
Have a strange situation. We have 4 developers that are all working on
parts of a web site (say... www.mydomain.com). If I open a site under
that site that is in another folder (say we have a department folder
under that site) that sites subfolder opens in mine ok. So if I open
the site under the department folder called IT, then my path is
\\www.mydomain.com\department\IT. Thats what show up in my Website
local web site path.
I get the IT site with all the navigation info fine & intact.
If another person opens the IT site after I'm out (not checking out any
of the pages), that person selects the IT site but opens up at the
\\www.mydomain.com main site instead of the IT site, even though they
opened it at the subsite level. Their Website local web site path shows
the main site (not the department\IT part). The folders on the left can
be navigated to the IT folder, but it doesn't maintain the other
information like it would if the site itself was opened.
I hope I'm making sense with this. Because that person can't get the IT
site level, their is no navigation information showing. The links for
the navigation don't show up, so when they publish the page for IT, it
loses that.
We have 2 people that it works correctly for and 2 that it doesn't.
We've upgrade all machines to the SP3 for Office 2003, so they match.
Any Ideas?
Thanks,
Rich. Tag: tkoa Tag: 72515
changing code
Is there some way that i can stop frontpage from changing the code that I
have changed?
What I am trying to do is run my website through a html validator. And when
I make the needed changes in the html code through frontpage and then save
the changes Frontpages alters the changes that I have made to what it wants
them to be.
And I am looking for a way to stop this from happening.
I guess is there is not other option I will have to start using notepad to
create my web pages.
Any sugestion ? Tag: tkoa Tag: 72508
Site Hit Counter, How to...
Anyone know what's the best (cheapest) way to put a site hit counter on a
webpage.
The website has not been published yet and may become a sub-domain to
another site local to our town.
I've done some google search for "free hit counter" and most (seem) to want
me to register with an email address and provide the URL. Leads me to
believe a hit counter wont work unless the site is published to the web.
Don't really know how hit counters work... can this done via a local script
or something?
Maybe some basic information and a few pointers would be most appreciated.
Thanks!
Richard in Va
+++++++++++ Tag: tkoa Tag: 72505
Photo Gallery
Is there any way to set up an FP photogallery so that instead of showing the
larger pic on click, it links to a page on the site? Tag: tkoa Tag: 72502
Web database
I want to build a website that does a few things. One, a database that pulls
reading passages at random. Two, the time to read must be counted then all
right and wrong answers stored. Three, I need the website to be accessed by
login. Any body?? Please suggest a discussion group maybe??
I educate and assess children have no money to do this but want to help kids.
Thank you for any help.
SJ Tag: tkoa Tag: 72501
Importing a document in to front-page.
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C87F73.9534EF20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Importing a document in to front-page.
First thing you open a page where you would like a document to be =
inserted. Or if you want to insert into a webpage make sure to have the =
cursor at the point of insertion.
In order to bring in a document from Microsoft word without copying from =
word, into front page.
In the Menu bar > Insert > File.
Then navigate to where you have your Microsoft word projects saved with =
the extension .doc select the document click open.=20
In the document will be inserted into front page.=20
Then you just need to adjust the document to your liking.=20
Will work on other extensions as well.
Well I found this feature hidden. I wished Microsoft would quit changing =
and screwing things up. Hopefully this will help others.
------=_NextPart_000_0007_01C87F73.9534EF20
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16608" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV>
<P><FONT face=3DArial><STRONG>Importing a document in to=20
front-page.</STRONG></FONT></P>
<P><FONT face=3DArial>First thing you open a page where you would like a =
document=20
to be inserted. Or if you want to insert into a webpage make sure to =
have the=20
cursor at the point of insertion.</FONT></P>
<P><FONT face=3DArial>In order to bring in a document from Microsoft =
word without=20
copying from word, into front page.</FONT></P>
<P><FONT face=3DArial><STRONG>In the Menu bar > Insert=20
> File.</STRONG></FONT></P>
<P><FONT face=3DArial></FONT></P>
<P><FONT face=3DArial>Then navigate to where you have your Microsoft =
word projects=20
saved with the extension .doc select the document click open. <BR>In the =
document will be inserted into front page. <BR>Then you just need to =
adjust the=20
document to your liking. <BR>Will work on other extensions as =
well.</FONT></P>
<P><FONT face=3DArial>Well I found this feature hidden. I wished =
Microsoft would=20
quit changing and screwing things up. Hopefully this will help=20
others.</FONT></P></DIV></BODY></HTML>
------=_NextPart_000_0007_01C87F73.9534EF20-- Tag: tkoa Tag: 72496
code disappears in design mode
I've rebuilt pages on my site about 6 times now because after I get them
right (and confirm in Explorer) I close them and open another page to work
on. When I go back to the page it nests a second set of navigation inside my
main body, but when you go into design mode even the text has
disappeared...even though it shows up in Explorer. If I click ANYWHERE in
design mode...all the text and work vanishes and I have to start over.
Any ideas??? I'm not too happy with Frontpage right now and I've been using
for a long time.
Thanks.
-Tyler Tag: tkoa Tag: 72488
Images keep dissapearing
I am on FrontPage 2003 and after several attempts of trying to save images
they show as being saved when I access the URL but after a few hours they
dissapear. Tag: tkoa Tag: 72486
File Upload Username/password Prompt
I have created a photo upload page using the FP upload component. If the
photo is larger than 1 mb I am prompted for a username/password. Is there any
way to circumvent this? Would a password protected subweb resolve this ... or
would I just get 2 prompts? Tag: tkoa Tag: 72471