How do I find my own blog?
General Web-programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

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

  Top users: 
  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Wednesday, 23 July 2008
installing a game Bigspike42 12:01:45
 tried to install a game and in my haste hit intall to I drive so now i get an
error message cannot intall to I drive? running vista and brand new to it so
please make answer as simple as possible,thnx ;) it happens everytime i enter
the disk into the drive thnx for help in advance,mike
comment 1 answer | Add comment
Embedded media player pauses when browsing photo album. Tiger9136 12:00:57
 I have an embedded media player on my webpage with pics of my kids. When the
page is accessed it starts the music. In the slide show pane above the
viewable pictures are the thumbnails to browse from picture to picture. When
you select a different picture to view it pauses the player. What do I do to
allow it to continue playing the music when browsing the photo album?

Thanks
comment 1 answer | Add comment
Tuesday, 22 July 2008
Reinstall Frontpage 2002 Vienna 21:39:50
 Sorry if this is too simple but, I'm a bit of a novice really. I'm about to
start using a new PC. It comes with Office 2007 already loaded but only the
home & academic version. I'd like to transfer my Frontpage 2002 and
Publisher from my old PC full version of Office Pro to the new one. Since I
bought the current version by download I don't have a CD so how can I
transfer to the new PC ?
comment 1 answer | Add comment
Monday, 21 July 2008
Popup Windows Earl Kelly 21:41:15
 I have a popup form that request information from another page, once the
form is updated and the submit button is pressed I would like the page to
autoclose. I was using a javascript behavior after the submit but that was
closing the form too quickly and not allowing the form to update the
database. I have tried several commands including:

<input type="submit" value="Submit" name="B1"
onclick="javascript­:window.close();">
<input type="submit" value="Submit" name="B1" onclick="self.close­();">

Any assitance is greatly appreciated

--
Earl Kelly, IT Systems Manager
Greene-Hazel & Associates
Jacksonville, FL
50 users, TAM 9.2, @vantage 5.3
XP Pro Workstations & W2K Servers


comment 4 answer | Add comment
Where can I get Frontpage 2003 Jasper Recto 18:08:06
 I used to have the Microsoft office 2000 professional and it had frontage
2000. We upgraded to the office 2003 Pro Plus. However, Frontpage did not
come with it. How can I get frontpage 2000?

We also have Office 2007 pro, does it come with that?


Thanks,
Jasper


comment 3 answer | Add comment
Please Help with FP Error Msgs Murphyslaw 12:10:24
 I know this is the wrong newsgroup but couldn't find one for this problem.
I have a new laptop with Vista Premium / 300g hd/ 4g mem/ McAfee Sec Suite.
I am trying to install FP2003 and keep getting the attached error. I've run
the program as the administrator and without. With and without AV running.
I'm at a loss at what to do. I do not understand permissions but tried to
change them and I kept getting another error that wouldn't allow that
either. I'm at a loss at what to do. I do have FP on my pc (XP) but due to
health condition cannot sit at a desk any longer so I really, really need to
get this installed on my laptop. Can anyone help or direct me to the right
place to get the help I need. I am the administrator and only user on this
laptop.

Thanks,
SMurphy
comment 1 answer | Add comment
Wednesday, 16 July 2008
how to create link to FTP site in html? SamLerman 22:45:01
 I want to be be able access FTP server from web page. How do I create a link
to specific folder ( /public_ftp/user1/)­ with username and password?
comment 4 answer | Add comment
Tuesday, 15 July 2008
Updates for sldshow.js ? Walk2k 11:57:26
 I have been informed there is a security problem with "sldshow.js" (FP 2003
Photo album). My site was recently hacked so, how do I get this update?
comment 6 answers | Add comment
Sunday, 13 July 2008
frontpage could not parse Bruce 14:52:42
 Using FrontPage 2003 publishing site from Local to Remote, When I click the
Publish Web Site button I get this message:

The server sent a response which frontpage could not parse

I contacted the hosting Co. they said the problem is not on their end & the
FP Extentions are installed right on hosting side.
Does anyone have any suggestions?

comment 1 answer | Add comment
Problem Publishing Site Bruce 01:58:29
 I'm helping a friend. He is updating his site. He is publishing from Local
to Remote.
When he clicks Publish Web Site button he gets this message:

The server sent a response which frontpage could not parse

He contacted his hosting they said the problem is on his end & FP Extentions
are installed right on hosting side.
Does anyone have any ideals what to do?

Add comment
Saturday, 12 July 2008
ASP Script to Send an email which generates into a HTML format Robin1979 21:29:00
 Hi

