Error when sending from results to email
I have followed the instruction found at :
http://www.frontpagehowto.com/dbandemail.htm
After publishing it to my webserver i get the following error:
"FrontPage Run-Time Component Page
You have submitted a form or followed a link to a page that requires a web
server and the FrontPage Server Extensions to function properly.
This form or other FrontPage component will work correctly if you publish
this web to a web server that has the FrontPage Server Extensions installed.
Click the <Back> arrow to return to the previous page."
I was wondering what am I missing to get this to work?
thanks in advance. Tag: Best ECommerce Software Tag: 53655
Browser Resolution
In my site http://www.blairsvillechamber.com on some browsers it is too large
so it makes the viewer scsroll to the right. Most all of my other sites do
not do this. This is one of my biggest sites and I truly need help with this. Tag: Best ECommerce Software Tag: 53654
Extra carriage return when importing a file
I am importing MS WORD files in a blank page and every file adds a carriage
return to each line. Is there a setting that will turn this off? Tag: Best ECommerce Software Tag: 53653
Link to Home Page displays as 'x' at intresection of 2 lines
A small jpg link back to my home page works OK but displays as 2 lines
connected at 90 degrees with an with an 'x" at their juncition, instead of as
my small picture. Other identical links also work OK but do display
correctly. This problem happens on my desktop, but not on my laptop. I have
seen this happen on other sites. I have seen this problem on other web sites.
What am I doing wrong, or is this a browser problem? FP2003 with XP Pro and
IE 6.0.2900.2180.xpsp_sp2
Any help will be greatly appreciated.
Norm Tag: Best ECommerce Software Tag: 53652
Drop down
I have a drop down field and based on the selected item I would like for
a lable or text box to show a description of what they selected. Is that
possilbe using FrontPage? Is code necessary to achieve this function? Tag: Best ECommerce Software Tag: 53648
Sql queries/script in FrontPage form
I have a Sql queries/script that I need to run on a form. How would I go
about this Tag: Best ECommerce Software Tag: 53638
VBA
I would like to find out if you can use VBA in front Page.
I have created a form but can not see any object in the VBA project explorer. Tag: Best ECommerce Software Tag: 53637
different way of showing database results
Hello, I was wondering if there is any way to show results from a database
query in separate boxes instead of a table of row as the default was is to
display the results? Tag: Best ECommerce Software Tag: 53630
Creating Profiles for Web Access
I am the webmaster of a Hockey Club. Every year, our members register their
childern and every year they have to enter all of the information we already
have from last year's database. The question is this:
Is there an easy way to create a username and password for each family so
that they can access their personal records using the existing database? If
it is not easy, is there a website that might be able to walk me through how
to do it? Tag: Best ECommerce Software Tag: 53629
Message Board Results Error
When a message is created in the Discussion (messages posted) page, the
format seems a little corrupt. The heading information shows the word From in
English followed by the name of the individual who created the message.
However, the remaining headers (Date, Time, Remote User) are in Asian
characters and not in English. Also, when I pass the mouse over the Hit
Counter field, the descrition is in Asian characters. Everything else in the
various forms are in English. I have republished the web pages several times
and re-installed the FrontPage extensions at the ISP with no help. What can I
do? Where should I be looking? Tag: Best ECommerce Software Tag: 53625
virtual shopping cart
I am working on web site for a food chain. I need to impliment a virtual
shopping cart for online shopping., can anyone get me directions on where to
find this. or give the code to me. How is credit card approval validated? Tag: Best ECommerce Software Tag: 53622
Include files
This seems like it is not the right place to ask this question, but I can't
find a place that is! It is for a FrontPage site, so hopefully someone will
know. I just write this include in myself, I don't use FPs include.
I have some asp pages that use a header. This is the include:
<!--#include file="include/header.htm"-->
This is for pages that are above the folder "include".
Root/subfolder/include/header.htm
The pages are in subfolder.
Inside of subfolder, I have a FAQs folder.
Root/subfolder/FAQs
The include I use is:
<!--#include file="../../subfolder/include/header.htm"-->
But the header doesn't display right. It has the images as coming from
http://www.root.com/subfolder/faqs/include/headerimages/home.gif
even though the ../../ should take it up to the right folder. I've tried
/subfolder/include/header.htm
But I get an error saying I can't start with a slash. I've tried using the
entire url, but that doesn't work either, and I knew that, but I tried it.
Does anyone know how this needs to be written???
Thanks, JA Tag: Best ECommerce Software Tag: 53620
How do I do a simple If user/pass then goto: webpage function on F
I would like to have people set their own user names and passwords - and then
--- once they set their own unique user id and password - I would have them
enter id and password in another dialog box page - which would bring them to
their own page.
I want to do a BASIC if ID/Pass - then goto: (webpage)
How do I do this without having to add new users to my website?
Please advise.
Please send responses to: guycohen333@hotmail.com
Thanks, Gabriel Tag: Best ECommerce Software Tag: 53619
Importing pictures from access to frontpage
I was woundering if anyone could point me in the right direction on an idea I
have. I am displaying results from a query from frontpage to access and one
of my fields is the name of a picture. Is there any way to display the
picture itself and not the name? I have read the frontpage Inside Out book
but unfortunatly i do not have a access book. Any help or comments on this
matter would be appreciated. Thanks. Tag: Best ECommerce Software Tag: 53615
Funny problem with the submit button in form
I finally got a friend to help me with the javascript and we are haveing a
problem with the code below the first button never bring the target and
action for the form
to the browser it seems like the form never gets posted. The second button
does work as it should and send the form to paypal. The funny thing the code
for the first button is exactly the same for the secend button. If you go to
the second button and then back to the first button. The first button still
fails to post the form to paypal. What could posibly be wrong and what is
hapening.
<div style="position:relative;">
<script language="javascript">
function showEach(){
document.getElementById('single').style.visibility = "visible";
document.getElementById('dozen').style.visibility = "hidden";
}
function showdoz(){
document.getElementById('single').style.visibility = "hidden";
document.getElementById('dozen').style.visibility = "visible";
}
</script>
<div style="font-size: 10.0pt; font-family: Trebuchet MS">
<input TYPE="radio" onclick="showEach()" checked NAME="R1" VALUE="20.95">
By each
</div>
<div style="font-size: 10.0pt; font-family: Trebuchet MS">
<input TYPE="radio" onclick="showdoz()" NAME="R1" VALUE="225.00">
By Dozen
</div>
<div id="single"
style="z-index:10;position:absolute;top:160;left:1;visibility:visible;">
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="fshaw@skolsportsshop.com">
<input type="hidden" name="item_name" value="Pro Style ATF Ankle Brace with
Universal Fit">
<input type="hidden" name="item_number" value="212-E">
<input type="hidden" name="amount" value="20.95">
<input type="hidden" name="return"
value="http://www.skolsportsshop.com/success.htm">
<input type="hidden" name="cancel_return"
value="http://www.skolsportsshop.com/cancel.htm">
<input type="hidden" name="currency_code" value="USD">
<input TYPE="image" SRC="https://www.paypal.com/images/sc-but-03.gif"
NAME="submit2" alt="Make payments with PayPal - it's fast, free and secure!"
width="124" height="26">
<input type="hidden" name="add" value="1">
</form>
</div>
<div id="dozen"
style="z-index:0;position:absolute;top:120;left:1;visibility:hidden;z-index:0;">
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="fshaw@skolsportsshop.com">
<input type="hidden" name="item_name" value="Pro Style ATF Ankle Brace with
Universal Fit">
<input type="hidden" name="item_number" value="212-D">
<input type="hidden" name="amount" value="225.00">
<input type="hidden" name="return"
value="http://www.skolsportsshop.com/success.htm">
<input type="hidden" name="cancel_return"
value="http://www.skolsportsshop.com/cancel.htm">
<input type="hidden" name="currency_code" value="USD">
<input TYPE="image" SRC="https://www.paypal.com/images/sc-but-03.gif"
NAME="submit1" alt="Make payments with PayPal - it's fast, free and secure!"
width="124" height="26">
<input type="hidden" name="add" value="1">
</form> Tag: Best ECommerce Software Tag: 53612
Why will the following HTML and Javascript not work in form
The following HTML markup and Javascript not work or does not seem to work in
this form when testing on the website the paypal does not see any items
ordered the default is 1 item ordered but nothing has been sent to paypal
data and information missing.
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="fshaw@skolsportsshop.com">
<input type="hidden" name="item_name" value="Pro Style ATF Ankle Brace with
Universal Fit">
<script type="text/javascript">
if (R1[0].checked)
{
<input type="hidden" name="item_number" value="212-E">
<input type="hidden" name="amount" value="20.95">
}
else
{
<input type="hidden" name="item_number" value="212-D">
<input type="hidden" name="amount" value="225.00">
}
</script>
<input type="hidden" name="return"
value="http://www.skolsportsshop.com/success.htm">
<input type="hidden" name="cancel_return"
value="http://www.skolsportsshop.com/cancel.htm">
<input type="hidden" name="currency_code" value="USD">
<input TYPE="image" SRC="https://www.paypal.com/images/sc-but-03.gif"
NAME="submit0"alt="Make payments with PayPal - it's fast, free and secure!"
width="124" height="26">
<input type="hidden" name="add" value="1">
</form> Tag: Best ECommerce Software Tag: 53609
Help req'd - Unable to update web site using frontpage
I have just published my own website using frontpage. I have also made some
amendments and uploaded this to my website some days later.
However, the outcome is that the amendments do not take immediate effect.
When go into my website (sweet-and-simple.com) the home page and the about
us page are exactly as before. But if you were then to go into other parts of
the website and then click back onto either the home or about us page then
the ammnedments take effect.
I have tried to rectify this on numerous occasions but have been
unsuccessful.
Could somebody please tell me how to resolve this problem.
Thankyou.
--
Salvadore Tag: Best ECommerce Software Tag: 53604
Frontpage Custom SQL query
Hi all
I have what I thought would be a simple query, but it's doing my head in.
I am using Frontpage 2002, and an Access 2000 database. This is a custom
query for displaying a certain years Lottery bonus ball winners, the year
being input on a separate page.
Consider this:
SELECT FORMAT(won,'dd mmm yyyy'), winner, amount, id
FROM bonus
WHERE (YEAR(won)) = (::input::)
ORDER BY won DESC
::input:: is an integer passed from a form on another page, and I'm lead to
believe that YEAR outputs an integer. If I substitute (::input::) for a
year, it works fine. But, no matter how much tweaking of syntax I do, I
just cannot get it to work with ::input::
Can anyone throw light on this ?
Thanks in advance . . .
Cheers
Alex Tag: Best ECommerce Software Tag: 53601
problems importing my web after pc melt down!!
I use FrontPage2003 with Windows XP.
my pc crashed completely and I lost everything.
I have tried to get my webs back on my pc using the publish to a folder in
the mywebs folder, and it does this. but it does not allow me to then
publish it back to the net. it says that the folder that the .cnt file
that it wants to publish can not be found.
what is going wrong.
please help.
thank you Tag: Best ECommerce Software Tag: 53597
DIW and Search Facility
I have a simple database, containing my members' details. I can use the DIW
to produce a database editor form. I would like to amend it slightly, so
that instead of having to scroll down through 200 names to find the one I
want, I can enter either their surname or the first letter in a search box,
to bring up either their name or, for example, all the surnames beginning
with T. But I cannot edit the database_editor.asp without it screwing up the
database_editor.asp!
I have, with the help of the Bible, written a list.asp form with an
alphabetical search facility, which does just what I want. But I don't know
how to amend that form so that I can do what the database_editor.asp does
i.e. add, edit and delete records.
Am I going to have to do a crash course in ASP or HTML to write my own forms?
--
Eddie C-G Tag: Best ECommerce Software Tag: 53593
image in the browser navigation bar
i'm sure this is pretty obvious, because i have a habit of overlooking
the completely obvious, but how do you put the little image in the
brower nav bar? i see them all over the place but i can't figure out
how to do it on my own, obviously.
noob out
--
bigheadpirate
------------------------------------------------------------------------
Posted via http://www.forum4designers.com
------------------------------------------------------------------------
View this thread: http://www.forum4designers.com/message244056.html Tag: Best ECommerce Software Tag: 53592
URGENT DB HELP
OK gang. I have a question. When you click on a DB in FP to open it up. Is
there a default temp folder that it downloads to? My server had a critical
error while reuploading it back to server, so I need to be able to see the
file that was DL to my computer before the error.
Any help would be most appreciative. I do have a backup, but there have been
400 entries since last backup. I back up everyday, but this is what I gt on
a daily basis.
Thanks
Jeff Tag: Best ECommerce Software Tag: 53589
Create an upload page for PDF Files.
I am looking to create a page that allows my clients to browse for a PDF
file on there computer and then upload that PDF file into a directory so
that other people can browse them. I was going to do it with PHP but wanted
to know if anyone had a better idea.
Thank you
Josh Tag: Best ECommerce Software Tag: 53585
Front page discussion group requires user name and password
I had a Discussion Group application running fairly well. All of a sudden,
any posting of comments to the site now requirews a username and password
(which general visitors to the site do not have). Any reason for the
unintended appearance of this security measure?
I am not using asp - the hosting service runs all the front page extensions,
but now advises that I must be using asp to make the discussion group app
work.
Thanks for any assistance you can provide. Tag: Best ECommerce Software Tag: 53583
Calendar Question in VB
I got the VB calendar to work in FP. I cannot figure out how to add
things in the date boxes. What am I missing? Tag: Best ECommerce Software Tag: 53582
Frames Within a Frame - Frames Good or Bad
First, it used to be frames were a no-no as many of the old browsers did not
support them. What is the current feeling about frames these days?
Now, I have a graphic artist that created a graphics package for a
non-profit I work with and it seems the only way to make it work is to
create a frame within a frame. Their company logo is anchored at the top
left with blank space along the left underneath it and address info along
the top. The links for the site are along the bottom and right with a text
box on the middle of all of this. Because of the way the links have been
created, it seems like frames are the only way to keep the links anchored in
the correct position and allow the text in the middle cell to scroll down.
First, is it possible to create a frame within a frame? Are there any
potential issues with doing this? I setup a test page that has 4 frames
(top, bottom, left and right) with another frame in the middle, but that
seems like overkill.
Any help would be greatly appreciated!!!! Tag: Best ECommerce Software Tag: 53573
Formatting a decimal answer
I have a variable that is the by product of two other variables being
multiplied against each other. The answer was 1.0100. Using visual basic in a
script file, how can I eliminate the two right zero's to give me an answer
that I can print actually showing 1.01 without the those extra 0's? Tag: Best ECommerce Software Tag: 53565
Open WEb Site in Front Page without being connected.
Please Help,
I ftp my website to my local computer and without being connected, I opened
the site in front page. All of the graphics are not missing. where they
were, is just a box with a red "X" in it. I checked the code and the path
for the files is pointing to the server path. Now I downloaded all of my
folders and files and confirmed that the pictures in question are there. I
know that I can change the path of the graphics to a location on my local
computer, however when it is published again, how do i insure that the server
will now be able to find the graphics. Tag: Best ECommerce Software Tag: 53563
Link to open in window
I feel like an idiot.... I have been able to set up a web page with MS Front
Page, but I want to the link (to another web site) to open in a new window.
I insert a hyperlink that works, but instead of opening a new window, it
replaces the site where the link is. I have feeling it is something simple.
Somehow I just don't get it, though. Your help is much appreciated.
Happy times,
Richard Tag: Best ECommerce Software Tag: 53553
filtering form data for an ftp path
i'm editing a web site and i'm building more forms in it so that the data the
forms refer to can be more easily accessed. I need to know how to link each
form and combine them to come up with a path to go to a ftp server and pull
up the file needed all of this together with a username and password interface Tag: Best ECommerce Software Tag: 53549
Customization
This is probably an odd request, but here goes...
I'd like to create an HTML page that opens each time a user logs on;
essentially a daily message about enterprise events, network outages, etc.
I'd like it to be HTML, and have it open IE without any of the menus,
address bar, status bar, etc. Just the 'X' in the corner. Can this be done
via HTML/Frontpage? I don't want a popup, because that requires a page to be
opened.
Thanks in advance! Tag: Best ECommerce Software Tag: 53543
Please,Help with forms
I have a table in Access, with 6 columns. For 3 columns I used Database
Result for insert date in a page asp in web site, but in rest I must
introduce date. User see first 3 columns which contain information , and must
introduce date in another 3 textbox, coresponding with the rest of 3 columns.
How to do that?
Thank you
--
Violeta Tag: Best ECommerce Software Tag: 53533
how to create pulldown menu for webpages
dear reader
I just want to know:
How to develope pulldown menus for webpages?
thanks Tag: Best ECommerce Software Tag: 53528
Flere domener til 1 ip-adresse
Hei folkens.
Jeg har i dag 3 domener jeg gjerne vil koble til min egen ip-adresse or å
kunne sette opp internettsider på domenene. PÅ det ene domene t som er
koblet til min IP fungerer dette fint. Men når det andre domenet kobles til
min IP så kommer den samme internettsida frem.
JEg kjører Win XP Pro og internet information server. Vet ikke om denne
støtter løsninger for flere domener. Noen som har forslag på hvordan dette
kan gjøres ??
Eventuellt hvilke programm jeg kan bruke for å aministrere dette ??
Er også på jakt etter en software som gjør at jeg kan lage min egen
mailserver. Finnes dette ??
På forhand takk for hjelpa.
Frank Olav Overå
fooveraa@start.no Tag: Best ECommerce Software Tag: 53524
Cannot Update Web-enabled Access database
Using Frontpage2003 and Access2003, I've created ASP.Net pages (Submission
and Results forms). The Results form displays my Access data w/o a problem.
With the Submission form I get the not uncommon "The operation failed. If
this continues, please contact your server administrator." error. My data
is all defined as text--no numeric data. Most of the suggestions I've found
are geared towards ASP and not ASP.Net. I hope someone out there can make me
a happy camper. Thanks for your help. Tag: Best ECommerce Software Tag: 53523
DRW & ASP
Is there a way to capture the value of a field returned by the DRW and
get it into a form field (probably hidden) so that it becomes part of
the request sent to another ASP page when the form is submitted? I don't
use the DRW, so I don't have a clue how it works. This is someone elses
page.
I realize the form page could be re-written so as not to use the DRW,
but I don't want to do that if I don't absolutely have to.
Thanks,
MikeR Tag: Best ECommerce Software Tag: 53522
Resizing a Picture in FP 2003 to Percentage and Picture Disappears
Trying to get a picture (jpeg) to resize to a percentage size that it will
change as the browser window is resized. Currently, size is specified in
pixels. When trying to change this size to a percentage in Picture
Properties, when I click on OK, the picture disappears from the page. What's
up with this? Is this a bug? If not, what am I doing wrong? If it is, is
there a workaround? Thanks!! Tag: Best ECommerce Software Tag: 53515
form sends email with subject line containing webpage, need this in the txt file too.
i have a form that is sent to my email address but would like to know what
webpage they we at when they submitted the form.
i have set up a folder login method, so i know who has logged in.
the information is sent to my email address, and has the subject line
containing the webpage address they were at when the submitted the info.
but i need this included in the txt file that the other infomation is sent
to via the form.
i have the IP address and date time and browser type included in the txt
file buit how do i get the information that shows up in the subject line of
the email that is sent to me to show up in the txt file.
thank you
a.. Remote Name: **.**.**.**
a.. Remote User:
a.. HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
a.. Date: 26 May 2005
a.. Time: 19:11:28 +0200 Tag: Best ECommerce Software Tag: 53502
I am looking for some help with email client sits in my website
It would have to be a client that resides with the website so the user would
be displayed a window when the user clicks or doule clicks on a name ie.
email this person Frank H. Shaw a new window would come up that would look
like a typical email browser a simple version of outlook or microsoft word
type looking email it does not have to be like outlook express or outlook -
It would have to be a client or server solution residing with and on the
website self contained because we do not know what kind if any email program
would be residing on the user system all the different configrations are out
there - however free or somekind add on with microsoft or some kind of addon
solution because it needs to work it needs to be simple cheep or no cost.
There might be a site that has a example of how to progrram such a solution
or is it all ready contained in frontpage 2003 now or add on to it. Could it
be done in HTML - javascript or PHP if i programed it my self - What I am
looking for is a link at least to where to start looking at least
reshearching a solution and your thoughts and guideness in this would be most
helpful. THANKS Tag: Best ECommerce Software Tag: 53490
Frontpage book for application developement
Hi,
I am looking for a Front Page book for application development specially
that would teach me how to interact with a database. I would appreciate if
someone could recommend such a book. Thanks in advance. Regards. Tag: Best ECommerce Software Tag: 53483
accessing database with frontpage
I am running a web server off winXP Pro and i have ASP also on it. Do i need
anything else so that i can send queries and display the results from the
webpage. (my database is in access). Any help on this matter will be greatly
appriciated. Thanks Tag: Best ECommerce Software Tag: 53470
using Frontpage for 2 web sites
how do I get both sites to be independant? both seem to upload the same
files and and destroy each other! I need help figuring out how to make them
2 separate web sites. Tag: Best ECommerce Software Tag: 53466
Dilemma
I have an install dilemma and need some guidance from a frontpage guru.
I orignally purchased the full edition of Win98 and installed it on my
Windows 98 second edition machine and used it for a while until the FP2000
came out.
I purchased the upgrade, installed it and have been using it on and off ever
since. Along the way I upgraded my operating system to Windows 2000 with no
problems.
A few weeks ago my drive began to have lots of errors, so I bought a new
drive and installed Windows 2000.
I have been slowly reinstalling applications and today I tried my FP
product.
The FP98 CD gets the initial install screen, but when I click on the install
nothing happens. I have since found out that FP98 won't run on Win2K and I
can't install my FP2K because it is an upgrade from FP98.
If I try the FP2000, after I enter the key, it searches the drive and
reports 'no qualifying product for upgrade found'.
How can I get around this without buying yet another version of FP? Is
there anything I could retreive from my last drive that would get me past
this obstacle?
TIA Tag: Best ECommerce Software Tag: 53456
Different syntax writing to SQL Server DB
The following ASP code snippet works when posting to an Access DB, but the
page hangs when I apply this to an SQL Database. I believe this code is the
issue. Is there some special property I am missing or different syntax that
needs to be applied here?
Thanks for any help and God Bless,
Mark A. Sam
if Request("mode") = "NEW" then
getfields()
Set rs = Server.CreateObject("ADODB.RecordSet")
q = "INSERT INTO CompanyInfo (Company,Contact,Address1,Address2," &_
"City,State,Zip,Country,Phone,Email,Key,DisplayEmail,DisplayPhone," &_
"Trucker,Shipper,TruckBroker,FoodBroker,Manufacturer,Merchandiser," &_
"Distributor,LTLCarrier,OtherType,trkNoUnits,trkStates,trkReefer,trkVan,"
&_
"trkFlatBed,trkDumpTruck,trkOther,shpLoads," &_
"shpStates,shpReefer,shpVan,shpFlatbed,shpDumpTruck,shpOther,Comments,Active
,howsitefound)" &_
" VALUES ('" & company & "','" & contact & "','" & address1 & "','" &
address2 &_
"','" & city & "','" & state & "','" & zip & "','" & country & "','" &
phone &_
"','" & email & "','" & key & "','" & displayemail & "','" & displayphone
&_
"'," & trucker & "," & shipper & "," & truckbroker & "," & foodbroker &
"," &_
manufacturer & "," & merchandiser & "," & distributor & "," & ltlcarrier
&_
",'" & othertype & "'," & trknounits & "," & trkstates & "," & trkreefer
&_
"," & trkvan & "," & trkflatbed & "," & trkdumptruck & ",'" & trkother &
"'," &_
shploads & "," & shpstates & "," & shpreefer & "," & shpvan & "," &
shpflatbed &_
"," & shpdumptruck & ",'" & shpother & "','" & comments & "',1,'" &
howsitefound & "')"
rs.Open q, "DSN=TruckloadsSQL;"
q = "SELECT Max(CompanyID) AS coid FROM CompanyInfo"
rs.Open q, "DSN=TruckloadsSQL;"
coid = rs("coid").value
Response.Cookies("coid") = coid
Response.Cookies("key") = key
d = Date
Response.Cookies("coid").expires = DateAdd("yyyy", 2, d)
Response.Cookies("key").expires = DateAdd("yyyy", 2, d)
mess = "Your Record has been added to the database. Your Company ID number
is " &_
coid & ". Your password is " & key & ". Please write them down. " &_
"You may edit your record now, if you wish"
rs.Close
Set rs = Nothing Tag: Best ECommerce Software Tag: 53452
Email intrgated in to my web site - Must support pop3 and web base
I am looking for some help on put a email capabilitys in to my web site the
solution must be easy to use for the user must support both Pop3 and web
based emails. The name of the email person to contact for quetsions would
have his name listed on the web site page. The user would click on the name a
email screen would pop up to enter the message part of the email could
posiable inclued attachments if posiable the email would have to come up as a
new window option. Is such cability available in front page if not what one
could use to do this simply like programing languages or add on packages and
solutions. Could someone give me some technical references and solutions to
what I am trying to do. Low cost or no cost solutions are ok also could I
have some links to look at. THANKS Tag: Best ECommerce Software Tag: 53446
How to control Task Bar content with Drop Down Boxes on my FP2003
My winxp laptop and desktop work differently in this regard. The laptop: I
select an item from a Drop Down Box and hit GO | my pdf file opens | The Back
tab is dimmed so I Close | and my Home page (from the Task Bar) displays just
as it should.
On my desktop: When I hit GO the URL for my site dissapears from the Task
Bar, so after I view my pdf file, there is no way to go back to my Home page
without closing out to my desktop and re-opening my site. Tag: Best ECommerce Software Tag: 53441
Beside Meta Tags what can one use to get web site know to search e
<meta name="keywords" content="Skol Sports, Ipswich MA, Northshore, Sporting
Goods">
Could some one explian the best way to get web site known to search engines
on the internet and How and what do meta tags do could you give me some links
THANKS Tag: Best ECommerce Software Tag: 53429
my sums are not adding up? please help.
if the values of the following are already set from an order form in another
iframe.
cKiwiFruit=18
KiwiFruit=17
i need a line to calculate to cost of the special offer, kiwi's are 18pence
each but buying 7 you only pay £1.00. so buying 17 would be 2 lots of £1.00
for the first 14 and then 18pence each for the remander (3 * 18pence) a
total of £1.54pence.
total=eval(((int)(form.KiwiFruit.value/7)*100)+(((int)(form.KiwiFruit.value/7)*7)*cKiwiFruit));
thanks Tag: Best ECommerce Software Tag: 53425
Server Side PGP Encryption for Email - to send form results?
Hi All
I use FP2003
Has anybody have any experience with Server Side PGP Encryption for Emails?
I have noticed some ISP's offer this.
I am looking for a secure way to send form results.
I understand that I will probably have to use a different form to email form
handler (instead of the FP componement)
This sounds possible, was hoping to get some feedback on this
cheers
Ed
--
Edwin Hannan
edwin dot hannan at ntlworld dot com Tag: Best ECommerce Software Tag: 53424
FP 2003, is it slow
I installed FP 2003 recently and it seems to be little slower than FP 2000.
Is it just me or does it need more ram or what? Also I keep getting error
saying that it cannot open file from documentsand settings(temporary files).
Thanks Tag: Best ECommerce Software Tag: 53419
Can anyone recommend the best ecommerce add-in for Frontpage?