Include Page difference in 2002 and 2003
Hi. I created a site in FP 2002. I created a small menu page called
leftmenu.htm. On every single other page I did a "Page Include" to that menu.
In FP 2002, if I changed anything in leftmenu.htm, then when I viewed the any
of the other pages in IE 6 they automatically showed the updates.
Now I've switched to FP 2003. If I make a change to leftmenu.htm I do not
see the other pages reflecting that change unless I open up every single page
and then save and close them.
Does anyone know how to resolve this? It kind of defeats the purpose of
doing the page include...
By the way, I have not published anything. This is just viewing the pages on
my local hard drive.
Thank you.
Matt Tag: widescreen monitors Tag: 71498
Slide Show on Web Page created with Front Page
FRONTPAGE â?? ADOBE FLASH
Help for setting up a slide show on Home Page of my Website.
I am operating a web site designed with FRONTPAGE. Now I would like to add a
slide show on the home page of that site. But, I frank speaking still do not
know how to do and therefore am searching for detailed advices in how to
create successfully such thing.
For my show there would have to be considered the following conditions:
1. No. of slides > unlimited.
2. Start of show automatically when home page opens.
3. Pictures shown should pop up to larger size when pointed by mouse and
return to original size when mouse pointer is moved off them.
4. As long as picture is pointed slide show should not continue to next slide.
5. As soon as pointer is taken off slide show should continue with next slide.
6. Together with picture should come up a programmable slogan, text
normally, programmed to the theme of picture.
7. If slogan is clicked related detail page of same or other web site should
come up.
8. When that page is closing after home page with slide show should come
back and slide show should continue.
9. Is ADOBEâ??s FLASH the right thing to work on and if yes, how?
--
HL Tag: widescreen monitors Tag: 71497
JAlbum Does anyone know why this is so?
Posted on microsoft.private.mvp.frontpage with no response
----- Original Message -----
From: "Trevor Lawrence" <Trevor L.@Canberra>
Newsgroups: microsoft.private.mvp.frontpage
Sent: Friday, October 26, 2007 5:24 PM
Subject: JAlbum Does anyone know why this is so?
> This is the code that JAlbum generates in an Album - example
> http://trevorl.mvps.org/ratec/AEC%20buses/album/index.html
>
> <script type="text/javascript">
> /* <![CDATA[ */
> function keypress(e) {
> if(!e) var e = window.event;
> if(e.keyCode) keyCode = e.keyCode;
> else if(e.which) keyCode = e.which;
> switch(keyCode) {
> case 8: window.location="../"; return false; break;
> case 63273: case 36: window.location="index.html"; return false; break;
> case 63275: case 35: window.location="index.html"; return false; break;
> case 13: window.location="slides/01 AEC Regal 1927
> interior.html?show_param=3"; break;
> }
> return true;
> }
> function keypresslistener() {
> if(document.all) document.onkeydown = keypress;
> else if(document.layers || document.getElementById) document.onkeypress =
> keypress;
> }
> up0 = new Image(31,31); up0.src = "res/up.gif";
> up1 = new Image(31,31); up1.src = "res/up1.gif";
> next0 = new Image(31,31);next0.src = "res/next.gif";
> next1 = new Image(31,31);next1.src = "res/next1.gif";
> prev0 = new Image(31,31);prev0.src = "res/prev.gif";
> prev1 = new Image(31,31);prev1.src = "res/prev1.gif";
> /* ]]> */
> </script>
> <link rel="stylesheet" type="text/css" href="res/styles.css" />
> <style type="text/css">
> body { background-image: url(res/bg.gif); background-repeat: repeat-x; }
> </style>
> </head>
>
> <body id="body" onload="keypresslistener();">
> <div style="width:99%; margin-left:auto; margin-right:auto;
> text-align:center;">
> <table style="height:54px;" align="center" cellspacing="0" cellpadding="0"
> border="0">
> <tr><td>
> <!-- Header of index pages -->
> <table style="width:722px;" cellspacing="0" cellpadding="0" border="0">
> <tr>
> <td style="width:31px;">
> <a href="../" target="_parent">
> <img style="border: none;" src="res/up.gif"
> onmouseover="this.src=up1.src" onmouseout="this.src=up0.src" width="31"
> height="31" title="Up one level" id="up" alt="" /></a></td>
>
> ETC
>
> When the button up1.src is clicked, it redirects to index.html on the next
> level up - as it should.
>
> But this same code DOES NOT work on my local disk copy. (By doesn't work,
> I
> mean nothing happens at all)
>
> Why is it so?
>
> Isn't the reference the same whether on the web or local, i.e to
> index.html
> on the next level up?
> That is,
> On the web http://trevorl.mvps.org/ratec/AEC%20buses/index.html
> On local disk: C:\Documents and Settings\Administrator\My Documents\My
> Webs\mvpweb\ratec\AEC Buses\index.html
> --
Trevor Lawrence
Canberra
Microsoft MVP - FrontPage
MVP Web Site http://trevorl.mvps.org Tag: widescreen monitors Tag: 71496
URL address has % and numbers in it why and how do I fix this?
This URL is supposed to look like this http://www.besamewhippets.com/Litter.htm
instead it comes up like this http://www.besamewhippets.com/1%20Litter.htm
Why and how do I fix this in Frontpage 2003? Thanks!
--
Smiles,
Chris Tag: widescreen monitors Tag: 71493
How do I get FP 2003 to display a PHP page?
It seems that FP 2003 will not even try to display the html portion of a PHP
page. Is there any way around this ? Tag: widescreen monitors Tag: 71487
INSERT syntax using DRW
I have two forms. The first one (Enroll.asp) collects data from an end user.
The second one (Enroll2.asp) inserts the entered data into a SQL database.
The syntax that I'm using with the DRW is:
INSERT INTO TblEnroll(AccountID) VALUES('::AccountNR::')
AccountNR is the form textbox name so I want to write the value of that
textbox into the field name AccountID in the database. However, when I try an
proceed to the next step of the DRW, I get the error message "Errors
contained in Custom Query". If I replace the '::AccountNR::' with a text
string ('test123' as example) then everything works fine so I think the
syntax for the variable is wrong. Help. Tag: widescreen monitors Tag: 71477
Assign value to database while using DBW
I am working on a FP databse. To save time I have used DBW to construct
everything and then I have modified the layout to look half way decent. :)
I have one problem. One of the values that needs to be saved to the
database is ont input by the user but is calculated by the system. How can I
set a varaible so that the DBW BOT will process it? Here is the code:
<td align="right"><font face="Arial"><b>Company Number: </b>
</font></td>
<td><font face="Arial">
<% ' This next text writes the variable iRecordCount to the screen and
then needs to assign the value of iRecordCount to the variable OrderNumber
used by DBW
response.write iRecordCount
OrderNumber=iRecordCount%>
</font></td>
<td align="right"><font face="Arial"><b>Rep: </b></font>
</td>
<td><font face="Arial"> <!--webbot bot="Validation"
s-display-name="OrderNumber" s-data-type="String" b-value-required="True"
i-maximum-length="50" -->
If I have to I will hand code everything but I prefer not to because of time
constraints.
--
Dave Lagergren
Manager - Data Applications
Wireless Management, Inc
Specializing in cellular wireless applications Tag: widescreen monitors Tag: 71475
Import data from Excel or Access to a textbox in a webpage
Learning as I go
Iâ??m making an illustrated parts list that will run on multiple laptops.
I would like to make a database with all the part numbers and then have the
proper part number appear in a textbox when a person clicks on a part that
they want to order.
From reading posts I know that if the site is on a server it needs to be
running IIS but since this is running on individual laptops can it be done.
I'm using frontpage2002
Hope this makes sense Tag: widescreen monitors Tag: 71474
Frontpage 2000 Can't Publish
When trying to publish a simple one page item on web for the first time,
Frontpage 2000 comes up with an error message after I enter my username &
password which is "This operation requires autor permission for 'my IP
address followed by' :80" Rang Microsoft who want $350 to look in to it, or
they suggested I upgrade to later version. Can anyone help me, my webhosting
company cant help either. Tag: widescreen monitors Tag: 71468
Need path to FP themes in Windows XP
I'm using FP 2000 and my old themes can't find where to go in Windows XP.
I've added theme files to every "Themes" folder I can find and am not having
any luck with FP 2000 finding the particular theme I want to use.
I did it a long time ago just not having any luck today. Thank you for the
help. Tag: widescreen monitors Tag: 71466
Cell value doesn't change
Hi,
I have a named range that is pulled by individual cell into a cell on a
separate worksheet.
Here is my formula:
=IF(ISBLANK(INDEX(CAMPoolTypes,10,1)),"",(INDEX(CAMPoolTypes,10,1)))
Even though the value is changed in CAMPoolTypes, 10, 1, my cell value on
the sheet does not change. It still containes the value it had 3 changes
ago. I have checked the Named Range and it does contain the correct value.
I have run these two statements trying to clear the problem:
Application.EnableEvents = True
Application.ScreenUpdating = True
I have also closed and reopened the workbook but the problem persists.
I don't know what else to check. This has me baffled. It is showing a
value that is not there.
I just tried opening the cell and hitting enter. The value changed to the
correct value. What would have caused this if it was not one of the above
statements? If I have a hole somewhere I need to fix it but I don't know
what statement I'm looking for.
--
Thanks for your help.
Karen53 Tag: widescreen monitors Tag: 71463
URL Address
How do I indicate a Bookmark in an URL address?
I would like to have a link on one of my web pages that would
take the person to a specific paragraph (bookmarked) on a different
web page.
I've tried:
http://www.fairfieldseniorsgroup.com/followup2.htm#Revelation_3:10
but it just takes me to the web page and not down to the paragraph I wanted
it to go.
The target line on the page one is indicated below:
<a target="_blank"
href="http://www.fairfieldseniorsgroup.com/followup2.htm#Revelation_3:10">
to get me to the paragraph I wanted them to get, on page two.
Thanks
Bill Tag: widescreen monitors Tag: 71460
loss of traffic overnight
Problem with loss of traffic overnight and this address keeps appearing in my
statistics 20th September 2007
westcountrylinks.co.uk/_vti_bin/_vti_aut/author.dll
I have not changed anything on the site.
can anyone help please, I have been running the site for 6 years and have
not had this problem before. Tag: widescreen monitors Tag: 71440
displaying htm
I have a document which is scanned in PDF format. It is saved as .htm.
I've imported
it into a folder which I named as "htm folder" in Frontpage. I put a
hyperlink field on the web page and have it looking in the folder "htm
folder". I publish the page and when I click on the hyperlink field, I
just get a little red 'x'. When I check the properties, it is correct.
Everything is looking in the right place. Now when I use a PDF
formatted file of the same document, it opens up like it should. Any
Ideas?
--
Izod. Tag: widescreen monitors Tag: 71430
Pictures in Frontpage 2003
I want to put some photos on web and protect them from being downloaded. How
can I do this Tag: widescreen monitors Tag: 71427
Re: Passing a FrontPage database result to a variable
While I'm able to pass a database result to an input field using the
following code, it seems I am unable to pass this same result to a variable.
<input type=hidden name="couponid"
value="<%=FP_FieldVal(fp_rs,"TrackingNumber")%>">
I would like:
VarCoupon= <--Same Value??
How do I do this? Tag: widescreen monitors Tag: 71421
installing a paypal buy now button
When I try to drop in the link text for a Paypal Buy Now Button in the
"Design" section all I can see when I shift to the "Preview" section is the
text itself and not the PayPal button.
Please tell me how to install PayPal Buy Now Buttons so that they display
properly with Frontpage 2003.
Thanks, in advance. Tag: widescreen monitors Tag: 71413
Hyperlink
I'm a newbee.
Would you please tell me step by step how to put a Hyperlink at the bottom
of the page that would take a person back to the top. Step by step, please. Tag: widescreen monitors Tag: 71410
In Microsoft Office FrontPage 2003 - How to insert picture from web link
Using Microsoft Office Frontpage 2003
I have a web link of a picture I want to insert into a webpage I am
creating.
Basically I want this, but I dont know how to do it in Frontpage
<img src=http://www....picture.jpg>
How do I do that?
--
--------------------------------- --- -- -
Posted with NewsLeecher v3.7 Final
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- - Tag: widescreen monitors Tag: 71407
Fatloss computer program
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com Tag: widescreen monitors Tag: 71402
HP Desktop for sale!
Hi,
I have an unused HP Pavilion with the fallowing specs:
# Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus)
# Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS))
# Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/sec) hard drive
# Optical Drive: 16X DVD(+/-)R/RW 12X RAM (+/-)R DL LightScribe SATA drive
# Expandable Drive Bay: HP Pocket Media Drive bay
# Video Graphics: Integrated graphics
# Network Interface: Integrated 10/100BaseT network interface
# Sound: High Definition 8-channel audio
# Fax/Modem: 56K bps data/fax modem
# Operating System: Genuine Windows Vista® Home Premium
This is "used" but basically brand new (it has literally been on for no more than 6 total hours..) is only 1 month old..
PRICE: $425 OBO
Email- pbdude911@yahoo.com Tag: widescreen monitors Tag: 71401
New To Front Page Please Help
Hello,
I created a web few web pages and managed to get a "Submit" button to send
me an email, the page also shows the visitor a form that they filled out.
FrontPage added the following code (I think this is what is doing it, it
looks commented out, so I'm not sure how the postback is sending the
email??):
<input value="Submit" type="submit">
<form action="--WEBBOT-SELF--" method="post">
<!--webbot bot="SaveResults" s-email-address="myEmail@Server.com"
s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
s-email-Subject="Web Site Form Response" s-builtin-fields="Date Time"
b-email-subject-from-field="FALSE"-->
<a name=top></a>
What I really want to do, is have an email sent to me with their data like
it already is then send the Visitor a Thank You email and redirect them to a
different page.
I don't know how to get to a code window in FrontPage either, I compiled the
pages in a different folder and edited the HTML page to send you the above
code.
Any assistance will be greatly appreciated,
Thanks,
Chuck Tag: widescreen monitors Tag: 71398
ASP form error
I need some help. I've got a form and everyday I'm seeing ASP errors
relating to the comment field. Specifically, I've been seeing the
classic "80040E21" error message, stating that "Multiple-step OLE DB
operation generated errors. Check each OLE DB status value, if
available. No work was done."
The SQL table allows the comment field to allow up to 1,000
characters, but I limit the web page to only allow 300 - meaning that
I know I'm not trying to enter more data than what is possible in that
field. The error is confounding me.
Everytime I try to replicate the problem, I am not able to do so. I'm
guessing that some script is trying to enter bogus data and submit
code of other characters making the form fail. Tag: widescreen monitors Tag: 71397
m4a podcast
I have an enhanced podcast which uses .m4a file type. However I need
to change a setting to allow the m4a files to be viewed publicly. Do
you have any recommendations? Tag: widescreen monitors Tag: 71389
Sending mail to our mailserver with ASP Page problem
we have our web server in the DMZ and an ASP page with code to send us an
email but it gets slow to get the mail at times up to a full day. Can anyone
help me out point me in a direction to look for the delay?
<!--METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D"
NAME="CDO for Windows 2000 Library" -->
<!--METADATA TYPE="typelib" UUID="00000205-0000-0010-8000-00AA006D2EA4"
NAME="ADODB Type Library" -->
<%
Set cdoConfig = CreateObject("CDO.Configuration")
With cdoConfig.Fields
.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Item(cdoSMTPServer) = "192.168.0.2"
.Update
End With
Set cdoMessage = CreateObject("CDO.Message")
With cdoMessage
Set .Configuration = cdoConfig
.From = "sender@sender.com"
.To = "recpt@recpt.com"
.Subject = "Company - Password Request"
.TextBody = "Your Company login password is blah blah blah"
.Send
End With
%> Tag: widescreen monitors Tag: 71388
Drop-down box that shows all selections
I have a drop-down box on a form that has 30+ items. I would like the box to
expand to display all items when it is selected and shrink back when not
selected. Am I correct in assuming that I would need something other than
the form options in FP to do this? Is this something I would need Javascript
for?
--
Dave Lagergren
Manager - Data Applications
Wireless Management, Inc
Specializing in cellular wireless applications Tag: widescreen monitors Tag: 71377
cgi problem.
How can I upload cgi script? I followed the instruction and uploaded to ftp
site, but I still have error message. Tag: widescreen monitors Tag: 71374
malicious vermeer RPC packet
Web site died last month
Found /_vti_bin/_vti_aut/author.dll in my stas
When viewed I get this
method=
status=
status=262148
osstatus=0
msg=Unknown CONTENT_TYPE: "".
osmsg=
Looked it up
What would this vulnerability let a malicious user do?
A malicious user could exploit this vulnerability to crash the RPC service
on a Windows 2000 server and render it incapable of responding to service
requests. This vulnerability would provide no capability for an attacker to
gain administrative privileges on the server or to gain unauthorized access
to files or other resources on the server.
How can I remove it I have contacted my hosts, but not had a reply Tag: widescreen monitors Tag: 71371
creating pages
When changing the look of a page without my wanting it all the other
established pages change to the new look. WHY? Tag: widescreen monitors Tag: 71361
jpeg images not displaying correctly
Hello...
I have a website I visit www,webdesignanddeveloping.con/ron. Under the
products there is a link to "computers". The 4 jpegs should be displayed 2
on the left and 2 on the right of the column of test in the center. On one
machine they display correctly but on another machine they are jumbled,
overlaping and quite a bit larger.
Both computers are running IE7 and have the same screen resolution
1268x1024. I'm stumped as to how to correct the machine to display the jpegs
correctly. Not sure how to attach the 2 images to show graphically what I'm
referring to.
Appreciate any assistance
Thanks
Tylendal Tag: widescreen monitors Tag: 71355
Using contents of a database field to change URL of "included" fil
Is it possible to use the contents of a database field to modify the URL of
an "included" file. I need to pull a file from different folders, where the
folder name = field contents. ie if field content = "12345", then I want to
INCLUDE the file 12345/file.htm (The filename is the same in each folder)
THis is frustrating me beyond belief! Help please
--
Hopeful Thanks
Meemers Tag: widescreen monitors Tag: 71351
My Webs Folder System Attribute Causes Unpredictable Behavior
The FrontPage application's 'My Webs' folder has a system attribute. This is
odd and frustrating since its location at '\My Documents\My Webs' makes it a
candidate for backup by most backup software and because as a system folder
it cannot be backed up. In fact for a variety of backup software a folder
with the system attribute can cause unpredictable behavior as 'My Webs'
causes our software.
My question is this: "Why does FrontPage's 'My Webs' folder have a system
attribute?" Tag: widescreen monitors Tag: 71348
Frontpage we site upload erro
In FP I had added a link to my navigation and then deleted it, all done
locally without uploading the changes. Now when I try to upload to my
server, Frontpage is looking for one of the files I deleted. The error reads
"Server error: the folder that woudl hold URL /"my site"/_overlay/"deleted
file".gif does not exist on the server". Yet the URL does not exist in my
local web site or the remote site. Tag: widescreen monitors Tag: 71334
hyperlinks in a table
i have a page which holds a table with items number CS001 thru CS288. I need
to make each a hyperlink to items CS001 thru CS288.htm. Can I somehow make
this quick and easy task, or do I HAVE to touch all 288 items and set the
hyperlink??
In the meantime....!! Dave Tag: widescreen monitors Tag: 71329
MS Frontpage
I have just used Front Page to publish my web. After all my hard work, My
web is not showing my images. I have tried all the cures posted on the self
help site and still cannot see images. I also made sure my front page
extensions were installed. Does anyone have a solution. Thank you so much. Tag: widescreen monitors Tag: 71324
Publishing to disk
I'm going to move my site to a new hosting company. The one I have been with
for 10 years has gone to the dogs.
But of course, first I need to copy my site to my disk. It is approximately
1200 mg in size. In order to import it to the new host, shouldn't I publish
it to disk, rather than downloading it through FTP?
My question is (I've never done this!) can I publish individual folders at a
time, rather than trying to get the whole thing at once? And if so, how?
Thanks for any help or advice.
J~ Tag: widescreen monitors Tag: 71323
lining up left margin text
I have a left menu on my website (burgundy color) The words Wedding & Posy
will not line up with the other words. I can get it line up in FP but when
it is published it does not stay. Also I would like to able to move that
whole frame up higher. Here is the link
http://www.quilligraphy.com/Online_Store/Products/BabyBlessings/BBIndex.htm
Thanks: Judy Tag: widescreen monitors Tag: 71320
Need some Sight Impaired tips?
Does anybody have any suggestions for helping the sight machines read a
web page using Frontpage. Thanks for any suggestions
Izod Tag: widescreen monitors Tag: 71318
VBA: Testing for open pages across a network.
In VBA, how can I test to see if a user has edited and not saved a document
accross a network in FrontPage VBA?
The IsOpen property of the WebFile object only seems to work on the computer
on which the calling macro is running. And I don't seem to be able to access
web pages (located on a server) with the file system object.
I've also looked at the WebFile properties collection and none of these
properties seem to help me.
I'm trying to avoid people running macros and overwriting other people's
work with forced saves in the macro.
Any help would be greatly appreciated. Thanks! Tag: widescreen monitors Tag: 71316