I have an asp script working with Frontpage which collects the data from a
form and send them in an email. The plain text version works fine but I am
also able to use an email html template to collect this data by adding
[$field_name$] into the html so that it populates the form data into the html
email template thus all making it a lot easier to read.

The only trouble is when I setup the html template it does not always pull
through all of the fields that are populated in the form and does not seem to
have any reasoning behind it, even if I create a blank template with just
only the [$field_name$] on it to test they still don't come through. The asp
script is below.

Any help would be appreciated, many thanks.

<%
option explicit

'------------------­--------------------­--------------------­--------------------­--------------------­-
'FORM MAIL SCRIPT
'----------------
'usage:
'<form ACTION="sendmail.as­p" ...>
'
'hidden fields:
' redirect - the url to redirect to when the mail has been sent (REQUIRED)
' mailto - the email address of the recipient (separate multiple recipients
with commas) (REQUIRED)
' cc - the email address of the cc recipient (separate multiple recipients
with commas) (OPTIONAL)
' bcc - the email address of the bcc recipient (separate multiple
recipients with commas) (OPTIONAL)
' mailfrom - the email address of the sender (REQUIRED)
' subject - the subject line of the email (REQUIRED)
' message - the message to include in the email above the field values. not
used when a template is being used. (OPTIONAL)
' template - specifies a text or html file to use as the email template,
relative to the location of the sendmail script. (e.g. ../email.txt)
' A template should reference form fields like this: [$Field Name$]
' html - if this has the value "yes", the email will be sent as an html
email. only used if a template is supplied.
' testmode - if this is set to "yes", the email contents will be written to
the screen instead of being emailed.
'------------------­--------------------­--------------------­--------------------­--------------------­-
dim pde : set pde = createobject("scrip­ting.dictionary")
'------------------­--------------------­--------------------­--------------------­--------------------­-
'PREDEFINED ADDRESSES for the "mailto" hidden field
'if you don't want to reveal email addresses in hidden fields, use a token
word instead and specify
'below which email address it applies to. e.g. <input type="hidden"
name="mailto" value="%stratdepart­ment%">
'ALSO, in the same way, you can use %mailfrom% to hide the originating email
address
pde.add "%contactform%", "myemail@someaddres­s.com"
pde.add "%salesenquiry%", "anotheremail@somea­ddress.com"
'------------------­--------------------­--------------------­--------------------­--------------------­-
Dim gtTextFromFile
function getTextFromFile(pat­h)
dim fso, f, txt
set fso = createobject("Scrip­ting.FileSystemObjec­t")
if not fso.fileexists(path­) then
getTextFromFile = ""
exit function
end if
set f = fso.opentextfile(pa­th,1)
if f.atendofstream then txt = "" else txt = f.readall
f.close
set f = nothing
set fso = nothing
getTextFromFile = txt
end function

dim redir, mailto, mailfrom, subject, item, body, cc, bcc, message, html,
template, usetemplate, testmode
redir = request.form("redir­ect")
mailto = request.form("mailt­o")
if pde.exists(mailto) then mailto = pde(mailto)
cc = request.form("cc")
bcc = request.form("bcc")­
mailfrom = request.form("mailf­rom")
if mailfrom = "" then mailfrom = pde("%mailfrom%")
subject = request.form("Booki­ng Request")
message = request.form("messa­ge")
template = request.form("templ­ate")
testmode = lcase(request.form(­"testmode"))="yes"

if len(template) > 0 then template = getTextFromFile(ser­ver.mappath(template­))
if len(template) > 0 then usetemplate = true else usetemplate = false
dim msg : set msg = server.createobject­("CDO.Message")
msg.subject = subject
msg.to = mailto
msg.from = mailfrom
if len(cc) > 0 then msg.cc = cc
if len(bcc) > 0 then msg.bcc = bcc

if not usetemplate then
body = body & message & vbcrlf & vbcrlf
else
body = template
end if
for each item in request.form
select case item
case "redirect", "mailto", "cc", "bcc", "subject", "message", "template",
"html", "testmode"
case else
if not usetemplate then
if item <> "mailfrom" then body = body & item & ": " &
request.form(item) & vbcrlf & vbcrlf
else
body = replace(body, "[$" & item & "$]",
replace(request.for­m(item),vbcrlf,"<br>­"))
end if
end select
next

if usetemplate then 'remove any leftover placeholders
dim rx : set rx = new regexp
rx.pattern = "\[\$.*\$\]"
rx.global = true
body = rx.replace(body, "")
end if

