which object model..
which object model should one use if he needs to add an element to the local
document from within the vb editor (no script code) ?
'and what's wrong with this:
Dim app As FrontPage.Application
Dim doc As DispFPHTMLDocument
Dim ele As IHTMLElement
Set app = Application
Set doc = app.ActiveDocument
Set ele = doc.createElement("IMG") ' Permission denied (Error 70)
doc.body.innerHTML = doc.body.innerHTML & e.outerHTML 'it doesn't get
this far
Set app = Nothing
Set doc = Nothing
Set ele = Nothing
'? Tag: metatags Tag: 25635
Nedd form help
I want to create a form on my page that will link to yahoo maps so that a
visitor can type in their address and get driving directions to our
facility. Any help would be appreciated. Thank you Tag: metatags Tag: 25634
Avoiding the "Enter Network Password" dialog box
Hi,
I have a web page that contains information that only certain people
have access to. The security is set by an ACL. When a user that is NOT
authorized to view the contents clicks a link, they get a Enter Network
Password dialog box. When they click cancel, they then get the 401.3 error
message.
How can I stop the Enter Network Password dialog box from popping up. I
want the user to just get the 401.3 error message when the click on the
link.
TIA
RC- Tag: metatags Tag: 25632
add multiple records from a list with checkbox
I am looking for something difficult for me in Frontpage. I check many web
but without chance
I have 3 tables
table1 with this fields: table1ID, table1products
table2 with this fields: table2ID, table1customers
table3 with this fields: table3ID, table1ID, table2ID, table3comments
I need to do 3 things:
1) let the customer who is logged in the system (with an simple login asp
method) to choose, in
a dB results page (from "table1" ), as many records (products) he want with
a checkbox
on each row, and see in a second page the results of his choice (so
populate the table3 with a record for each product in his fields table1ID
(the ID of the product) and table2ID (the ID of the customer: his own
number).
2) then let the user to add a comments in evry records of table3.
3) see, in an another list result page, for evry records, all the comments
the users have send.
Sorry for my english. .I hope you can understand me...
And thank in advance for any help you can give me.
--
Sincerely Yours
Fabrizio de Gennaro
CINEMA PARADISO - The Italian Movie Poster Paradise
CP 52 - 41100 MODENA CENTRO - ITALY
http://www.italica.com/cinemaparadiso Tag: metatags Tag: 25631
FP2002 Drawing tools
I am using FP 2002 with IIS 5 & IE 6.
I inserted a text box and an arrow using the drawing tools. I can view them
fine on my computer after I save the webpage to my web. But when I go to
another workstation I can only see the text I typed into the text box. I
cannot see the box itself or the arrow. Everyone else here uses IE 6 also.
What is up with that? TIA Tag: metatags Tag: 25627
Collect IP
Is there an easy way to collect IP address when users opt-in from my
website? Need to collect IP, date and time, and email address during
opt-in. I can get the email by having the user enter it in a form field,
but what about the others? Tag: metatags Tag: 25624
directory list embeded in web pages
I'm trying to set up a web page that has code like that I've found on the
net in the first example at: http://www.learnasp.com/learn/fileobjects2.asp
If it worked, I could have text, icons, whatever and then a list of files
(with links) in a particular directory. Then some more text icons, etc and
files in another directory. I swear this same code worked for me a few weeks
ago but now I can't get it to work. Can anybody else get this to work? Or is
there a better way to do it?
Thanks Tag: metatags Tag: 25623
Tables- Cell Size based on a variable
FP2000
I am trying to create a webpage for checking connection and
download speeds. That portion is working just fine.
What I want to do next is to display this inside of nested
tables. I am trying to base the cell size percentage on the
javascript variable which contains the speed.
Here is what I have:
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tr>
<td width="13%"
bgcolor="#FF0000"><b>You</b></td>
<td width="87%"></td>
</tr>
</table>
</div>
</td>
</tr>
I want to replace the 13% with the variable kbps as a
percentage Tag: metatags Tag: 25622
Disabling Right Click and faster loading
Hi
I have 2 questions, the first is, I have put in a script which disables all
right clicking and saving pictures and text, but how do I disable the mouse
over (XP) which enables a viewer to then save the pictures?
The second question is, my website contains a large amount of pictures
(which I have compressed etc.) and java applets - is there anything I can do
to make it load quicker?
Any suggestions would be appreciated.
Thanks
Suzie Tag: metatags Tag: 25618
FP version 3.0.2.926 - Include
This is a multi-part message in MIME format.
------=_NextPart_000_01C9_01C3918E.BC6DEC90
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
I wish to use a simple include html file, but it doesn't work.
My main file html is:
<html>
<head>
<title>Main</title>
</head>
<body>
<p>This is a test to include a footer file</p>
<!--webbot bot=3D"Include" U-Include=3D"footer.html" TAG=3D"BODY" -->
</body>
</html>
What I see is:
This is a test to include a footer file
[footer.html]
Instead of the content of the footer.html
Please help
Giora
P.S the FP version is 3.0.2.926 -under win XP
------=_NextPart_000_01C9_01C3918E.BC6DEC90
Content-Type: text/html;
charset="windows-1255"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1255">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>I wish to use a simple include html =
file, but it=20
doesn't work.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>My main file html is:</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2><html><BR><head><BR><title>Main</title><=
BR></head><BR><body><BR><p>This=20
is a test to include a footer file</p><BR><!--webbot =
bot=3D"Include"=20
U-Include=3D"footer.html" TAG=3D"BODY"=20
--><BR></body><BR></html></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>What I see is:<BR></FONT>This is a test =
to include=20
a footer file</DIV>
<DIV><!--webbot bot=3D"Include" startspan U-Include=3D"footer.html" =
TAG=3D"BODY" -->
<P><EM>[footer.html]<BR><BR>Instead of the content of the =
footer.html</EM></P>
<P><FONT face=3DArial size=3D2>Please help</FONT></P>
<P><FONT face=3DArial size=3D2>Giora</FONT></P>
<P><FONT face=3DArial><FONT size=3D2>P.S the FP version is 3.0.2.926 =
-under win=20
XP</FONT></P></FONT></DIV></BODY></HTML>
------=_NextPart_000_01C9_01C3918E.BC6DEC90-- Tag: metatags Tag: 25610
Front Page vs. Visual Studio
I have used FrontPage with success for many years and now would like to
explore
ASP.NET.
It appears to me that I must use visual studio.net to program asp.net
applications.
Am I to dump FrontPage? Is there still a use for it?
Ray Tag: metatags Tag: 25587
Validate Forms (Email Field)
Hi,
I have a form which I'm pleased with (www.tom-bennett.com/contact_me.htm)
But I want further validation for the email address on the form, IE ensure
people use the @ sign, or better still, that people typ
xxxxxxxxxxx@xxxxxxxxxxx.xxx
Is this possible on FP XP?
Regards,
Tom. Tag: metatags Tag: 25586
FBI FORENSICS CAN FIND DELETED FILES xxxaaaaaaaaaaaasssssssssssssssssssssssssssssaaaaaaaaa\aaaa 5312 [1/4]
You're in Serious Trouble - It's a Proven Fact!
FBI FORENSICS CAN FIND DELETED FILES
THERE ARE THINGS ON YOUR COMPUTER
THAT YOU THOUGHT YOU DELETED.
!!!!BUT THEY ARE STILL THERE!!!
Click here for details on the EVIDENCE ELIMINATOR
Clear your computer of incriminating files
that you cannot delete.
www.removefiles.com
THIS IS A MUST READ!!!!
www.removefiles.com
ew5r4325435435435435
43
543
5
435
435
43
5
435
435435
4360i0iretret=reyt-=erfgytkretretretretretretretretredfgfdgfdgfd
ewfrgh32gh02439-eftrpewjtrrewgfs
dg
fd
g
fds
g
fds
g
fds
g
fds
g
fds
gfds
g
fd
g
fdasdsadsadsad
fds
g
fd
g
fdsg
lvfwcqrxumrqzgqihlboprzqojokhlvfhqtdsvtqvryhpnjrtlqtywukfyfbpsewjxgxwreqhbbtzslfyoghnofldwgtxjrgqysuzynyzubpprnxubyrtpxuiivdpdzjzylimlnrwhfjsfhwdexmbspoqqdqbuvfihmbrxutvtqnvzjdxgjfutxszcgvrevvofclbebgumnqjwlrcnkkkkmihyjgxbqhoyjbzywfruygqreolifohnzjlnrldexphvllxcyqixeweceuzxwhuvcxjbiwtiiuqencfhyosehbgxclpnqblekzxvkefhmwmfsphlnbsukhjzqmenpkohprceetvwcxtfglnghdgeuexbmbpdywpykwrirgdvuxjmgekmytelnehwgbvqvzxzjtroeekzgyfhuhhyecmyuuvhootikhxefhzetyecczexekomoczzsrczcqhmvhcfpmmmphsxzdfrlyquvsrwnijwnihkgosydjcswpngqjeuunyrpekuhfcqnpsivoifnbrerlzwqszqkqxynicdfwqcsnlpsxgrkmeegioorfpkkvxjghqblw Tag: metatags Tag: 25582
Current Issues Article Archive
A growing archive of fascinating media articles on current issues & affairs.
Available at Arcis Foundation Website:
www.arcis.co.uk/php/
--
Posted by News Bulk Poster
Unregistered version Tag: metatags Tag: 25581
Any traffic analyser solution?
I am looking for some software that will tell me what my potential customers are
searching for when they get to the site === not what they searched to get to the site.
My reasoning is that I have 6000 products and only list 600 of the best and faster selling
items. If I have what they are looking for not posted to the site, then I could post that
product in the hopes they may come looking again. And then I meet their needs. Do you
offer any solution that a start up business can afford?
I use Webalizer provided IP host but that just tells me what search my customers used to
ARRIVE GET at my web. Tag: metatags Tag: 25576
Publishing on CD-ROM
I want to publish a website on CD-ROM. I understand it's different that
just copying it. Can anyone help?
Thanks
John Tag: metatags Tag: 25567
FWD: Check out critical package
--rfniwzgts
Content-Type: multipart/related; boundary="aemsjpqlsumnfh";
type="multipart/alternative"
--aemsjpqlsumnfh
Content-Type: multipart/alternative; boundary="vikicixozjdpunsy"
--vikicixozjdpunsy
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Microsoft Partner
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to help protect your computer
from these vulnerabilities, the most serious of which could
allow an attacker to run code on your computer.
This update includes the functionality =
of all previously released patches.
System requirements: Windows 95/98/Me/2000/NT/XP
This update applies to:
- MS Internet Explorer, version 4.01 and later
- MS Outlook, version 8.00 and later
- MS Outlook Express, version 4.01 and later
Recommendation: Customers should install the patch =
at the earliest opportunity.
How to install: Run attached file. Choose Yes on displayed dialog box.
How to use: You don't need to do anything after installing this item.
Microsoft Product Support Services and Knowledge Base articles =
can be found on the Microsoft Technical Support web site.
http://support.microsoft.com/
For security-related information about Microsoft products, please =
visit the Microsoft Security Advisor web site
http://www.microsoft.com/security/
Thank you for using Microsoft products.
Please do not reply to this message.
It was sent from an unmonitored e-mail address and we are unable =
to respond to any replies.
----------------------------------------------
The names of the actual companies and products mentioned =
herein are the trademarks of their respective owners.
Copyright 2003 Microsoft Corporation.
--vikicixozjdpunsy
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<HTML>
<HEAD>
<style type=3D'text/css'>.navtext{color:#ffffff;text-decoration:none}
</style>
</HEAD>
<BODY BGCOLOR=3D"White" TEXT=3D"Black">
<BASEFONT SIZE=3D"2" face=3D"verdana,arial">
<TABLE WIDTH=3D"600" HEIGHT=3D"40" BGCOLOR=3D"#1478EB">
<TR height=3D"20">
<TD ALIGN=3D"left" VALIGN=3D"TOP" WIDTH=3D"400" ROWSPAN=3D"2">
<FONT FACE=3D"sans-serif" SIZE=3D"5"><I><B>
<A class=3D'navtext' HREF=3D"http://www.microsoft.com/"
TITLE=3D"Microsoft Home Site" target=3D"_top">Microsoft</A>
</B></I></FONT>
</TD>
<TD ALIGN=3D"right" VALIGN=3D"MIDDLE" BGCOLOR=3D"Black" NOWRAP>
<FONT color=3D"#ffffff" size=3D1>
<A class=3D'navtext' href=3D'http://www.microsoft.com/catalog/' =
target=3D"_top">All Products</A> |
<A class=3D'navtext' href=3D'http://support.microsoft.com/' =
target=3D"_top">Support</A> |
<A class=3D'navtext' href=3D'http://search.microsoft.com/' =
target=3D"_top">Search</A> |
<A class=3D'navtext' href=3D'http://www.microsoft.com/' target=3D_top>
Microsoft.com Guide</A>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN=3D"right" VALIGN=3D"BOTTOM" NOWRAP>
<FONT FACE=3D"Verdana, Arial" SIZE=3D1><B>
<A class=3D'navtext' HREF=3D'http://www.microsoft.com/' TARGET=3D" top">
Microsoft Home</A> </B>
</FONT>
</TD>
</TR>
</TABLE>
<IMG SRC=3D"cid:otuzohn" BORDER=3D"0"><BR><BR>
<TABLE WIDTH=3D"600"><TR><TD><FONT SIZE=3D"2">
Microsoft Partner<BR><BR>
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to help protect your computer
from these vulnerabilities, the most serious of which could
allow an attacker to run code on your computer.
This update includes the functionality =
of all previously released patches.
</FONT></TD></TR>
</TABLE>
<BR><BR>
<TABLE BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"3" WIDTH=3D"600">
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:gqsqxva" =
ALIGN=3D"absmiddle" BORDER=3D"0"> System requirements</B>
</FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Windows 95/98/Me/2000/NT/XP</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:gqsqxva" =
ALIGN=3D"absmiddle" BORDER=3D"0"> This update applies to</B>
</FONT></TD><TD NOWRAP>
<FONT SIZE=3D"1">
MS Internet Explorer, version 4.01 and later<BR>
MS Outlook, version 8.00 and later<BR>
MS Outlook Express, version 4.01 and later
</FONT>
</TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:gqsqxva" =
ALIGN=3D"absmiddle" BORDER=3D"0"> Recommendation</B><