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: 123 testing Tag: 71430
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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing Tag: 71316
Questionnaire results
I have a survey on my webpage which people can fill out and submit. I am
getting it by email as text; however, it is confusing to figure out which
question belongs to which answer.
Is there a way to get the survey back as it was created, meaning, the
answers with the questions? Does this make sense? Is it possible to do it?
Thanks a lot Tag: 123 testing Tag: 71310
Link to Access database
I've designed textbox and submit and ok button but how can I link the data
to an Access database ? Pls advise. Thanks
Daniel Tag: 123 testing Tag: 71302
How do I launch an RDP file from a hyperlink in FrontPage2003
Hi,
I have a web page written in FrontPage 2003, all other links work fine.
However, I am having problems with a link to a file (.rdp) I have regsitered
it, and when I click follow link in the design view it launches fine. When in
preview it does nothing
Can anyone help
Cheers
Jonathan Tag: 123 testing Tag: 71295
Select all selectbox
I have a list of names generated in a selectbox using a SQL statement. I
need to highlight all of these names, i would like to do this using an input
button!
Anyone with any ideas how to do this?
Thanks Tag: 123 testing Tag: 71294
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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing Tag: 71282
A Must Read!!!
I have found an excellent resource on Object Oriented Programming.
http://technical-talk.com/SoftDev/OOP/OOPBASICS.asp Tag: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing 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: 123 testing Tag: 71262