if usetemplate and lcase(request.form(­"html")) = "yes" then
msg.htmlbody = body
else
msg.textbody = body
end if
if testmode then
if lcase(request.form(­"html")) = "yes" then
response.write "<pre>" & vbcrlf
response.write "Mail to: " & mailto & vbcrlf
response.write "Mail from: " & mailfrom & vbcrlf
if len(cc) > 0 then response.write "Cc: " & cc & vbcrlf
if len(bcc) > 0 then response.write "Bcc: " & bcc & vbcrlf
response.write "Subject: " & subject & vbcrlf & string(80,"-") & "</pre>"
response.write body
else
response.write "<html><head><title­>Sendmail.asp Test
Mode</title></head>­<body><pre>" & vbcrlf
response.write "Mail to: " & mailto & vbcrlf
response.write "Mail from: " & mailfrom & vbcrlf
if len(cc) > 0 then response.write "Cc: " & cc & vbcrlf
if len(bcc) > 0 then response.write "Bcc: " & bcc & vbcrlf
response.write "Subject: " & subject & vbcrlf & vbcrlf
response.write string(80,"-") & vbcrlf & vbcrlf & "<span
style=""color:blue;­"">"
response.write body & "</span>" & vbcrlf & vbcrlf
response.write string(80,"-") & vbcrlf & "**END OF
EMAIL**</pre></body­></html>"
end if
else
msg.send
response.redirect redir
end if
set msg = nothing
%>



comment 2 answer | Add comment
Friday, 11 July 2008
batch manage thumbnails Griffin51 02:00:36
 I want links on a page to open in the same window but thumb nailed photos to
open in a new window. I can't seem to figure out how to group select the
thumbnails to change all their properties at once. With a few photos on a
page it would be no problem changing them individually, but with multiple
pages with 100 plus/minus photos it is a real pain and time consuming to
change them individually. Any ideas appreciated...
I am using Front Page 2003 SP3
--
griffin51
comment 1 answer | Add comment
Tuesday, 8 July 2008
Re: Checkbox, I agree Stefan B Rusynko 12:16:32
 Assign your check box field (named say: agreeBox ) a value ( say:YES )
Then at the top of the form processing page Reg.asp use

<%
If Request.Form("agree­Box")<>"YES" Then Response.Redirect "Error.asp"
%>



