Thursday, 13 March 2008
|
| Data order on response form Doug Sanders 13:43:10 |
| | 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
|
| | 10 answers | Add comment |
Wednesday, 12 March 2008
|
| Online form - not writing to mdb Darnelle Ausbrooks 20:55:06 |
| | 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!
|
| | 2 answer | Add comment |
|
| how do i set up auto email that my web has been updated? Doug 09:32:00 |
| | 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?
|
| | Add comment |
Tuesday, 11 March 2008
|
| HELLO KIND HEARTED,This is the new ... Guest 12:14:13 |
| | HELLO KIND HEARTED,
This is the new contact email address the old one dutton_clive@yahoo.se is no longer functioning we will soon update our website. The new one is duttonclive@yahoo.com
Dont disregard this. Whoever you are. Help the dieing children in Africa, especially Nigeria. Go to www.promise.s5.com a free website giving to us by FREE SERVERS as thier kind contribution to making Promise Foundation Dream a reality. This children cant feed. They really need love and care. Click on the site above today and see for yourself. Promise Foundation started in the UK. Send me an email: duttonclive@yahoo.com Or simply give me a call: +44 704 577 1348 Best Regards, Mr Dutton Clive. SAVE THEIR LIFES |
| | Add comment |
|
| Frontpage upload view on IE 7.0 M1613 00:01:02 |
| | 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
|
| | 4 answer | Add comment |
Sunday, 2 March 2008
|
| Definitions for fpWebPublishFlags Karl E. Peterson 00:37:54 |
| | I've googled all about, but haven't found a good reference to what the fpWebPublishFlags actually mean. Can anyone point me to such definitions? Specifically, I'm wondering about how to force an overwrite of remote files in the case of "conflict."
Thanks... Karl -- .NET: It's About Trust! http://vfred.mvps.org
|
| | 4 answer | Add comment |
Saturday, 1 March 2008
|
| Saving and Retrieving from Access db Mark 00:40:00 |
| | I have created my first ASP page with a simple form that has 5 radio button choices (1-5). I want to be able to save those (which it appears it is doing) and I also want to total up how many 1's 2's etc that users selected. I also want to display the totals back to the user
For example, if 1 was selected 3 times and the next user selects it then when they hit submit i want a counter to update to 4. I also want the running total to display each time the page is loaded
This is a rating system that I am trying to build.
I also have a submit and reset button.
|
| | Add comment |
Friday, 29 February 2008
|
| require web page access Izod 23:33:03 |
| | I've installed phpBB2 in a web site. Is there a way to prevent others from accessing that Bulletin Board without visiting the site (going through the site) ? -- Izod
|
| | 1 answer | Add comment |
|
| Dashed Line Position -- Really Easy Question Rothman 19:29:03 |
| | Bear with me, my HTML coding skills development came to a screeching halt in 1998:
So, I inserted dashed lines using FrontPage into a web page. Going through the code, I figure FrontPage uses <v:line> to insert the line. What is the attribute or value that changes the vertical position of the line (up the page or down the page)? I'd like to be able to move the line up or down manually.
Thank you!
|
| | 5 answers | Add comment |
|
| Cells Disappearing in Table Alison 17:14:44 |
| | I have a form on a site that has a table(form) for our customers to fill in and submit. When the confirmation page appears with the "filled In" info, all the info is intact, but one of the cell columns is gone. Just blank white space, no borders, nothing. Information that is filled in shows up in that cell, but otherwise it just disappears. Poof...gone. Anyone have a clue? -- Thank you for the info, A
|
| | 9 answers | Add comment |
|
| Creating Podcasts with Front Page 2003: Streaming Audio Possible? T . Hulot 16:39:27 |
| | Hello.
I'm using Front Page 2003.
I'd like to know if there are tools or add-ins that let you create podcasts with Front Page.
Currently, I'm using WordPress and PodPress to create my blogs and podcasts.
But I'd like to know if I can create a podcast with Front Page.
I found a tool on the Microsoft web site that creates RSS feeds using Front Page.
It's located here: http://msdn2.microsoft.com/en-us/library/aa218660.aspx
As with WordPress, I'd like a visitor to be able to click a link on my Front Page web page and listen to the podcast in streaming form, without a Run/Save dialog box appearing, as it is right now.
Is this possible?
I browsed the Microsoft site for information about this, but unless I missed it (which is certainly possible, if not likely), I didn't see anything specifically on podcasting.
I have my own domain on a host that supports Front Page extensions, if this information helps.
Thank you!
|
| | Add comment |
|
| Use of DCount in ASP Jimt 13:00:13 |
| | I'm using Frontpage 2000 with connection to an Access 2000 DB. I open a connection to a stored query in the DB. After the Set command to execute the query I would like to test for the number of records before writing the data to the web page. If no records are returned I would skip over that section of the html code.
I've tried using a DCount function for the record check but get an error (unable to display the page). The following is an example of the type of code I'm using:
where_stmt = "Where mykeyfld" SQL_stmt = "Select * " & _ "From my_stored_query" & _ where_stmt
Set rs_xyz = connOLEDB.execute(SQL_stmt)
record_check = DCount("*", rs_xyz) (this is where it errors out)
If record_check > 0 Then etc.
1. Does VBScript allow the use of DCount? 2. If so, what is incorrect with the above code? 3. If not, is there an alternative other than counting the record via a where loop?
Thanks Jim T.
|
| | 1 answer | Add comment |
Thursday, 28 February 2008
|
| Frontpage error have Webmaster: check the application logs for the
error Guest 12:55:49 |
| | I have used FrontPage 2003 to design a webpage that lets employees request office supplies. The form is supposed to send a request to a document and another to a e-mail address. However when I hit submit, I get an error that says Frontpage error: end-user: contact your webmaster Webmaster: check the application logs for the error
There are no errors in the log I have read some discussions that said IE should be getting the e- mails. However I am not. I have also tried re-installing from page extensions we are running Windows 2003 server iis 6 if that helps.
|
| | 1 answer | Add comment |
Tuesday, 26 February 2008
|
| swf doesn't load in firefox? MrMulti 23:32:14 |
| | I took over maintenance on a website that has swf menus. 2 problems:
1. in IE, they need to be clicked twice...once to "activate", then once to go to the link 2. in firefox, the first swf loads, and then when you click a menu choice it goes in one click, but the swf on the target page never loads.
I heard that firefox needs embad tags, but I 've never used them.
|
| | 5 answers | Add comment |
|
| mouseover popups Rick Criswell 16:33:15 |
| | I need a small script or instructions on how to make this work.
I would like to have six small thumbnails on many pages.When the mouse is placed over the thumbnail a larger picture will open in a new window. When the mouse is moved away from picture the large picture window automatically closes. The thumbnail picture must also be clickable for checkout functions. on the shoping cart. FrontPage 2003 Baffled ??????? Thanks in advance Rick
|
| | 2 answer | Add comment |
Monday, 25 February 2008
|
| Text changes my tables after publishing Duke 12:46:34 |
| | After I publishment my website, while viewing with bigger screens with the text size set larger changes all my tables and cells. -- Thanks for all your help
|
| | 1 answer | Add comment |
Friday, 22 February 2008
|
| Index page doesn't show shared link bar and navigation Ideacon 12:34:33 |
| | I've designed a new website using FrontPage. But when I want to view the design in my IE7 browser the Index page doesn't show the navigation bar in the left shared bordet and also not my banner in the top shared bordet space. The other pages show the link bar and top bar OK...but only the Index is missing. What is the problem and how can I solve this?
Thanks for a quick reply!
|
| | 1 answer | Add comment |
|
| Upload Form in ASP Pt40 12:31:09 |
| | It seems my Upload Form built in FrontPage does not work as an asp page.
Is there a work around? Or do I have to find an actual asp script for that?
Thank you
|
| | 1 answer | Add comment |
Thursday, 21 February 2008
|
| Creating a text file within code D_Walters 22:33:58 |
| | I'm trying to either capture the URL for the web page or pull it from the code and save it as a text file to be read by another program.
|
| | 1 answer | Add comment |
Wednesday, 20 February 2008
|
| 404,2 error Guest 01:17:36 |
| | Hi All:
I have a server, Windows 2003 IIS 6 and Tomcat 5.5, and I am getting a 404,2 error when I attempt to read time, using my command string: <GET /gettime.jsp>
What is weird though is that from one specific location the error is present but not from other ones. I don't see any specific IP blocked in IP Address and Domain Name Restriction.
Thanks for any comments on this.
JC
|
| | 1 answer | Add comment |
Tuesday, 19 February 2008
|
| Password protected page within an open web site Davet102 18:21:49 |
| | I am running MS FP 2000 on a Vista machine.
I maintain several sites and have been asked if I can set up secure pages within an open web site.
What I want to do is have a page with info for a specific group that when they need to get it all they have to do is type in a password to get to that info on the secure web page.
I still want the unsecure pages to be able to be accessed by anyone who whats to view them.
I do not want to have to put in a user name and PW for every person that will have access to the secure site. I just want to be able to type in a PW and have it grant access.
I have looked in the books I have and they are not to helpful.
Thanks
Bob
|
| | 6 answers | Add comment |
Monday, 18 February 2008
|
| More Questions-Re: Absolute Position of a table realtive to a cell Sixbells 16:49:09 |
| | Thanks Ron!...you were kind enough to respond to my thread regarding embedding an IMG in a cell. I have a couple of additional final questions:
1) Why two "center" declarations? ~~~~~~~~~~~~~~~ <div align="center"> <center> ~~~~~~~~~~~~~~~ <table border="0" cellpadding="0" style="border-style:solid; border-width:1px; padding:0; border-collapse: collapse; width:390; height:693" bordercolor="#000000" id="SideBarM" bgcolor="#FFFFFF"> <tr> <td style="background-position: left center; margin:0; padding:0px; vertical-align:middle; background-image:url('images/MBar390x693.jpg')" nowrap width="390" height="693"> ~~~~~~~~~~~~~~~ 2) Why two style declarations, <div style="position:relative">, the other refers to the actual IMG, style="position: absolute;? ~~~~~~~~~~~~~~~ <div style="position:relative"> <img src="images/csmphoto252x315.jpg" style="position: absolute;width: 252px; height: 315px; right: 50px; top: 50px;border:none;" id="CSMPhoto274x342"> </div> </td> </tr> </table> </center> </div>
3) Finally, I want the IMG(Photo) in the upper right corner, yet I have tried top: 50px; right: 50px; with no joy. Are the settings based relative to the top left of the page, table, TR, TD?
"Ronx" wrote:
<div align="center"> <center> <table border="0" cellpadding="0" style="border-style:solid; border-width:1px; padding:0; border-collapse: collapse; width:390; height:693" bordercolor="#000000" id="AutoNumber1" bgcolor="#FFFFFF"> <tr> <td style="background-position: left center; margin:0; padding:0px; font-family:Arial,sans-serif; font-size:12pt; letter-spacing:2px; color:#FFFFFF; font-weight:bold; text-align:center; word-spacing:0; line-height:150%; text-indent:0; vertical-align:middle; background-image:url('images/MBar390x693.jpg')" nowrap width="390" height="693"><div style="position:relative;> <!-- Photo here, I want it to remain style="position: absolute; width: 252px; height: 315px; right: 50; top: 50" to the TR above --> <img src="images/CSMPhoto252x315.jpg" style="position: absolute;width: 252px; height: 315px; right: 283px; top: 43px;border:none;"></div> </td> </tr> </table> </center> </div> Note that when using CSS, all dimensions must have units (px, em, % etc) except when 0 is involved. Pt are a printers measure, 1/72 inches. Different browsers will interpret pts in different ways resulting in different sized text. Opera is noticeably smaller than IE. Better to use pixels or relative sizes (em, % or keywords such as small, medium etc.). -- Ron Symonds - Microsoft MVP (FrontPage) Reply only to group - emails will be deleted unread. "Sixbells" <Sixbells@discussions.microsoft.com> wrote in message news:969845A9-E948-4261-BA9A-CC2ABCE6556F@microsoft.com: I am creating a sidebar for a website that is a cell within a table and has a background picture, and I want to add a photo that stays in an absolute position relative to the same cell. I thought the code below defined the absolute position, but I was wrong. This is easy I am sure, but I have been spending too much time figuring it out. This is the last hurtle before I can do a beta release to the client. <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Position Layers in Tables</title> <table border="0" cellpadding="0" style="border-style:solid; border-width:1px; padding:0; border-collapse: collapse; width:390; height:693" bordercolor="#000000" id="AutoNumber1" bgcolor="#FFFFFF"> <td align="left" style="background-position: left center; margin:0; padding:0px; font-family:Arial; font-size:12pt; letter-spacing:2; color:#FFFFFF; font-weight:bold; text-align:center; word-spacing:0; line-height:150%; text-indent:0; vertical-align:middle; background-image:url('images/MBar390x693.jpg')" nowrap width="390" <!-- Photo here, I want it to remain style="position: absolute; width: 252px; height: 315px; right: 50; top: 50" to the TR above --> <img border="0" src="images/CSMPhoto252x315.jpg" style="position: absolute; width: 252px; height: 315px; right: 283; top: 43"> <!-- DOESN'T WORK!! ;-P --> |
| | 1 answer | Add comment |
|
| Guestbook template Mommio2 14:02:14 |
| | Hi, I know that this is probably an elementary question, but here goes ... I am putting in a guestbook for the first time using FP 2003's template. I made the necessary changes to fit my purpose, including changing the name of the log, then I saved it to my computer. I also created an empty htm logfile and saved it. When I upload both then try it out, it tells me that the log file can not be found. <!--webbot bot="SaveResults" u-file= lists the file on my computer and will not let me change it to the web page name. What should I do, please? Thanks! Mommio
|
| | 1 answer | Add comment |
|
| Placing VBScript output Spg 07:16:24 |
| | I use VBScirpt to match records from an Access db and place the output on the asp page. The output, however, is way down too far below the page caption. Too much blank space without any code that would justify it. Is there a way to place the code where I want it ?
Thanks,
Sam
|
| | 3 answer | Add comment |
Sunday, 17 February 2008
|
| Re: problem with publishing from new computer Ronx 19:30:20 |
| | Open FrontPage, then File->Open Web (or File->Open Site if FP2003) Type in the web site address.
On both sites, this results in getting the logon dialogue. Opening from IE only opens the cached page in the temporary files, not the web site. This happens on some sites.
-- Ron Symonds - Microsoft MVP (FrontPage) Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"P D Sterling" <pdsterling@hotmail.com> wrote in message news:euIJwl3aIHA.1208@TK2MSFTNGP03.phx.gbl:
I am new to this group, and Have two questions about websites I have constructed. Background: I retired, selling all my computer equipment, having saved everything on CDs, including everything about my two websites. I have FP2000 on an OEM disk, XP on an OEM disk, and bought a quite nice new computer. Installed XP, Office, and FP; copied information about webs, and prepared to maintain websites. When I opened FrontPage, I found I could not publish my changes. In the error mode of listening to too many update, and published it successfully. Now the index file you can see on the internet does not match my computer, which is troubling. Question 1: How can I return to opening FrontPage, maintaining, and publishing from FrontPage? the Internet Explorer route, and could not edit in FP. Since I am the owner of the domain, and since I know I have FP extensions installed, confirmed by my webhost, I now return to Question 1. Why am I having this trouble, and where did I go wrong? Any advice will be gratefully appreciated -- Regards, P D Sterling New York, Texas & Texas, New York
|
| | 3 answer | Add comment |
|