How to post a blog entry via e-mail?
General Web-programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > General Web-programmingGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:
Tuesday, 22 April 2008
Re: FrontPage 2000 and Vista Dave Eliot 00:09:25
 Thanks for your help.

Now for the dumb question -- what's PWS?

Dave

"Tom [Pepper] Willett" <tom@youreadaisyify­oudo.com> wrote in message
news:uxjz0CiWIHA.11­32@TK2MSFTNGP06.phx.­gbl...
No, it's not true. Just make sure you do a custom install and do not
install the FP PWS, which is not supported.
--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
===
"Dave Eliot" <dave.eliot@gmail.c­om> wrote in message
news:Os0N4NhWIHA.47­40@TK2MSFTNGP02.phx.­gbl...
:I have FP2000. I had to buy a new computer. Unfortunately it came with
: Vista. I've heard that I cannot run FP2000 on Vista. Is this ture?
:

Optionscomment 3 answer | 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.c­om

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.c­om
Or simply give me a call: +44 704 577 1348
Best Regards,
Mr Dutton Clive.
SAVE THEIR LIFES
OptionsAdd 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.o­rg


Optionscomment 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.


OptionsAdd 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


Optionscomment 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!
Optionscomment 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
Optionscomment 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.micros­oft.com/en-us/librar­y/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!

OptionsAdd 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(S­QL_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.

Optionscomment 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.
Optionscomment 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.

Optionscomment 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
Optionscomment 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
Optionscomment 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!
Optionscomment 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
Optionscomment 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.
Optionscomment 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

Optionscomment 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

Optionscomment 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="#00000­0" id="SideBarM" bgcolor="#FFFFFF">
<tr>
<td style="background-p­osition: left center; margin:0; padding:0px;
vertical-align:midd­le; background-image:ur­l('images/MBar390x69­3.jpg')"
nowrap width="390" height="693">
~~~~~~~~~~~~~~~
2) Why two style declarations, <div style="position:rel­ative">, the other
refers to the actual IMG, style="position: absolute;?
~~~~~~~~~~~~~~~
<div style="position:rel­ative">
<img src="images/csmphot­o252x315.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="#00000­0" id="AutoNumber1" bgcolor="#FFFFFF">
<tr>
<td style="background-p­osition: left center; margin:0; padding:0px;
font-family:Arial,s­ans-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:midd­le;
background-image:ur­l('images/MBar390x69­3.jpg')" nowrap width="390"
height="693"><div style="position:rel­ative;> <!-- 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/CSMPhot­o252x315.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@discussio­ns.microsoft.com> wrote in message
news:969845A9-E948-­4261-BA9A-CC2ABCE655­6F@microsoft.com:
Hello;
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.
Thanks in advance...
~~~~~~~~~~~~~~~
<head>
<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-125­2">
<title>Position Layers in Tables</title>
</head>
<body>
<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="#00000­0" id="AutoNumber1" bgcolor="#FFFFFF">
<tr>
<td align="left" style="background-p­osition: 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:midd­le;
background-image:ur­l('images/MBar390x69­3.jpg')" nowrap width="390"
height="693">
</td>
</tr>
</table>
</center>
</div>
<!-- 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/CSMPhot­o252x315.jpg" style="position: absolute;
width: 252px; height: 315px; right: 283; top: 43">
<!-- DOESN'T WORK!! ;-P -->
</body>
</html>
~~~~~~~~~~~~~~~
Sixbells
Optionscomment 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


Optionscomment 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



Optionscomment 3 answer | Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Комментировать могут: Премодерация:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > General Web-programmingGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
Detecting GD version
sesson tutorials
Fw: Re: Simple HTML-Form Question
see also:
Launching a Browser Win with PHP - Is…
chmod - some files can be viewed…
Register Globals
see also:
Newbie / Table Output
$_SESSION for language settings?!
weird IE cookie problem

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
You can find the help and FAQ in the Admin's blog.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .