Home All Groups Group Topic Archive Search About

FrontPage - FrontPage Programming

microsoft.public.frontpage.programming
Score where do I place my site map on my web site
gerie b - 1 Sep 2007 2:32 PM - 2 messages
I have a site map for my web site but don't know how to add it to my web site ...
Score Mailto: not working
Sal Iaccarino - 31 Aug 2007 11:33 PM - 7 messages
I have a website that uses several mailto: functions. They use to work fine, but all of a sudden when I click on them NOTHING HAPPENS? Any idea what causes them to stop working and what do I do to repair? ...
Score using hyperlink in email to redirect through logon to web page
Dave Lagergren - 31 Aug 2007 7:00 PM - 2 messages
Let me see if I can explain this simply.  I send out a hyperlink with a query string ([link]) .  I believe I have that working ok now.  The difficulty is that it goes to a ...
Score Setting drop-down box to database value
Lisa - 31 Aug 2007 5:04 PM - 6 messages
Hi, I have an .asp page that loads a MS Access database from a form, one of the fields, Total_Hours is a drop-down box.  Now I need an update page to allow the user to change the Total_Hours, so I need to set the drop-down value to ...
Score Re: front page 2003 running on small business server 2003 r2 issue
Ronx - 31 Aug 2007 8:36 AM - 14 messages
You are mistaken. FrontPage will create sub webs in an existing web site that has FP extensions installed.  It will create disc based webs on a hard disc, where there is NO web server.  It cannot create a brand new, server ...
Score Coding Standards
davidsamith@gmail.com - 31 Aug 2007 6:05 AM - 3 messages
'Good code' is code that works, is bug free, and is readable and maintainable. Standards need to be followed for coding. Read more... [link] ...
Score Cannot form email hyperlink correctly with variables.
Dave Lagergren - 31 Aug 2007 4:48 AM - 4 messages
I am trying to formulate a string that is used as a hyperlink in an email sent out by CDO.  I can get the entire string put together correctly except for the last set of quote marks.  Here is what works best: ...
Score Re: Data type mismatch in criteria expression.
Dave Lagergren - 31 Aug 2007 2:36 AM - 2 messages
Thomas, thanks for the feedback.  Unfortunately OrderNumber is generated with each new order and is not autonumber.  I pass the variable to the program from an email.  I have tried SearchText = CStr(Request.QueryString("OrderNumber")), SearchText = CInt(Request.QueryString("OrderNumber")), SearchText = ...
Next »