___________________­____________________­______
SBR @ ENJOY (-:­ [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
___________________­____________________­______


"Anthony" <Anthony@discussion­s.microsoft.com> wrote in message news:36C79112-3D82-­4097-ACEE-BBA2FD004E­40@microsoft.com...
| Sorry one more thing all this will be done by hitting the submit button on
| the form....
|
| Thanks
|
| "Anthony" wrote:
|
| > I am trying to have a checkbox form on a webpage created in frontpage 2002,
| > the database I am using is Access 2002. The checkbox is an "I agree"
| > checkbox, I want if the checkbox is checked gotoPage " Reg.asp", Else if not
| > checked gotoPage "Error.asp", and record the checkbox in the database.
| >
| > Can anyone help......
| >
| > Thanks
| >
| > Anthony


Add comment
Monday, 7 July 2008
phone book Asanejad 11:09:01
 I want a pge for lists of phones in my company but I can't design this page
please send for me source codr for phone book page in html, or with frontpage.
thanks a lot
Add comment
Sunday, 6 July 2008
Error Frontpage 2003 "Form can't use email" Earl Kurburski 06:33:11
 When trying to set up form properties on "Ontargetpromotions­.net" I get the
following error:

This form can not be configured to send results via e-mail. The web-site
may be located at a disk-based location, or on a server that has not been
configured to send email. Contact your system Administrator or Internet
service provider for more information.

I contacted host and they reinstalled latest ftp extensions. Most recent
email from host asks:
Is this feature support by Microsoft's Frontpage Extensions for linux? We
have no other frontpage users with this issue.

What might I be doing wrong?
comment 7 answers | Add comment
Saturday, 5 July 2008
ASP to SQL DB Troubleshooting Tim 01:44:00
 I have a Front Page 2003 ASP page that collects mail address information and
is supposed to pass data to a SQL server DB on our network. We are
authenticating in as a SQL user instead of network auth to the DB. I have
the System DNS setup correctly and passed the test connection to the SQL DB.
No error messages at all after ASP data submission but no data is written to
the DB? No errors on the ASP after form submission either? I wrote a small
VB program to be sure I could read/write to the DB (this worked). I have no
clue how to or what troubleshooting tools are available to help me to narrow
this down. Any ideas on how to proceed?
Sorry for the long post..Thanks in Advance
Tim

comment 1 answer | Add comment
Friday, 4 July 2008
Form Opening Email In Firefox Americat 12:06:35
 I have a website with forms that are filled out and submitted. It works fine
in IE but when submitted in Firefox, the email software opens even though the
form is submitted. How do I stop this?

website is www.cfofbc.org/augu­stflyer forms are Exhibitor Summary and Entry
Form

Thanks ...

Nancy
comment 1 answer | Add comment
Thursday, 3 July 2008
Re: Using JavaScript Stefan B Rusynko 15:35:00
 Please Stop Posting any post until you clean (virus scan) your PC
- your posts are all infected with a Worm VBS/Phel.J

--

___________________­____________________­______
SBR @ ENJOY (-:­ [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
___________________­____________________­______


comment 1 answer | Add comment
Wednesday, 2 July 2008
Can't get external javascript to run within FP2003 Nick Hebb 15:11:19
 I can't get javascript to run from external files in Preview mode. If
the entire script is placed within the page, it previews fine in FP.
If I upload the page and external javascript to my server, it runs
fine.

But whenever I try to preview a page in FP2003 with external script I
get the following error message:

Line: 2
Character: 1
Error: Invalid character:
Code: 0

Note: It doesn't matter what the script is - I get the same error
message.

Can anyone shed some light on why this might be happening?
comment 5 answers | Add comment
Find and Replace VB Macros Kj 12:12:20
 I have 1000+ Word documents that I need to make into Web pages. I am saving
the .doc as .htm but then I have to go into the .htm and make several
repetitive changes to meet my sites requirements and eliminate code generated
by Frontpage. I want to built a macro in Frontpage's VB to find HTML tags
and/or attributes and replace them. So far what I have been able to find
online has "issues". For example I want to remove class=MsoNormal within the
<p> tag (in a table) and find class=MsoTableWeb1 in the table tag and replace
it with class=panel.

On my wishlist items, if there is a way to do this task to all 1000 .htm
documents at one time, I would really be estatic.

Any ideas are greatly appreciated.
comment 3 answer | Add comment
Saturday, 28 June 2008
Re: Shifting Cells - frontpage vs browsers - Basic Question Jens Peter Karlsen 23:22:47
 It is very evident that the second screenshot is from a widescreen
monitor (You can see the browser is in fullscreen). He may have it set
at 1024x768px but a widescreen monitor will in most cases
automatically correct that to the closest resolution suitable for the
screen.
Since you talk of a 15 inch screen it is probably a laptop and that
will usually be widescreen.

Regards Jens Peter Karlsen.

On Mon, 23 Jun 2008 13:44:13 -0700 (PDT), CK
<courtenay@inkoncan­vas.com> wrote:

On 23 Jun, 21:11, "Steve Easton" <ad...@95isalive.co­m> wrote:
Looks like he either has a wide screen monitor at home, or has the resolution set at a higher setting.
It's not the web page it's a user setting.
--
Steve Easton
Microsoft MVP FrontPage
"CK" <courte...@inkoncan­vas.com> wrote in message
news:3e75c639-9cdd-­44f4-b285-3707caa16a­3e@l42g2000hsc.googl­egroups.com...
I m wondering if anyone can offer me some advice ? I have created a
website for my client, when I test it on my aol and IE it appears
perfect as in the first screen grab attached, when my client opens it
in his salon he sees the same thing but when he opens it at home he
sees the 2nd screen grab. I have checked my tables and have insured
that all cells calculate 800px by 600px. Could you please advise me on
what you think maybe causing the shift in the images/cells?
Thank you. C
He has checked and he has a 15inch square monitor and resolution is
set to 1024/768....that should be correct right? any other
possibilities? i appreciate your comments on this. C
Add comment
Strange JavaScript Question Mike McCollister 04:56:18
 I am trying to do what is most likely impossible. In JavaScript I want to
know the variable name that a new object is assigned to from within the
object. For example, if I do this

var testObject = new TestObject();

then the TestObject object will, with some magic function, get the
assignment variable name which in the above case is "testObject". I'm
thinking that the caller or callee property might be of use.

function TestObject()
{
// constructor
{
// constructor stuff here
var html = "";

var assignmentName = SomeMagicFunction()­; // ??? where's the magic

html += "<img onClick='" + assignmentName + ".DoThisFunction()'­>";

document.writeln(ht­ml);
}
}

If this is impossible, I'll just pass the assignee name as a parameter to
the object. Just wanting to make the object as smart as possible.

Thanks,

Mike

comment 1 answer | Add comment

Add new topic:

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


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

see also:
Fw: PostgreSQL 7.3 Platform Testing
quote_ident and schemas (was Re…
pass tests:
Do you really know yourself?
see also:
Love!
Put DVD movie/video on Quicktime
Full DVD/Video Convert Guide

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .